Shades of Purple Taupe #573A50
Tints of Purple Taupe #573A50
RGB
CMYK
RGB Variations
Color information
#573A50 (or 0x573A50) is known color: Purple Taupe. HEX triplet: 57, 3A and 50. RGB value is (87,58,80). Sum of RGB (Red+Green+Blue) = 87+58+80=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #573A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A50 is #A8C5AF. Grayscale: #454545. Windows color (decimal): -11060656 or 5257815. OLE color: 5257815.
HSL color Cylindrical-coordinate representation of color #573A50: hue angle of 314.48º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #573A50 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 80 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.66 |
| HSL | 314.48º | 0.2% | 0.28% | - |
| HSV(B) | 314.48º | 0.33% | 0.34% | - |
| XYZ | 6.89 | 5.63 | 8.31 | - |
| YUV | 69.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 80 | 0 | 0.33 | 0.08 | 0.66 | 314.48 | 0.2 | 0.28 |
| Hex | 57 | 3A | 50 | 0 | 21 | 8 | 42 | 13A | 14 | 1C |
| Octal | 127 | 72 | 120 | 0 | 41 | 10 | 102 | 472 | 24 | 34 |
| Binary | 1010111 | 111010 | 1010000 | 0 | 100001 | 1000 | 1000010 | 100111010 | 10100 | 11100 |
Color Harmonies of #573A50
Complementary color
Monochromatic Colors of #573A50
Black with #573A50
Text Example
Text Example
White with #573A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A50; }
p { color: rgb(87,58,80); }
H1.HeaderClassName
{
color: #573A50;
}
.AnyTagClassName
{
color: #573A50;
}
</style>
background-color css
<style>
a { background-color: #573A50; }
a { background-color: rgb(87,58,80); }
div.DivClassName
{
background-color: #573A50;
}
.BgClassName
{
background-color: #573A50;
}
</style>
border-color css
<style>
span { border-color: #573A50; }
span { border-color: rgb(87,58,80); }
td.TdClassName
{
border-color: #573A50;
}
.TagClassName
{
border-color: #573A50;
}
</style>