#59334F

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

Shades of Loulou #59334F

Tints of Loulou #59334F

Color information

#59334F (or 0x59334F) is unknown color: approx Loulou. HEX triplet: 59, 33 and 4F. RGB value is (89,51,79). Sum of RGB (Red+Green+Blue) = 89+51+79=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59334F is #A6CCB0. Grayscale: #414141. Windows color (decimal): -10931377 or 5190489. OLE color: 5190489.

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

Color convert

RGB895179-
CMYK00.430.110.65
HSL315.79º27.14%27.45%-
HSV(B)315.79º42.7%34.9%-
XYZ6.715.068.02-
YUV65.55135.59144.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=40.64%
G=23.29%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89517900.430.110.65315.7927.1427.45
Hex59334F02BB4113c1b1b
Octal13163117053131014743333
Binary101100111001110011110101011101110000011001111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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