#55156A

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

Shades of Scarlet Gum #55156A

Tints of Scarlet Gum #55156A

Color information

#55156A (or 0x55156A) is unknown color: approx Scarlet Gum. HEX triplet: 55, 15 and 6A. RGB value is (85,21,106). Sum of RGB (Red+Green+Blue) = 85+21+106=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #55156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55156A is #AAEA95. Grayscale: #313131. Windows color (decimal): -11201174 or 6952277. OLE color: 6952277.

HSL color Cylindrical-coordinate representation of color #55156A: hue angle of 285.18º degrees, saturation: 0.67, 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 #55156A is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8521106-
CMYK0.200.8000.58
HSL285.18º66.93%24.9%-
HSV(B)285.18º80.19%41.57%-
XYZ6.623.5113.96-
YUV49.83159.7153.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 106 (41.80% from 255) = 50%
R=40.09%
G=9.91%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85211060.200.8000.58285.1866.9324.9
Hex55156A145003A11d4319
Octal125251522412007243510331
Binary10101011010111010101010010100000111010100011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55156A; }

 p { color: rgb(85,21,106); }

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

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

 a { background-color: rgb(85,21,106); }

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

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

 span { border-color: rgb(85,21,106); }

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