Shades of Purple Taupe #575056
Tints of Purple Taupe #575056
RGB
CMYK
RGB Variations
Color information
#575056 (or 0x575056) is known color: Purple Taupe. HEX triplet: 57, 50 and 56. RGB value is (87,80,86). Sum of RGB (Red+Green+Blue) = 87+80+86=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575056 is #A8AFA9. Grayscale: #525252. Windows color (decimal): -11055018 or 5656663. OLE color: 5656663.
HSL color Cylindrical-coordinate representation of color #575056: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575056 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 86 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.66 |
| HSL | 308.57º | 0.04% | 0.33% | - |
| HSV(B) | 308.57º | 0.08% | 0.34% | - |
| XYZ | 8.48 | 8.44 | 9.99 | - |
| YUV | 82.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 86 | 0 | 0.08 | 0.01 | 0.66 | 308.57 | 0.04 | 0.33 |
| Hex | 57 | 50 | 56 | 0 | 8 | 1 | 42 | 135 | 4 | 21 |
| Octal | 127 | 120 | 126 | 0 | 10 | 1 | 102 | 465 | 4 | 41 |
| Binary | 1010111 | 1010000 | 1010110 | 0 | 1000 | 1 | 1000010 | 100110101 | 100 | 100001 |
Color Harmonies of #575056
Complementary color
Monochromatic Colors of #575056
Black with #575056
Text Example
Text Example
White with #575056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575056; }
p { color: rgb(87,80,86); }
H1.HeaderClassName
{
color: #575056;
}
.AnyTagClassName
{
color: #575056;
}
</style>
background-color css
<style>
a { background-color: #575056; }
a { background-color: rgb(87,80,86); }
div.DivClassName
{
background-color: #575056;
}
.BgClassName
{
background-color: #575056;
}
</style>
border-color css
<style>
span { border-color: #575056; }
span { border-color: rgb(87,80,86); }
td.TdClassName
{
border-color: #575056;
}
.TagClassName
{
border-color: #575056;
}
</style>