diff --git a/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php b/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php
index d292f931b6931ecfef5e782fc8d8fb2a7fd39f90..1f92e1bad4a170612b7c273dd8c772065c98144d 100644
--- a/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php
+++ b/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php
@@ -57,7 +57,7 @@ class ImageMagick6Preset extends AbstractImagePreset implements Configuration\Pr
 		'GFX/im_v5effects' => 1,
 		'GFX/im_mask_temp_ext_gif' => 1,
 		'GFX/im_combine_filename' => 'composite',
-		'GFX/colorspace' => 'RGB',
+		'GFX/colorspace' => 'sRGB',
 	);
 
 	/**