Shades of Don Juan #594F51
Tints of Don Juan #594F51
RGB
CMYK
RGB Variations
Color information
#594F51 (or 0x594F51) is known color: Don Juan. HEX triplet: 59, 4F and 51. RGB value is (89,79,81). Sum of RGB (Red+Green+Blue) = 89+79+81=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F51 is #A6B0AE. Grayscale: #525252. Windows color (decimal): -10924207 or 5328729. OLE color: 5328729.
HSL color Cylindrical-coordinate representation of color #594F51: hue angle of 348º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F51 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 81 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.65 |
| HSL | 348º | 0.06% | 0.33% | - |
| HSV(B) | 348º | 0.11% | 0.35% | - |
| XYZ | 8.4 | 8.31 | 8.95 | - |
| YUV | 82.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 81 | 0 | 0.11 | 0.09 | 0.65 | 348 | 0.06 | 0.33 |
| Hex | 59 | 4F | 51 | 0 | B | 9 | 41 | 15C | 6 | 21 |
| Octal | 131 | 117 | 121 | 0 | 13 | 11 | 101 | 534 | 6 | 41 |
| Binary | 1011001 | 1001111 | 1010001 | 0 | 1011 | 1001 | 1000001 | 101011100 | 110 | 100001 |
Color Harmonies of #594F51
Complementary color
Monochromatic Colors of #594F51
Black with #594F51
Text Example
Text Example
White with #594F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F51; }
p { color: rgb(89,79,81); }
H1.HeaderClassName
{
color: #594F51;
}
.AnyTagClassName
{
color: #594F51;
}
</style>
background-color css
<style>
a { background-color: #594F51; }
a { background-color: rgb(89,79,81); }
div.DivClassName
{
background-color: #594F51;
}
.BgClassName
{
background-color: #594F51;
}
</style>
border-color css
<style>
span { border-color: #594F51; }
span { border-color: rgb(89,79,81); }
td.TdClassName
{
border-color: #594F51;
}
.TagClassName
{
border-color: #594F51;
}
</style>