#59334D

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

Shades of Loulou #59334D

Tints of Loulou #59334D

Color information

#59334D (or 0x59334D) is unknown color: approx Loulou. HEX triplet: 59, 33 and 4D. RGB value is (89,51,77). Sum of RGB (Red+Green+Blue) = 89+51+77=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59334D is #A6CCB2. Grayscale: #414141. Windows color (decimal): -10931379 or 5059417. OLE color: 5059417.

HSL color Cylindrical-coordinate representation of color #59334D: hue angle of 318.95º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59334D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB895177-
CMYK00.430.130.65
HSL318.95º27.14%27.45%-
HSV(B)318.95º42.7%34.9%-
XYZ6.645.037.64-
YUV65.33134.59144.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=41.01%
G=23.50%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89517700.430.130.65318.9527.1427.45
Hex59334D02BD4113f1b1b
Octal13163115053151014773333
Binary101100111001110011010101011110110000011001111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59334D; }

 p { color: rgb(89,51,77); }

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

<style>
 a { background-color: #59334D; }

 a { background-color: rgb(89,51,77); }

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

<style>
 span { border-color: #59334D; }

 span { border-color: rgb(89,51,77); }

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