Shades of Purple Taupe #593E50
Tints of Purple Taupe #593E50
RGB
CMYK
RGB Variations
Color information
#593E50 (or 0x593E50) is known color: Purple Taupe. HEX triplet: 59, 3E and 50. RGB value is (89,62,80). Sum of RGB (Red+Green+Blue) = 89+62+80=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #593E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E50 is #A6C1AF. Grayscale: #484848. Windows color (decimal): -10928560 or 5258841. OLE color: 5258841.
HSL color Cylindrical-coordinate representation of color #593E50: hue angle of 320º 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 #593E50 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 80 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.65 |
| HSL | 320º | 0.18% | 0.3% | - |
| HSV(B) | 320º | 0.3% | 0.35% | - |
| XYZ | 7.29 | 6.15 | 8.39 | - |
| YUV | 72.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 80 | 0 | 0.30 | 0.10 | 0.65 | 320 | 0.18 | 0.3 |
| Hex | 59 | 3E | 50 | 0 | 1E | A | 41 | 140 | 12 | 1E |
| Octal | 131 | 76 | 120 | 0 | 36 | 12 | 101 | 500 | 22 | 36 |
| Binary | 1011001 | 111110 | 1010000 | 0 | 11110 | 1010 | 1000001 | 101000000 | 10010 | 11110 |
Color Harmonies of #593E50
Complementary color
Monochromatic Colors of #593E50
Black with #593E50
Text Example
Text Example
White with #593E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E50; }
p { color: rgb(89,62,80); }
H1.HeaderClassName
{
color: #593E50;
}
.AnyTagClassName
{
color: #593E50;
}
</style>
background-color css
<style>
a { background-color: #593E50; }
a { background-color: rgb(89,62,80); }
div.DivClassName
{
background-color: #593E50;
}
.BgClassName
{
background-color: #593E50;
}
</style>
border-color css
<style>
span { border-color: #593E50; }
span { border-color: rgb(89,62,80); }
td.TdClassName
{
border-color: #593E50;
}
.TagClassName
{
border-color: #593E50;
}
</style>