#55166C

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

Shades of Scarlet Gum #55166C

Tints of Scarlet Gum #55166C

Color information

#55166C (or 0x55166C) is unknown color: approx Scarlet Gum. HEX triplet: 55, 16 and 6C. RGB value is (85,22,108). Sum of RGB (Red+Green+Blue) = 85+22+108=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #55166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55166C is #AAE993. Grayscale: #323232. Windows color (decimal): -11200916 or 7083605. OLE color: 7083605.

HSL color Cylindrical-coordinate representation of color #55166C: hue angle of 283.95º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55166C is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8522108-
CMYK0.210.8000.58
HSL283.95º66.15%25.49%-
HSV(B)283.95º79.63%42.35%-
XYZ6.743.5914.52-
YUV50.64160.37152.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=39.53%
G=10.23%
B=50.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85221080.210.8000.58283.9566.1525.49
Hex55166C155003A11c4219
Octal125261542512007243410231
Binary10101011011011011001010110100000111010100011100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55166C; }

 p { color: rgb(85,22,108); }

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

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

 a { background-color: rgb(85,22,108); }

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

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

 span { border-color: rgb(85,22,108); }

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