Shades of Purple Taupe #594D56
Tints of Purple Taupe #594D56
RGB
CMYK
RGB Variations
Color information
#594D56 (or 0x594D56) is known color: Purple Taupe. HEX triplet: 59, 4D and 56. RGB value is (89,77,86). Sum of RGB (Red+Green+Blue) = 89+77+86=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #594D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D56 is #A6B2A9. Grayscale: #515151. Windows color (decimal): -10924714 or 5655897. OLE color: 5655897.
HSL color Cylindrical-coordinate representation of color #594D56: hue angle of 315º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594D56 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 86 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.65 |
| HSL | 315º | 0.07% | 0.33% | - |
| HSV(B) | 315º | 0.13% | 0.35% | - |
| XYZ | 8.45 | 8.1 | 9.92 | - |
| YUV | 81.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 86 | 0 | 0.13 | 0.03 | 0.65 | 315 | 0.07 | 0.33 |
| Hex | 59 | 4D | 56 | 0 | D | 3 | 41 | 13B | 7 | 21 |
| Octal | 131 | 115 | 126 | 0 | 15 | 3 | 101 | 473 | 7 | 41 |
| Binary | 1011001 | 1001101 | 1010110 | 0 | 1101 | 11 | 1000001 | 100111011 | 111 | 100001 |
Color Harmonies of #594D56
Complementary color
Monochromatic Colors of #594D56
Black with #594D56
Text Example
Text Example
White with #594D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D56; }
p { color: rgb(89,77,86); }
H1.HeaderClassName
{
color: #594D56;
}
.AnyTagClassName
{
color: #594D56;
}
</style>
background-color css
<style>
a { background-color: #594D56; }
a { background-color: rgb(89,77,86); }
div.DivClassName
{
background-color: #594D56;
}
.BgClassName
{
background-color: #594D56;
}
</style>
border-color css
<style>
span { border-color: #594D56; }
span { border-color: rgb(89,77,86); }
td.TdClassName
{
border-color: #594D56;
}
.TagClassName
{
border-color: #594D56;
}
</style>