Shades of Purple Taupe #574D55
Tints of Purple Taupe #574D55
RGB
CMYK
RGB Variations
Color information
#574D55 (or 0x574D55) is known color: Purple Taupe. HEX triplet: 57, 4D and 55. RGB value is (87,77,85). Sum of RGB (Red+Green+Blue) = 87+77+85=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #574D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D55 is #A8B2AA. Grayscale: #505050. Windows color (decimal): -11055787 or 5590359. OLE color: 5590359.
HSL color Cylindrical-coordinate representation of color #574D55: hue angle of 312º 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 #574D55 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 85 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.66 |
| HSL | 312º | 0.06% | 0.32% | - |
| HSV(B) | 312º | 0.11% | 0.34% | - |
| XYZ | 8.22 | 7.99 | 9.7 | - |
| YUV | 80.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 85 | 0 | 0.11 | 0.02 | 0.66 | 312 | 0.06 | 0.32 |
| Hex | 57 | 4D | 55 | 0 | B | 2 | 42 | 138 | 6 | 20 |
| Octal | 127 | 115 | 125 | 0 | 13 | 2 | 102 | 470 | 6 | 40 |
| Binary | 1010111 | 1001101 | 1010101 | 0 | 1011 | 10 | 1000010 | 100111000 | 110 | 100000 |
Color Harmonies of #574D55
Complementary color
Monochromatic Colors of #574D55
Black with #574D55
Text Example
Text Example
White with #574D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D55; }
p { color: rgb(87,77,85); }
H1.HeaderClassName
{
color: #574D55;
}
.AnyTagClassName
{
color: #574D55;
}
</style>
background-color css
<style>
a { background-color: #574D55; }
a { background-color: rgb(87,77,85); }
div.DivClassName
{
background-color: #574D55;
}
.BgClassName
{
background-color: #574D55;
}
</style>
border-color css
<style>
span { border-color: #574D55; }
span { border-color: rgb(87,77,85); }
td.TdClassName
{
border-color: #574D55;
}
.TagClassName
{
border-color: #574D55;
}
</style>