Shades of Purple Taupe #594D58
Tints of Purple Taupe #594D58
RGB
CMYK
RGB Variations
Color information
#594D58 (or 0x594D58) is known color: Purple Taupe. HEX triplet: 59, 4D and 58. RGB value is (89,77,88). Sum of RGB (Red+Green+Blue) = 89+77+88=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #594D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D58 is #A6B2A7. Grayscale: #515151. Windows color (decimal): -10924712 or 5786969. OLE color: 5786969.
HSL color Cylindrical-coordinate representation of color #594D58: hue angle of 305º 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 #594D58 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 88 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.65 |
| HSL | 305º | 0.07% | 0.33% | - |
| HSV(B) | 305º | 0.13% | 0.35% | - |
| XYZ | 8.54 | 8.14 | 10.35 | - |
| YUV | 81.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 88 | 0 | 0.13 | 0.01 | 0.65 | 305 | 0.07 | 0.33 |
| Hex | 59 | 4D | 58 | 0 | D | 1 | 41 | 131 | 7 | 21 |
| Octal | 131 | 115 | 130 | 0 | 15 | 1 | 101 | 461 | 7 | 41 |
| Binary | 1011001 | 1001101 | 1011000 | 0 | 1101 | 1 | 1000001 | 100110001 | 111 | 100001 |
Color Harmonies of #594D58
Complementary color
Monochromatic Colors of #594D58
Black with #594D58
Text Example
Text Example
White with #594D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D58; }
p { color: rgb(89,77,88); }
H1.HeaderClassName
{
color: #594D58;
}
.AnyTagClassName
{
color: #594D58;
}
</style>
background-color css
<style>
a { background-color: #594D58; }
a { background-color: rgb(89,77,88); }
div.DivClassName
{
background-color: #594D58;
}
.BgClassName
{
background-color: #594D58;
}
</style>
border-color css
<style>
span { border-color: #594D58; }
span { border-color: rgb(89,77,88); }
td.TdClassName
{
border-color: #594D58;
}
.TagClassName
{
border-color: #594D58;
}
</style>