Shades of Don Juan #594E50
Tints of Don Juan #594E50
RGB
CMYK
RGB Variations
Color information
#594E50 (or 0x594E50) is known color: Don Juan. HEX triplet: 59, 4E and 50. RGB value is (89,78,80). Sum of RGB (Red+Green+Blue) = 89+78+80=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E50 is #A6B1AF. Grayscale: #515151. Windows color (decimal): -10924464 or 5262937. OLE color: 5262937.
HSL color Cylindrical-coordinate representation of color #594E50: hue angle of 349.09º 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 #594E50 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 80 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.65 |
| HSL | 349.09º | 0.07% | 0.33% | - |
| HSV(B) | 349.09º | 0.12% | 0.35% | - |
| XYZ | 8.29 | 8.15 | 8.73 | - |
| YUV | 81.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 80 | 0 | 0.12 | 0.10 | 0.65 | 349.09 | 0.07 | 0.33 |
| Hex | 59 | 4E | 50 | 0 | C | A | 41 | 15D | 7 | 21 |
| Octal | 131 | 116 | 120 | 0 | 14 | 12 | 101 | 535 | 7 | 41 |
| Binary | 1011001 | 1001110 | 1010000 | 0 | 1100 | 1010 | 1000001 | 101011101 | 111 | 100001 |
Color Harmonies of #594E50
Complementary color
Monochromatic Colors of #594E50
Black with #594E50
Text Example
Text Example
White with #594E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E50; }
p { color: rgb(89,78,80); }
H1.HeaderClassName
{
color: #594E50;
}
.AnyTagClassName
{
color: #594E50;
}
</style>
background-color css
<style>
a { background-color: #594E50; }
a { background-color: rgb(89,78,80); }
div.DivClassName
{
background-color: #594E50;
}
.BgClassName
{
background-color: #594E50;
}
</style>
border-color css
<style>
span { border-color: #594E50; }
span { border-color: rgb(89,78,80); }
td.TdClassName
{
border-color: #594E50;
}
.TagClassName
{
border-color: #594E50;
}
</style>