Shades of Purple Taupe #575156
Tints of Purple Taupe #575156
RGB
CMYK
RGB Variations
Color information
#575156 (or 0x575156) is known color: Purple Taupe. HEX triplet: 57, 51 and 56. RGB value is (87,81,86). Sum of RGB (Red+Green+Blue) = 87+81+86=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 87 - color contains mainly: red. Hex color #575156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575156 is #A8AEA9. Grayscale: #535353. Windows color (decimal): -11054762 or 5656919. OLE color: 5656919.
HSL color Cylindrical-coordinate representation of color #575156: hue angle of 310º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575156 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 86 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.66 |
| HSL | 310º | 0.04% | 0.33% | - |
| HSV(B) | 310º | 0.07% | 0.34% | - |
| XYZ | 8.55 | 8.58 | 10.01 | - |
| YUV | 83.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 86 | 0 | 0.07 | 0.01 | 0.66 | 310 | 0.04 | 0.33 |
| Hex | 57 | 51 | 56 | 0 | 7 | 1 | 42 | 136 | 4 | 21 |
| Octal | 127 | 121 | 126 | 0 | 7 | 1 | 102 | 466 | 4 | 41 |
| Binary | 1010111 | 1010001 | 1010110 | 0 | 111 | 1 | 1000010 | 100110110 | 100 | 100001 |
Color Harmonies of #575156
Complementary color
Monochromatic Colors of #575156
Black with #575156
Text Example
Text Example
White with #575156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575156; }
p { color: rgb(87,81,86); }
H1.HeaderClassName
{
color: #575156;
}
.AnyTagClassName
{
color: #575156;
}
</style>
background-color css
<style>
a { background-color: #575156; }
a { background-color: rgb(87,81,86); }
div.DivClassName
{
background-color: #575156;
}
.BgClassName
{
background-color: #575156;
}
</style>
border-color css
<style>
span { border-color: #575156; }
span { border-color: rgb(87,81,86); }
td.TdClassName
{
border-color: #575156;
}
.TagClassName
{
border-color: #575156;
}
</style>