#552861

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

Shades of Scarlet Gum #552861

Tints of Scarlet Gum #552861

Color information

#552861 (or 0x552861) is unknown color: approx Scarlet Gum. HEX triplet: 55, 28 and 61. RGB value is (85,40,97). Sum of RGB (Red+Green+Blue) = 85+40+97=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #552861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552861 is #AAD79E. Grayscale: #3B3B3B. Windows color (decimal): -11196319 or 6367317. OLE color: 6367317.

HSL color Cylindrical-coordinate representation of color #552861: hue angle of 287.37º 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 #552861 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB854097-
CMYK0.120.5900.62
HSL287.37º41.61%26.86%-
HSV(B)287.37º58.76%38.04%-
XYZ6.664.3111.79-
YUV59.95148.91145.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=38.29%
G=18.02%
B=43.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8540970.120.5900.62287.3741.6126.86
Hex552861C3B03E11f2a1b
Octal1255014114730764375233
Binary101010110100011000011100111011011111010001111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552861; }

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

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

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

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

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

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

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

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