Shades of Don Juan #594E51
Tints of Don Juan #594E51
RGB
CMYK
RGB Variations
Color information
#594E51 (or 0x594E51) is known color: Don Juan. HEX triplet: 59, 4E and 51. RGB value is (89,78,81). Sum of RGB (Red+Green+Blue) = 89+78+81=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E51 is #A6B1AE. Grayscale: #515151. Windows color (decimal): -10924463 or 5328473. OLE color: 5328473.
HSL color Cylindrical-coordinate representation of color #594E51: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #594E51 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 81 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.65 |
| HSL | 343.64º | 0.07% | 0.33% | - |
| HSV(B) | 343.64º | 0.12% | 0.35% | - |
| XYZ | 8.33 | 8.17 | 8.92 | - |
| YUV | 81.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 81 | 0 | 0.12 | 0.09 | 0.65 | 343.64 | 0.07 | 0.33 |
| Hex | 59 | 4E | 51 | 0 | C | 9 | 41 | 158 | 7 | 21 |
| Octal | 131 | 116 | 121 | 0 | 14 | 11 | 101 | 530 | 7 | 41 |
| Binary | 1011001 | 1001110 | 1010001 | 0 | 1100 | 1001 | 1000001 | 101011000 | 111 | 100001 |
Color Harmonies of #594E51
Complementary color
Monochromatic Colors of #594E51
Black with #594E51
Text Example
Text Example
White with #594E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E51; }
p { color: rgb(89,78,81); }
H1.HeaderClassName
{
color: #594E51;
}
.AnyTagClassName
{
color: #594E51;
}
</style>
background-color css
<style>
a { background-color: #594E51; }
a { background-color: rgb(89,78,81); }
div.DivClassName
{
background-color: #594E51;
}
.BgClassName
{
background-color: #594E51;
}
</style>
border-color css
<style>
span { border-color: #594E51; }
span { border-color: rgb(89,78,81); }
td.TdClassName
{
border-color: #594E51;
}
.TagClassName
{
border-color: #594E51;
}
</style>