#552E60

Color #552E60 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #552E60

Tints of Scarlet Gum #552E60

Color information

#552E60 (or 0x552E60) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2E and 60. RGB value is (85,46,96). Sum of RGB (Red+Green+Blue) = 85+46+96=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #552E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E60 is #AAD19F. Grayscale: #3F3F3F. Windows color (decimal): -11194784 or 6303317. OLE color: 6303317.

HSL color Cylindrical-coordinate representation of color #552E60: hue angle of 286.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552E60 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB854696-
CMYK0.110.5200.62
HSL286.8º35.21%27.84%-
HSV(B)286.8º52.08%37.65%-
XYZ6.834.7311.62-
YUV63.36146.42143.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=37.44%
G=20.26%
B=42.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8546960.110.5200.62286.835.2127.84
Hex552E60B3403E11f231c
Octal1255614013640764374334
Binary101010110111011000001011110100011111010001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552E60; }

 p { color: rgb(85,46,96); }

 H1.HeaderClassName
 {
   color: #552E60;
 }
 .AnyTagClassName
 {
   color: #552E60;
 }
</style>
background-color css

<style>
 a { background-color: #552E60; }

 a { background-color: rgb(85,46,96); }

 div.DivClassName
 {
   background-color: #552E60;
 }
 .BgClassName
 {
   background-color: #552E60;
 }
</style>
border-color css

<style>
 span { border-color: #552E60; }

 span { border-color: rgb(85,46,96); }

 td.TdClassName
 {
   border-color: #552E60;
 }
 .TagClassName
 {
   border-color: #552E60;
 }
</style>