Shades of Purple Taupe #593E57
Tints of Purple Taupe #593E57
RGB
CMYK
RGB Variations
Color information
#593E57 (or 0x593E57) is known color: Purple Taupe. HEX triplet: 59, 3E and 57. RGB value is (89,62,87). Sum of RGB (Red+Green+Blue) = 89+62+87=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #593E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E57 is #A6C1A8. Grayscale: #484848. Windows color (decimal): -10928553 or 5717593. OLE color: 5717593.
HSL color Cylindrical-coordinate representation of color #593E57: hue angle of 304.44º 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 #593E57 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 87 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.65 |
| HSL | 304.44º | 0.18% | 0.3% | - |
| HSV(B) | 304.44º | 0.3% | 0.35% | - |
| XYZ | 7.56 | 6.26 | 9.83 | - |
| YUV | 72.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 87 | 0 | 0.30 | 0.02 | 0.65 | 304.44 | 0.18 | 0.3 |
| Hex | 59 | 3E | 57 | 0 | 1E | 2 | 41 | 130 | 12 | 1E |
| Octal | 131 | 76 | 127 | 0 | 36 | 2 | 101 | 460 | 22 | 36 |
| Binary | 1011001 | 111110 | 1010111 | 0 | 11110 | 10 | 1000001 | 100110000 | 10010 | 11110 |
Color Harmonies of #593E57
Complementary color
Monochromatic Colors of #593E57
Black with #593E57
Text Example
Text Example
White with #593E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E57; }
p { color: rgb(89,62,87); }
H1.HeaderClassName
{
color: #593E57;
}
.AnyTagClassName
{
color: #593E57;
}
</style>
background-color css
<style>
a { background-color: #593E57; }
a { background-color: rgb(89,62,87); }
div.DivClassName
{
background-color: #593E57;
}
.BgClassName
{
background-color: #593E57;
}
</style>
border-color css
<style>
span { border-color: #593E57; }
span { border-color: rgb(89,62,87); }
td.TdClassName
{
border-color: #593E57;
}
.TagClassName
{
border-color: #593E57;
}
</style>