#55206C

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

Shades of Scarlet Gum #55206C

Tints of Scarlet Gum #55206C

Color information

#55206C (or 0x55206C) is unknown color: approx Scarlet Gum. HEX triplet: 55, 20 and 6C. RGB value is (85,32,108). Sum of RGB (Red+Green+Blue) = 85+32+108=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #55206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55206C is #AADF93. Grayscale: #383838. Windows color (decimal): -11198356 or 7086165. OLE color: 7086165.

HSL color Cylindrical-coordinate representation of color #55206C: hue angle of 281.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55206C is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8532108-
CMYK0.210.7000.58
HSL281.84º54.29%27.45%-
HSV(B)281.84º70.37%42.35%-
XYZ6.974.0514.6-
YUV56.51157.06148.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 108 (42.58% from 255) = 48%
R=37.78%
G=14.22%
B=48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85321080.210.7000.58281.8454.2927.45
Hex55206C154603A11a361b
Octal12540154251060724326633
Binary10101011000001101100101011000110011101010001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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