Shades of Purple Taupe #573D54
Tints of Purple Taupe #573D54
RGB
CMYK
RGB Variations
Color information
#573D54 (or 0x573D54) is known color: Purple Taupe. HEX triplet: 57, 3D and 54. RGB value is (87,61,84). Sum of RGB (Red+Green+Blue) = 87+61+84=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #573D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573D54 is #A8C2AB. Grayscale: #474747. Windows color (decimal): -11059884 or 5520727. OLE color: 5520727.
HSL color Cylindrical-coordinate representation of color #573D54: hue angle of 306.92º 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 #573D54 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 84 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.66 |
| HSL | 306.92º | 0.18% | 0.29% | - |
| HSV(B) | 306.92º | 0.3% | 0.34% | - |
| XYZ | 7.2 | 6 | 9.17 | - |
| YUV | 71.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 84 | 0 | 0.30 | 0.03 | 0.66 | 306.92 | 0.18 | 0.29 |
| Hex | 57 | 3D | 54 | 0 | 1E | 3 | 42 | 133 | 12 | 1D |
| Octal | 127 | 75 | 124 | 0 | 36 | 3 | 102 | 463 | 22 | 35 |
| Binary | 1010111 | 111101 | 1010100 | 0 | 11110 | 11 | 1000010 | 100110011 | 10010 | 11101 |
Color Harmonies of #573D54
Complementary color
Monochromatic Colors of #573D54
Black with #573D54
Text Example
Text Example
White with #573D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D54; }
p { color: rgb(87,61,84); }
H1.HeaderClassName
{
color: #573D54;
}
.AnyTagClassName
{
color: #573D54;
}
</style>
background-color css
<style>
a { background-color: #573D54; }
a { background-color: rgb(87,61,84); }
div.DivClassName
{
background-color: #573D54;
}
.BgClassName
{
background-color: #573D54;
}
</style>
border-color css
<style>
span { border-color: #573D54; }
span { border-color: rgb(87,61,84); }
td.TdClassName
{
border-color: #573D54;
}
.TagClassName
{
border-color: #573D54;
}
</style>