#59334E

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

Shades of Loulou #59334E

Tints of Loulou #59334E

Color information

#59334E (or 0x59334E) is unknown color: approx Loulou. HEX triplet: 59, 33 and 4E. RGB value is (89,51,78). Sum of RGB (Red+Green+Blue) = 89+51+78=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59334E is #A6CCB1. Grayscale: #414141. Windows color (decimal): -10931378 or 5124953. OLE color: 5124953.

HSL color Cylindrical-coordinate representation of color #59334E: hue angle of 317.37º 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 #59334E is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB895178-
CMYK00.430.120.65
HSL317.37º27.14%27.45%-
HSV(B)317.37º42.7%34.9%-
XYZ6.685.047.83-
YUV65.44135.09144.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=40.83%
G=23.39%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89517800.430.120.65317.3727.1427.45
Hex59334E02BC4113d1b1b
Octal13163116053141014753333
Binary101100111001110011100101011110010000011001111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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