Shades of Purple Taupe #573D50
Tints of Purple Taupe #573D50
RGB
CMYK
RGB Variations
Color information
#573D50 (or 0x573D50) is known color: Purple Taupe. HEX triplet: 57, 3D and 50. RGB value is (87,61,80). Sum of RGB (Red+Green+Blue) = 87+61+80=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #573D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573D50 is #A8C2AF. Grayscale: #464646. Windows color (decimal): -11059888 or 5258583. OLE color: 5258583.
HSL color Cylindrical-coordinate representation of color #573D50: hue angle of 316.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #573D50 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 80 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.66 |
| HSL | 316.15º | 0.18% | 0.29% | - |
| HSV(B) | 316.15º | 0.3% | 0.34% | - |
| XYZ | 7.05 | 5.94 | 8.37 | - |
| YUV | 70.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 80 | 0 | 0.30 | 0.08 | 0.66 | 316.15 | 0.18 | 0.29 |
| Hex | 57 | 3D | 50 | 0 | 1E | 8 | 42 | 13C | 12 | 1D |
| Octal | 127 | 75 | 120 | 0 | 36 | 10 | 102 | 474 | 22 | 35 |
| Binary | 1010111 | 111101 | 1010000 | 0 | 11110 | 1000 | 1000010 | 100111100 | 10010 | 11101 |
Color Harmonies of #573D50
Complementary color
Monochromatic Colors of #573D50
Black with #573D50
Text Example
Text Example
White with #573D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D50; }
p { color: rgb(87,61,80); }
H1.HeaderClassName
{
color: #573D50;
}
.AnyTagClassName
{
color: #573D50;
}
</style>
background-color css
<style>
a { background-color: #573D50; }
a { background-color: rgb(87,61,80); }
div.DivClassName
{
background-color: #573D50;
}
.BgClassName
{
background-color: #573D50;
}
</style>
border-color css
<style>
span { border-color: #573D50; }
span { border-color: rgb(87,61,80); }
td.TdClassName
{
border-color: #573D50;
}
.TagClassName
{
border-color: #573D50;
}
</style>