Shades of Purple Taupe #573C55
Tints of Purple Taupe #573C55
RGB
CMYK
RGB Variations
Color information
#573C55 (or 0x573C55) is known color: Purple Taupe. HEX triplet: 57, 3C and 55. RGB value is (87,60,85). Sum of RGB (Red+Green+Blue) = 87+60+85=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #573C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573C55 is #A8C3AA. Grayscale: #464646. Windows color (decimal): -11060139 or 5586007. OLE color: 5586007.
HSL color Cylindrical-coordinate representation of color #573C55: hue angle of 304.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #573C55 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 85 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.66 |
| HSL | 304.44º | 0.18% | 0.29% | - |
| HSV(B) | 304.44º | 0.31% | 0.34% | - |
| XYZ | 7.19 | 5.91 | 9.36 | - |
| YUV | 70.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 85 | 0 | 0.31 | 0.02 | 0.66 | 304.44 | 0.18 | 0.29 |
| Hex | 57 | 3C | 55 | 0 | 1F | 2 | 42 | 130 | 12 | 1D |
| Octal | 127 | 74 | 125 | 0 | 37 | 2 | 102 | 460 | 22 | 35 |
| Binary | 1010111 | 111100 | 1010101 | 0 | 11111 | 10 | 1000010 | 100110000 | 10010 | 11101 |
Color Harmonies of #573C55
Complementary color
Monochromatic Colors of #573C55
Black with #573C55
Text Example
Text Example
White with #573C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C55; }
p { color: rgb(87,60,85); }
H1.HeaderClassName
{
color: #573C55;
}
.AnyTagClassName
{
color: #573C55;
}
</style>
background-color css
<style>
a { background-color: #573C55; }
a { background-color: rgb(87,60,85); }
div.DivClassName
{
background-color: #573C55;
}
.BgClassName
{
background-color: #573C55;
}
</style>
border-color css
<style>
span { border-color: #573C55; }
span { border-color: rgb(87,60,85); }
td.TdClassName
{
border-color: #573C55;
}
.TagClassName
{
border-color: #573C55;
}
</style>