Shades of Purple Taupe #593E55
Tints of Purple Taupe #593E55
RGB
CMYK
RGB Variations
Color information
#593E55 (or 0x593E55) is known color: Purple Taupe. HEX triplet: 59, 3E and 55. RGB value is (89,62,85). Sum of RGB (Red+Green+Blue) = 89+62+85=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #593E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E55 is #A6C1AA. Grayscale: #484848. Windows color (decimal): -10928555 or 5586521. OLE color: 5586521.
HSL color Cylindrical-coordinate representation of color #593E55: hue angle of 308.89º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #593E55 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 85 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.65 |
| HSL | 308.89º | 0.18% | 0.3% | - |
| HSV(B) | 308.89º | 0.3% | 0.35% | - |
| XYZ | 7.48 | 6.22 | 9.4 | - |
| YUV | 72.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 85 | 0 | 0.30 | 0.04 | 0.65 | 308.89 | 0.18 | 0.3 |
| Hex | 59 | 3E | 55 | 0 | 1E | 4 | 41 | 135 | 12 | 1E |
| Octal | 131 | 76 | 125 | 0 | 36 | 4 | 101 | 465 | 22 | 36 |
| Binary | 1011001 | 111110 | 1010101 | 0 | 11110 | 100 | 1000001 | 100110101 | 10010 | 11110 |
Color Harmonies of #593E55
Complementary color
Monochromatic Colors of #593E55
Black with #593E55
Text Example
Text Example
White with #593E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E55; }
p { color: rgb(89,62,85); }
H1.HeaderClassName
{
color: #593E55;
}
.AnyTagClassName
{
color: #593E55;
}
</style>
background-color css
<style>
a { background-color: #593E55; }
a { background-color: rgb(89,62,85); }
div.DivClassName
{
background-color: #593E55;
}
.BgClassName
{
background-color: #593E55;
}
</style>
border-color css
<style>
span { border-color: #593E55; }
span { border-color: rgb(89,62,85); }
td.TdClassName
{
border-color: #593E55;
}
.TagClassName
{
border-color: #593E55;
}
</style>