#59344F

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

Shades of Loulou #59344F

Tints of Loulou #59344F

Color information

#59344F (or 0x59344F) is unknown color: approx Loulou. HEX triplet: 59, 34 and 4F. RGB value is (89,52,79). Sum of RGB (Red+Green+Blue) = 89+52+79=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59344F is #A6CBB0. Grayscale: #424242. Windows color (decimal): -10931121 or 5190745. OLE color: 5190745.

HSL color Cylindrical-coordinate representation of color #59344F: hue angle of 316.22º 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 #59344F is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB895279-
CMYK00.420.110.65
HSL316.22º26.24%27.65%-
HSV(B)316.22º41.57%34.9%-
XYZ6.765.148.03-
YUV66.14135.26144.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=40.45%
G=23.64%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89527900.420.110.65316.2226.2427.65
Hex59344F02AB4113c1a1c
Octal13164117052131014743234
Binary101100111010010011110101010101110000011001111001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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