#59364C

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

Shades of Loulou #59364C

Tints of Loulou #59364C

Color information

#59364C (or 0x59364C) is unknown color: approx Loulou. HEX triplet: 59, 36 and 4C. RGB value is (89,54,76). Sum of RGB (Red+Green+Blue) = 89+54+76=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59364C is #A6C9B3. Grayscale: #424242. Windows color (decimal): -10930612 or 4994649. OLE color: 4994649.

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

Color convert

RGB895476-
CMYK00.390.150.65
HSL322.29º24.48%28.04%-
HSV(B)322.29º39.33%34.9%-
XYZ6.745.287.5-
YUV66.97133.1143.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=40.64%
G=24.66%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89547600.390.150.65322.2924.4828.04
Hex59364C027F41142181c
Octal13166114047171015023034
Binary101100111011010011000100111111110000011010000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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