#59344C

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

Shades of Loulou #59344C

Tints of Loulou #59344C

Color information

#59344C (or 0x59344C) is unknown color: approx Loulou. HEX triplet: 59, 34 and 4C. RGB value is (89,52,76). Sum of RGB (Red+Green+Blue) = 89+52+76=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59344C is #A6CBB3. Grayscale: #414141. Windows color (decimal): -10931124 or 4994137. OLE color: 4994137.

HSL color Cylindrical-coordinate representation of color #59344C: hue angle of 321.08º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59344C is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB895276-
CMYK00.420.150.65
HSL321.08º26.24%27.65%-
HSV(B)321.08º41.57%34.9%-
XYZ6.655.17.47-
YUV65.8133.76144.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=41.01%
G=23.96%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89527600.420.150.65321.0826.2427.65
Hex59344C02AF411411a1c
Octal13164114052171015013234
Binary101100111010010011000101010111110000011010000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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