#55226A

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

Shades of Scarlet Gum #55226A

Tints of Scarlet Gum #55226A

Color information

#55226A (or 0x55226A) is unknown color: approx Scarlet Gum. HEX triplet: 55, 22 and 6A. RGB value is (85,34,106). Sum of RGB (Red+Green+Blue) = 85+34+106=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #55226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55226A is #AADD95. Grayscale: #393939. Windows color (decimal): -11197846 or 6955605. OLE color: 6955605.

HSL color Cylindrical-coordinate representation of color #55226A: hue angle of 282.5º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55226A is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8534106-
CMYK0.200.6800.58
HSL282.5º51.43%27.45%-
HSV(B)282.5º67.92%41.57%-
XYZ6.924.1214.07-
YUV57.46155.4147.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=37.78%
G=15.11%
B=47.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85341060.200.6800.58282.551.4327.45
Hex55226A144403A11a331b
Octal12542152241040724326333
Binary10101011000101101010101001000100011101010001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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