Shades of Purple Taupe #593C55
Tints of Purple Taupe #593C55
RGB
CMYK
RGB Variations
Color information
#593C55 (or 0x593C55) is known color: Purple Taupe. HEX triplet: 59, 3C and 55. RGB value is (89,60,85). Sum of RGB (Red+Green+Blue) = 89+60+85=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #593C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C55 is #A6C3AA. Grayscale: #474747. Windows color (decimal): -10929067 or 5586009. OLE color: 5586009.
HSL color Cylindrical-coordinate representation of color #593C55: hue angle of 308.28º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593C55 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 85 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.65 |
| HSL | 308.28º | 0.19% | 0.29% | - |
| HSV(B) | 308.28º | 0.33% | 0.35% | - |
| XYZ | 7.38 | 6.01 | 9.37 | - |
| YUV | 71.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 85 | 0 | 0.33 | 0.04 | 0.65 | 308.28 | 0.19 | 0.29 |
| Hex | 59 | 3C | 55 | 0 | 21 | 4 | 41 | 134 | 13 | 1D |
| Octal | 131 | 74 | 125 | 0 | 41 | 4 | 101 | 464 | 23 | 35 |
| Binary | 1011001 | 111100 | 1010101 | 0 | 100001 | 100 | 1000001 | 100110100 | 10011 | 11101 |
Color Harmonies of #593C55
Complementary color
Monochromatic Colors of #593C55
Black with #593C55
Text Example
Text Example
White with #593C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C55; }
p { color: rgb(89,60,85); }
H1.HeaderClassName
{
color: #593C55;
}
.AnyTagClassName
{
color: #593C55;
}
</style>
background-color css
<style>
a { background-color: #593C55; }
a { background-color: rgb(89,60,85); }
div.DivClassName
{
background-color: #593C55;
}
.BgClassName
{
background-color: #593C55;
}
</style>
border-color css
<style>
span { border-color: #593C55; }
span { border-color: rgb(89,60,85); }
td.TdClassName
{
border-color: #593C55;
}
.TagClassName
{
border-color: #593C55;
}
</style>