#59294F

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

Shades of Loulou #59294F

Tints of Loulou #59294F

Color information

#59294F (or 0x59294F) is unknown color: approx Loulou. HEX triplet: 59, 29 and 4F. RGB value is (89,41,79). Sum of RGB (Red+Green+Blue) = 89+41+79=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #59294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59294F is #A6D6B0. Grayscale: #3B3B3B. Windows color (decimal): -10933937 or 5187929. OLE color: 5187929.

HSL color Cylindrical-coordinate representation of color #59294F: hue angle of 312.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59294F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB894179-
CMYK00.540.110.65
HSL312.5º36.92%25.49%-
HSV(B)312.5º53.93%34.9%-
XYZ6.324.277.89-
YUV59.68138.9148.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=42.58%
G=19.62%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89417900.540.110.65312.536.9225.49
Hex59294F036B411382519
Octal13151117066131014704531
Binary1011001101001100111101101101011100000110011100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59294F; }

 p { color: rgb(89,41,79); }

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

<style>
 a { background-color: #59294F; }

 a { background-color: rgb(89,41,79); }

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

<style>
 span { border-color: #59294F; }

 span { border-color: rgb(89,41,79); }

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