#55226B

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

Shades of Scarlet Gum #55226B

Tints of Scarlet Gum #55226B

Color information

#55226B (or 0x55226B) is unknown color: approx Scarlet Gum. HEX triplet: 55, 22 and 6B. RGB value is (85,34,107). Sum of RGB (Red+Green+Blue) = 85+34+107=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #55226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55226B is #AADD94. Grayscale: #393939. Windows color (decimal): -11197845 or 7021141. OLE color: 7021141.

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

Color convert

RGB8534107-
CMYK0.210.6800.58
HSL281.92º51.77%27.65%-
HSV(B)281.92º68.22%41.96%-
XYZ6.974.1414.34-
YUV57.57155.9147.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=37.61%
G=15.04%
B=47.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85341070.210.6800.58281.9251.7727.65
Hex55226B154403A11a341c
Octal12542153251040724326434
Binary10101011000101101011101011000100011101010001101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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