Shades of Purple Taupe #574D56
Tints of Purple Taupe #574D56
RGB
CMYK
RGB Variations
Color information
#574D56 (or 0x574D56) is known color: Purple Taupe. HEX triplet: 57, 4D and 56. RGB value is (87,77,86). Sum of RGB (Red+Green+Blue) = 87+77+86=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #574D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D56 is #A8B2A9. Grayscale: #505050. Windows color (decimal): -11055786 or 5655895. OLE color: 5655895.
HSL color Cylindrical-coordinate representation of color #574D56: hue angle of 306º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #574D56 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 86 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.66 |
| HSL | 306º | 0.06% | 0.32% | - |
| HSV(B) | 306º | 0.11% | 0.34% | - |
| XYZ | 8.26 | 8.01 | 9.91 | - |
| YUV | 81.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 86 | 0 | 0.11 | 0.01 | 0.66 | 306 | 0.06 | 0.32 |
| Hex | 57 | 4D | 56 | 0 | B | 1 | 42 | 132 | 6 | 20 |
| Octal | 127 | 115 | 126 | 0 | 13 | 1 | 102 | 462 | 6 | 40 |
| Binary | 1010111 | 1001101 | 1010110 | 0 | 1011 | 1 | 1000010 | 100110010 | 110 | 100000 |
Color Harmonies of #574D56
Complementary color
Monochromatic Colors of #574D56
Black with #574D56
Text Example
Text Example
White with #574D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D56; }
p { color: rgb(87,77,86); }
H1.HeaderClassName
{
color: #574D56;
}
.AnyTagClassName
{
color: #574D56;
}
</style>
background-color css
<style>
a { background-color: #574D56; }
a { background-color: rgb(87,77,86); }
div.DivClassName
{
background-color: #574D56;
}
.BgClassName
{
background-color: #574D56;
}
</style>
border-color css
<style>
span { border-color: #574D56; }
span { border-color: rgb(87,77,86); }
td.TdClassName
{
border-color: #574D56;
}
.TagClassName
{
border-color: #574D56;
}
</style>