#55204E

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

Shades of Loulou #55204E

Tints of Loulou #55204E

Color information

#55204E (or 0x55204E) is unknown color: approx Loulou. HEX triplet: 55, 20 and 4E. RGB value is (85,32,78). Sum of RGB (Red+Green+Blue) = 85+32+78=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55204E is #AADFB1. Grayscale: #343434. Windows color (decimal): -11198386 or 5120085. OLE color: 5120085.

HSL color Cylindrical-coordinate representation of color #55204E: hue angle of 307.92º 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 #55204E is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB853278-
CMYK00.620.080.67
HSL307.92º45.3%22.94%-
HSV(B)307.92º62.35%33.33%-
XYZ5.643.517.59-
YUV53.09142.06150.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 78 (30.86% from 255) = 40%
R=43.59%
G=16.41%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85327800.620.080.67307.9245.322.94
Hex55204E03E8431342d17
Octal12540116076101034645527
Binary1010101100000100111001111101000100001110011010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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