Shades of Purple Taupe #594D57
Tints of Purple Taupe #594D57
RGB
CMYK
RGB Variations
Color information
#594D57 (or 0x594D57) is known color: Purple Taupe. HEX triplet: 59, 4D and 57. RGB value is (89,77,87). Sum of RGB (Red+Green+Blue) = 89+77+87=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #594D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D57 is #A6B2A8. Grayscale: #515151. Windows color (decimal): -10924713 or 5721433. OLE color: 5721433.
HSL color Cylindrical-coordinate representation of color #594D57: hue angle of 310º 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 #594D57 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 87 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.65 |
| HSL | 310º | 0.07% | 0.33% | - |
| HSV(B) | 310º | 0.13% | 0.35% | - |
| XYZ | 8.49 | 8.12 | 10.14 | - |
| YUV | 81.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 87 | 0 | 0.13 | 0.02 | 0.65 | 310 | 0.07 | 0.33 |
| Hex | 59 | 4D | 57 | 0 | D | 2 | 41 | 136 | 7 | 21 |
| Octal | 131 | 115 | 127 | 0 | 15 | 2 | 101 | 466 | 7 | 41 |
| Binary | 1011001 | 1001101 | 1010111 | 0 | 1101 | 10 | 1000001 | 100110110 | 111 | 100001 |
Color Harmonies of #594D57
Complementary color
Monochromatic Colors of #594D57
Black with #594D57
Text Example
Text Example
White with #594D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D57; }
p { color: rgb(89,77,87); }
H1.HeaderClassName
{
color: #594D57;
}
.AnyTagClassName
{
color: #594D57;
}
</style>
background-color css
<style>
a { background-color: #594D57; }
a { background-color: rgb(89,77,87); }
div.DivClassName
{
background-color: #594D57;
}
.BgClassName
{
background-color: #594D57;
}
</style>
border-color css
<style>
span { border-color: #594D57; }
span { border-color: rgb(89,77,87); }
td.TdClassName
{
border-color: #594D57;
}
.TagClassName
{
border-color: #594D57;
}
</style>