#59354E

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

Shades of Loulou #59354E

Tints of Loulou #59354E

Color information

#59354E (or 0x59354E) is unknown color: approx Loulou. HEX triplet: 59, 35 and 4E. RGB value is (89,53,78). Sum of RGB (Red+Green+Blue) = 89+53+78=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59354E is #A6CAB1. Grayscale: #424242. Windows color (decimal): -10930866 or 5125465. OLE color: 5125465.

HSL color Cylindrical-coordinate representation of color #59354E: hue angle of 318.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59354E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB895378-
CMYK00.400.120.65
HSL318.33º25.35%27.84%-
HSV(B)318.33º40.45%34.9%-
XYZ6.775.227.86-
YUV66.61134.43143.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=40.45%
G=24.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89537800.400.120.65318.3325.3527.84
Hex59354E028C4113e191c
Octal13165116050141014763134
Binary101100111010110011100101000110010000011001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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