Shades of Don Juan #594A4C
Tints of Don Juan #594A4C
RGB
CMYK
RGB Variations
Color information
#594A4C (or 0x594A4C) is known color: Don Juan. HEX triplet: 59, 4A and 4C. RGB value is (89,74,76). Sum of RGB (Red+Green+Blue) = 89+74+76=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #594A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A4C is #A6B5B3. Grayscale: #4E4E4E. Windows color (decimal): -10925492 or 4999769. OLE color: 4999769.
HSL color Cylindrical-coordinate representation of color #594A4C: hue angle of 352º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594A4C is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 76 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.65 |
| HSL | 352º | 0.09% | 0.32% | - |
| HSV(B) | 352º | 0.17% | 0.35% | - |
| XYZ | 7.87 | 7.54 | 7.88 | - |
| YUV | 78.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 76 | 0 | 0.17 | 0.15 | 0.65 | 352 | 0.09 | 0.32 |
| Hex | 59 | 4A | 4C | 0 | 11 | F | 41 | 160 | 9 | 20 |
| Octal | 131 | 112 | 114 | 0 | 21 | 17 | 101 | 540 | 11 | 40 |
| Binary | 1011001 | 1001010 | 1001100 | 0 | 10001 | 1111 | 1000001 | 101100000 | 1001 | 100000 |
Color Harmonies of #594A4C
Complementary color
Monochromatic Colors of #594A4C
Black with #594A4C
Text Example
Text Example
White with #594A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A4C; }
p { color: rgb(89,74,76); }
H1.HeaderClassName
{
color: #594A4C;
}
.AnyTagClassName
{
color: #594A4C;
}
</style>
background-color css
<style>
a { background-color: #594A4C; }
a { background-color: rgb(89,74,76); }
div.DivClassName
{
background-color: #594A4C;
}
.BgClassName
{
background-color: #594A4C;
}
</style>
border-color css
<style>
span { border-color: #594A4C; }
span { border-color: rgb(89,74,76); }
td.TdClassName
{
border-color: #594A4C;
}
.TagClassName
{
border-color: #594A4C;
}
</style>