#59334B

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

Shades of Loulou #59334B

Tints of Loulou #59334B

Color information

#59334B (or 0x59334B) is unknown color: approx Loulou. HEX triplet: 59, 33 and 4B. RGB value is (89,51,75). Sum of RGB (Red+Green+Blue) = 89+51+75=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59334B is #A6CCB4. Grayscale: #414141. Windows color (decimal): -10931381 or 4928345. OLE color: 4928345.

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

Color convert

RGB895175-
CMYK00.430.160.65
HSL322.11º27.14%27.45%-
HSV(B)322.11º42.7%34.9%-
XYZ6.5757.28-
YUV65.1133.59145.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=41.40%
G=23.72%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89517500.430.160.65322.1127.1427.45
Hex59334B02B10411421b1b
Octal13163113053201015023333
Binary1011001110011100101101010111000010000011010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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