Shades of Purple Taupe #593A55
Tints of Purple Taupe #593A55
RGB
CMYK
RGB Variations
Color information
#593A55 (or 0x593A55) is known color: Purple Taupe. HEX triplet: 59, 3A and 55. RGB value is (89,58,85). Sum of RGB (Red+Green+Blue) = 89+58+85=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #593A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593A55 is #A6C5AA. Grayscale: #464646. Windows color (decimal): -10929579 or 5585497. OLE color: 5585497.
HSL color Cylindrical-coordinate representation of color #593A55: hue angle of 307.74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #593A55 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 85 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.65 |
| HSL | 307.74º | 0.21% | 0.29% | - |
| HSV(B) | 307.74º | 0.35% | 0.35% | - |
| XYZ | 7.27 | 5.81 | 9.33 | - |
| YUV | 70.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 85 | 0 | 0.35 | 0.04 | 0.65 | 307.74 | 0.21 | 0.29 |
| Hex | 59 | 3A | 55 | 0 | 23 | 4 | 41 | 134 | 15 | 1D |
| Octal | 131 | 72 | 125 | 0 | 43 | 4 | 101 | 464 | 25 | 35 |
| Binary | 1011001 | 111010 | 1010101 | 0 | 100011 | 100 | 1000001 | 100110100 | 10101 | 11101 |
Color Harmonies of #593A55
Complementary color
Monochromatic Colors of #593A55
Black with #593A55
Text Example
Text Example
White with #593A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A55; }
p { color: rgb(89,58,85); }
H1.HeaderClassName
{
color: #593A55;
}
.AnyTagClassName
{
color: #593A55;
}
</style>
background-color css
<style>
a { background-color: #593A55; }
a { background-color: rgb(89,58,85); }
div.DivClassName
{
background-color: #593A55;
}
.BgClassName
{
background-color: #593A55;
}
</style>
border-color css
<style>
span { border-color: #593A55; }
span { border-color: rgb(89,58,85); }
td.TdClassName
{
border-color: #593A55;
}
.TagClassName
{
border-color: #593A55;
}
</style>