#552862

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

Shades of Scarlet Gum #552862

Tints of Scarlet Gum #552862

Color information

#552862 (or 0x552862) is unknown color: approx Scarlet Gum. HEX triplet: 55, 28 and 62. RGB value is (85,40,98). Sum of RGB (Red+Green+Blue) = 85+40+98=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #552862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552862 is #AAD79D. Grayscale: #3B3B3B. Windows color (decimal): -11196318 or 6432853. OLE color: 6432853.

HSL color Cylindrical-coordinate representation of color #552862: hue angle of 286.55º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552862 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB854098-
CMYK0.130.5900.62
HSL286.55º42.03%27.06%-
HSV(B)286.55º59.18%38.43%-
XYZ6.714.3312.04-
YUV60.07149.41145.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=38.12%
G=17.94%
B=43.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8540980.130.5900.62286.5542.0327.06
Hex552862D3B03E11f2a1b
Octal1255014215730764375233
Binary101010110100011000101101111011011111010001111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552862; }

 p { color: rgb(85,40,98); }

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

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

 a { background-color: rgb(85,40,98); }

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

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

 span { border-color: rgb(85,40,98); }

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