Shades of Purple Taupe #594A55
Tints of Purple Taupe #594A55
RGB
CMYK
RGB Variations
Color information
#594A55 (or 0x594A55) is known color: Purple Taupe. HEX triplet: 59, 4A and 55. RGB value is (89,74,85). Sum of RGB (Red+Green+Blue) = 89+74+85=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A55 is #A6B5AA. Grayscale: #4F4F4F. Windows color (decimal): -10925483 or 5589593. OLE color: 5589593.
HSL color Cylindrical-coordinate representation of color #594A55: hue angle of 316º 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 #594A55 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 85 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.65 |
| HSL | 316º | 0.09% | 0.32% | - |
| HSV(B) | 316º | 0.17% | 0.35% | - |
| XYZ | 8.21 | 7.68 | 9.64 | - |
| YUV | 79.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 85 | 0 | 0.17 | 0.04 | 0.65 | 316 | 0.09 | 0.32 |
| Hex | 59 | 4A | 55 | 0 | 11 | 4 | 41 | 13C | 9 | 20 |
| Octal | 131 | 112 | 125 | 0 | 21 | 4 | 101 | 474 | 11 | 40 |
| Binary | 1011001 | 1001010 | 1010101 | 0 | 10001 | 100 | 1000001 | 100111100 | 1001 | 100000 |
Color Harmonies of #594A55
Complementary color
Monochromatic Colors of #594A55
Black with #594A55
Text Example
Text Example
White with #594A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A55; }
p { color: rgb(89,74,85); }
H1.HeaderClassName
{
color: #594A55;
}
.AnyTagClassName
{
color: #594A55;
}
</style>
background-color css
<style>
a { background-color: #594A55; }
a { background-color: rgb(89,74,85); }
div.DivClassName
{
background-color: #594A55;
}
.BgClassName
{
background-color: #594A55;
}
</style>
border-color css
<style>
span { border-color: #594A55; }
span { border-color: rgb(89,74,85); }
td.TdClassName
{
border-color: #594A55;
}
.TagClassName
{
border-color: #594A55;
}
</style>