#55224E

Color #55224E Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #55224E

Tints of Loulou #55224E

Color information

#55224E (or 0x55224E) is unknown color: approx Loulou. HEX triplet: 55, 22 and 4E. RGB value is (85,34,78). Sum of RGB (Red+Green+Blue) = 85+34+78=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55224E is #AADDB1. Grayscale: #363636. Windows color (decimal): -11197874 or 5120597. OLE color: 5120597.

HSL color Cylindrical-coordinate representation of color #55224E: hue angle of 308.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55224E is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB853478-
CMYK00.600.080.67
HSL308.24º42.86%23.33%-
HSV(B)308.24º60%33.33%-
XYZ5.693.637.61-
YUV54.26141.4149.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=43.15%
G=17.26%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85347800.600.080.67308.2442.8623.33
Hex55224E03C8431342b17
Octal12542116074101034645327
Binary1010101100010100111001111001000100001110011010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55224E; }

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

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

<style>
 a { background-color: #55224E; }

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

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

<style>
 span { border-color: #55224E; }

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

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