#55204C

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

Shades of Loulou #55204C

Tints of Loulou #55204C

Color information

#55204C (or 0x55204C) is unknown color: approx Loulou. HEX triplet: 55, 20 and 4C. RGB value is (85,32,76). Sum of RGB (Red+Green+Blue) = 85+32+76=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55204C is #AADFB3. Grayscale: #343434. Windows color (decimal): -11198388 or 4989013. OLE color: 4989013.

HSL color Cylindrical-coordinate representation of color #55204C: hue angle of 310.19º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55204C is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB853276-
CMYK00.620.110.67
HSL310.19º45.3%22.94%-
HSV(B)310.19º62.35%33.33%-
XYZ5.573.497.22-
YUV52.86141.06150.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=44.04%
G=16.58%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85327600.620.110.67310.1945.322.94
Hex55204C03EB431362d17
Octal12540114076131034665527
Binary1010101100000100110001111101011100001110011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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