#552866

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

Shades of Scarlet Gum #552866

Tints of Scarlet Gum #552866

Color information

#552866 (or 0x552866) is unknown color: approx Scarlet Gum. HEX triplet: 55, 28 and 66. RGB value is (85,40,102). Sum of RGB (Red+Green+Blue) = 85+40+102=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #552866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552866 is #AAD799. Grayscale: #3C3C3C. Windows color (decimal): -11196314 or 6694997. OLE color: 6694997.

HSL color Cylindrical-coordinate representation of color #552866: hue angle of 283.55º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552866 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8540102-
CMYK0.170.6100.6
HSL283.55º43.66%27.84%-
HSV(B)283.55º60.78%40%-
XYZ6.94.4113.06-
YUV60.52151.41145.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=37.44%
G=17.62%
B=44.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85401020.170.6100.6283.5543.6627.84
Hex552866113D03C11c2c1c
Octal1255014621750744345434
Binary1010101101000110011010001111101011110010001110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552866; }

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

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

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

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

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

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

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

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