Shades of Purple Taupe #594A56
Tints of Purple Taupe #594A56
RGB
CMYK
RGB Variations
Color information
#594A56 (or 0x594A56) is known color: Purple Taupe. HEX triplet: 59, 4A and 56. RGB value is (89,74,86). Sum of RGB (Red+Green+Blue) = 89+74+86=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A56 is #A6B5A9. Grayscale: #4F4F4F. Windows color (decimal): -10925482 or 5655129. OLE color: 5655129.
HSL color Cylindrical-coordinate representation of color #594A56: hue angle of 312º 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 #594A56 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 86 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.65 |
| HSL | 312º | 0.09% | 0.32% | - |
| HSV(B) | 312º | 0.17% | 0.35% | - |
| XYZ | 8.25 | 7.69 | 9.85 | - |
| YUV | 79.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 86 | 0 | 0.17 | 0.03 | 0.65 | 312 | 0.09 | 0.32 |
| Hex | 59 | 4A | 56 | 0 | 11 | 3 | 41 | 138 | 9 | 20 |
| Octal | 131 | 112 | 126 | 0 | 21 | 3 | 101 | 470 | 11 | 40 |
| Binary | 1011001 | 1001010 | 1010110 | 0 | 10001 | 11 | 1000001 | 100111000 | 1001 | 100000 |
Color Harmonies of #594A56
Complementary color
Monochromatic Colors of #594A56
Black with #594A56
Text Example
Text Example
White with #594A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A56; }
p { color: rgb(89,74,86); }
H1.HeaderClassName
{
color: #594A56;
}
.AnyTagClassName
{
color: #594A56;
}
</style>
background-color css
<style>
a { background-color: #594A56; }
a { background-color: rgb(89,74,86); }
div.DivClassName
{
background-color: #594A56;
}
.BgClassName
{
background-color: #594A56;
}
</style>
border-color css
<style>
span { border-color: #594A56; }
span { border-color: rgb(89,74,86); }
td.TdClassName
{
border-color: #594A56;
}
.TagClassName
{
border-color: #594A56;
}
</style>