#59494E

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

Shades of Don Juan #59494E

Tints of Don Juan #59494E

Color information

#59494E (or 0x59494E) is unknown color: approx Don Juan. HEX triplet: 59, 49 and 4E. RGB value is (89,73,78). Sum of RGB (Red+Green+Blue) = 89+73+78=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #59494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59494E is #A6B6B1. Grayscale: #4E4E4E. Windows color (decimal): -10925746 or 5130585. OLE color: 5130585.

HSL color Cylindrical-coordinate representation of color #59494E: hue angle of 341.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59494E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB897378-
CMYK00.180.120.65
HSL341.25º9.88%31.76%-
HSV(B)341.25º17.98%34.9%-
XYZ7.887.448.23-
YUV78.35127.8135.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=37.08%
G=30.42%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89737800.180.120.65341.259.8831.76
Hex59494E012C41155a20
Octal131111116022141015251240
Binary101100110010011001110010010110010000011010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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