#59294C

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

Shades of Loulou #59294C

Tints of Loulou #59294C

Color information

#59294C (or 0x59294C) is unknown color: approx Loulou. HEX triplet: 59, 29 and 4C. RGB value is (89,41,76). Sum of RGB (Red+Green+Blue) = 89+41+76=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59294C is #A6D6B3. Grayscale: #3B3B3B. Windows color (decimal): -10933940 or 4991321. OLE color: 4991321.

HSL color Cylindrical-coordinate representation of color #59294C: hue angle of 316.25º 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 #59294C is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB894176-
CMYK00.540.150.65
HSL316.25º36.92%25.49%-
HSV(B)316.25º53.93%34.9%-
XYZ6.224.237.33-
YUV59.34137.4149.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=43.20%
G=19.90%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89417600.540.150.65316.2536.9225.49
Hex59294C036F4113c2519
Octal13151114066171014744531
Binary1011001101001100110001101101111100000110011110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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