Shades of Don Juan #59494D
Tints of Don Juan #59494D
RGB
CMYK
RGB Variations
Color information
#59494D (or 0x59494D) is known color: Don Juan. HEX triplet: 59, 49 and 4D. RGB value is (89,73,77). Sum of RGB (Red+Green+Blue) = 89+73+77=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #59494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59494D is #A6B6B2. Grayscale: #4E4E4E. Windows color (decimal): -10925747 or 5065049. OLE color: 5065049.
HSL color Cylindrical-coordinate representation of color #59494D: hue angle of 345º 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 #59494D is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 73 | 77 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.65 |
| HSL | 345º | 0.1% | 0.32% | - |
| HSV(B) | 345º | 0.18% | 0.35% | - |
| XYZ | 7.84 | 7.42 | 8.04 | - |
| YUV | 78.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 77 | 0 | 0.18 | 0.13 | 0.65 | 345 | 0.1 | 0.32 |
| Hex | 59 | 49 | 4D | 0 | 12 | D | 41 | 159 | A | 20 |
| Octal | 131 | 111 | 115 | 0 | 22 | 15 | 101 | 531 | 12 | 40 |
| Binary | 1011001 | 1001001 | 1001101 | 0 | 10010 | 1101 | 1000001 | 101011001 | 1010 | 100000 |
Color Harmonies of #59494D
Complementary color
Monochromatic Colors of #59494D
Black with #59494D
Text Example
Text Example
White with #59494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59494D; }
p { color: rgb(89,73,77); }
H1.HeaderClassName
{
color: #59494D;
}
.AnyTagClassName
{
color: #59494D;
}
</style>
background-color css
<style>
a { background-color: #59494D; }
a { background-color: rgb(89,73,77); }
div.DivClassName
{
background-color: #59494D;
}
.BgClassName
{
background-color: #59494D;
}
</style>
border-color css
<style>
span { border-color: #59494D; }
span { border-color: rgb(89,73,77); }
td.TdClassName
{
border-color: #59494D;
}
.TagClassName
{
border-color: #59494D;
}
</style>