Shades of Purple Taupe #574856
Tints of Purple Taupe #574856
RGB
CMYK
RGB Variations
Color information
#574856 (or 0x574856) is known color: Purple Taupe. HEX triplet: 57, 48 and 56. RGB value is (87,72,86). Sum of RGB (Red+Green+Blue) = 87+72+86=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #574856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574856 is #A8B7A9. Grayscale: #4E4E4E. Windows color (decimal): -11057066 or 5654615. OLE color: 5654615.
HSL color Cylindrical-coordinate representation of color #574856: hue angle of 304º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574856 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 86 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.66 |
| HSL | 304º | 0.09% | 0.31% | - |
| HSV(B) | 304º | 0.17% | 0.34% | - |
| XYZ | 7.93 | 7.33 | 9.8 | - |
| YUV | 78.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 86 | 0 | 0.17 | 0.01 | 0.66 | 304 | 0.09 | 0.31 |
| Hex | 57 | 48 | 56 | 0 | 11 | 1 | 42 | 130 | 9 | 1F |
| Octal | 127 | 110 | 126 | 0 | 21 | 1 | 102 | 460 | 11 | 37 |
| Binary | 1010111 | 1001000 | 1010110 | 0 | 10001 | 1 | 1000010 | 100110000 | 1001 | 11111 |
Color Harmonies of #574856
Complementary color
Monochromatic Colors of #574856
Black with #574856
Text Example
Text Example
White with #574856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574856; }
p { color: rgb(87,72,86); }
H1.HeaderClassName
{
color: #574856;
}
.AnyTagClassName
{
color: #574856;
}
</style>
background-color css
<style>
a { background-color: #574856; }
a { background-color: rgb(87,72,86); }
div.DivClassName
{
background-color: #574856;
}
.BgClassName
{
background-color: #574856;
}
</style>
border-color css
<style>
span { border-color: #574856; }
span { border-color: rgb(87,72,86); }
td.TdClassName
{
border-color: #574856;
}
.TagClassName
{
border-color: #574856;
}
</style>