Shades of Don Juan #59474D
Tints of Don Juan #59474D
RGB
CMYK
RGB Variations
Color information
#59474D (or 0x59474D) is known color: Don Juan. HEX triplet: 59, 47 and 4D. RGB value is (89,71,77). Sum of RGB (Red+Green+Blue) = 89+71+77=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #59474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59474D is #A6B8B2. Grayscale: #4D4D4D. Windows color (decimal): -10926259 or 5064537. OLE color: 5064537.
HSL color Cylindrical-coordinate representation of color #59474D: hue angle of 340º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59474D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 71 | 77 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.65 |
| HSL | 340º | 0.11% | 0.31% | - |
| HSV(B) | 340º | 0.2% | 0.35% | - |
| XYZ | 7.71 | 7.17 | 8 | - |
| YUV | 77.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 77 | 0 | 0.20 | 0.13 | 0.65 | 340 | 0.11 | 0.31 |
| Hex | 59 | 47 | 4D | 0 | 14 | D | 41 | 154 | B | 1F |
| Octal | 131 | 107 | 115 | 0 | 24 | 15 | 101 | 524 | 13 | 37 |
| Binary | 1011001 | 1000111 | 1001101 | 0 | 10100 | 1101 | 1000001 | 101010100 | 1011 | 11111 |
Color Harmonies of #59474D
Complementary color
Monochromatic Colors of #59474D
Black with #59474D
Text Example
Text Example
White with #59474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59474D; }
p { color: rgb(89,71,77); }
H1.HeaderClassName
{
color: #59474D;
}
.AnyTagClassName
{
color: #59474D;
}
</style>
background-color css
<style>
a { background-color: #59474D; }
a { background-color: rgb(89,71,77); }
div.DivClassName
{
background-color: #59474D;
}
.BgClassName
{
background-color: #59474D;
}
</style>
border-color css
<style>
span { border-color: #59474D; }
span { border-color: rgb(89,71,77); }
td.TdClassName
{
border-color: #59474D;
}
.TagClassName
{
border-color: #59474D;
}
</style>