Shades of Purple Taupe #573F55
Tints of Purple Taupe #573F55
RGB
CMYK
RGB Variations
Color information
#573F55 (or 0x573F55) is known color: Purple Taupe. HEX triplet: 57, 3F and 55. RGB value is (87,63,85). Sum of RGB (Red+Green+Blue) = 87+63+85=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #573F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F55 is #A8C0AA. Grayscale: #484848. Windows color (decimal): -11059371 or 5586775. OLE color: 5586775.
HSL color Cylindrical-coordinate representation of color #573F55: hue angle of 305º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F55 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 85 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.66 |
| HSL | 305º | 0.16% | 0.29% | - |
| HSV(B) | 305º | 0.28% | 0.34% | - |
| XYZ | 7.35 | 6.24 | 9.41 | - |
| YUV | 72.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 85 | 0 | 0.28 | 0.02 | 0.66 | 305 | 0.16 | 0.29 |
| Hex | 57 | 3F | 55 | 0 | 1C | 2 | 42 | 131 | 10 | 1D |
| Octal | 127 | 77 | 125 | 0 | 34 | 2 | 102 | 461 | 20 | 35 |
| Binary | 1010111 | 111111 | 1010101 | 0 | 11100 | 10 | 1000010 | 100110001 | 10000 | 11101 |
Color Harmonies of #573F55
Complementary color
Monochromatic Colors of #573F55
Black with #573F55
Text Example
Text Example
White with #573F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F55; }
p { color: rgb(87,63,85); }
H1.HeaderClassName
{
color: #573F55;
}
.AnyTagClassName
{
color: #573F55;
}
</style>
background-color css
<style>
a { background-color: #573F55; }
a { background-color: rgb(87,63,85); }
div.DivClassName
{
background-color: #573F55;
}
.BgClassName
{
background-color: #573F55;
}
</style>
border-color css
<style>
span { border-color: #573F55; }
span { border-color: rgb(87,63,85); }
td.TdClassName
{
border-color: #573F55;
}
.TagClassName
{
border-color: #573F55;
}
</style>