Shades of Don Juan #594D51
Tints of Don Juan #594D51
RGB
CMYK
RGB Variations
Color information
#594D51 (or 0x594D51) is known color: Don Juan. HEX triplet: 59, 4D and 51. RGB value is (89,77,81). Sum of RGB (Red+Green+Blue) = 89+77+81=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D51 is #A6B2AE. Grayscale: #515151. Windows color (decimal): -10924719 or 5328217. OLE color: 5328217.
HSL color Cylindrical-coordinate representation of color #594D51: hue angle of 340º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594D51 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 81 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.65 |
| HSL | 340º | 0.07% | 0.33% | - |
| HSV(B) | 340º | 0.13% | 0.35% | - |
| XYZ | 8.26 | 8.03 | 8.9 | - |
| YUV | 81.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 81 | 0 | 0.13 | 0.09 | 0.65 | 340 | 0.07 | 0.33 |
| Hex | 59 | 4D | 51 | 0 | D | 9 | 41 | 154 | 7 | 21 |
| Octal | 131 | 115 | 121 | 0 | 15 | 11 | 101 | 524 | 7 | 41 |
| Binary | 1011001 | 1001101 | 1010001 | 0 | 1101 | 1001 | 1000001 | 101010100 | 111 | 100001 |
Color Harmonies of #594D51
Complementary color
Monochromatic Colors of #594D51
Black with #594D51
Text Example
Text Example
White with #594D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D51; }
p { color: rgb(89,77,81); }
H1.HeaderClassName
{
color: #594D51;
}
.AnyTagClassName
{
color: #594D51;
}
</style>
background-color css
<style>
a { background-color: #594D51; }
a { background-color: rgb(89,77,81); }
div.DivClassName
{
background-color: #594D51;
}
.BgClassName
{
background-color: #594D51;
}
</style>
border-color css
<style>
span { border-color: #594D51; }
span { border-color: rgb(89,77,81); }
td.TdClassName
{
border-color: #594D51;
}
.TagClassName
{
border-color: #594D51;
}
</style>