#59204E

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

Shades of Loulou #59204E

Tints of Loulou #59204E

Color information

#59204E (or 0x59204E) is unknown color: approx Loulou. HEX triplet: 59, 20 and 4E. RGB value is (89,32,78). Sum of RGB (Red+Green+Blue) = 89+32+78=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59204E is #A6DFB1. Grayscale: #363636. Windows color (decimal): -10936242 or 5120089. OLE color: 5120089.

HSL color Cylindrical-coordinate representation of color #59204E: hue angle of 311.58º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59204E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB893278-
CMYK00.640.120.65
HSL311.58º47.11%23.73%-
HSV(B)311.58º64.04%34.9%-
XYZ6.013.717.61-
YUV54.29141.38152.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=44.72%
G=16.08%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89327800.640.120.65311.5847.1123.73
Hex59204E040C411382f18
Octal131401160100141014705730
Binary10110011000001001110010000001100100000110011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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