Shades of Purple Taupe #593552
Tints of Purple Taupe #593552
RGB
CMYK
RGB Variations
Color information
#593552 (or 0x593552) is known color: Purple Taupe. HEX triplet: 59, 35 and 52. RGB value is (89,53,82). Sum of RGB (Red+Green+Blue) = 89+53+82=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #593552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593552 is #A6CAAD. Grayscale: #424242. Windows color (decimal): -10930862 or 5387609. OLE color: 5387609.
HSL color Cylindrical-coordinate representation of color #593552: hue angle of 311.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #593552 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 82 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.65 |
| HSL | 311.67º | 0.25% | 0.28% | - |
| HSV(B) | 311.67º | 0.4% | 0.35% | - |
| XYZ | 6.92 | 5.28 | 8.64 | - |
| YUV | 67.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 82 | 0 | 0.40 | 0.08 | 0.65 | 311.67 | 0.25 | 0.28 |
| Hex | 59 | 35 | 52 | 0 | 28 | 8 | 41 | 138 | 19 | 1C |
| Octal | 131 | 65 | 122 | 0 | 50 | 10 | 101 | 470 | 31 | 34 |
| Binary | 1011001 | 110101 | 1010010 | 0 | 101000 | 1000 | 1000001 | 100111000 | 11001 | 11100 |
Color Harmonies of #593552
Complementary color
Monochromatic Colors of #593552
Black with #593552
Text Example
Text Example
White with #593552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593552; }
p { color: rgb(89,53,82); }
H1.HeaderClassName
{
color: #593552;
}
.AnyTagClassName
{
color: #593552;
}
</style>
background-color css
<style>
a { background-color: #593552; }
a { background-color: rgb(89,53,82); }
div.DivClassName
{
background-color: #593552;
}
.BgClassName
{
background-color: #593552;
}
</style>
border-color css
<style>
span { border-color: #593552; }
span { border-color: rgb(89,53,82); }
td.TdClassName
{
border-color: #593552;
}
.TagClassName
{
border-color: #593552;
}
</style>