Shades of Purple Taupe #593E56
Tints of Purple Taupe #593E56
RGB
CMYK
RGB Variations
Color information
#593E56 (or 0x593E56) is known color: Purple Taupe. HEX triplet: 59, 3E and 56. RGB value is (89,62,86). Sum of RGB (Red+Green+Blue) = 89+62+86=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #593E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E56 is #A6C1A9. Grayscale: #484848. Windows color (decimal): -10928554 or 5652057. OLE color: 5652057.
HSL color Cylindrical-coordinate representation of color #593E56: hue angle of 306.67º 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 #593E56 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 86 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.65 |
| HSL | 306.67º | 0.18% | 0.3% | - |
| HSV(B) | 306.67º | 0.3% | 0.35% | - |
| XYZ | 7.52 | 6.24 | 9.61 | - |
| YUV | 72.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 86 | 0 | 0.30 | 0.03 | 0.65 | 306.67 | 0.18 | 0.3 |
| Hex | 59 | 3E | 56 | 0 | 1E | 3 | 41 | 133 | 12 | 1E |
| Octal | 131 | 76 | 126 | 0 | 36 | 3 | 101 | 463 | 22 | 36 |
| Binary | 1011001 | 111110 | 1010110 | 0 | 11110 | 11 | 1000001 | 100110011 | 10010 | 11110 |
Color Harmonies of #593E56
Complementary color
Monochromatic Colors of #593E56
Black with #593E56
Text Example
Text Example
White with #593E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E56; }
p { color: rgb(89,62,86); }
H1.HeaderClassName
{
color: #593E56;
}
.AnyTagClassName
{
color: #593E56;
}
</style>
background-color css
<style>
a { background-color: #593E56; }
a { background-color: rgb(89,62,86); }
div.DivClassName
{
background-color: #593E56;
}
.BgClassName
{
background-color: #593E56;
}
</style>
border-color css
<style>
span { border-color: #593E56; }
span { border-color: rgb(89,62,86); }
td.TdClassName
{
border-color: #593E56;
}
.TagClassName
{
border-color: #593E56;
}
</style>