Shades of Purple Taupe #574A55
Tints of Purple Taupe #574A55
RGB
CMYK
RGB Variations
Color information
#574A55 (or 0x574A55) is known color: Purple Taupe. HEX triplet: 57, 4A and 55. RGB value is (87,74,85). Sum of RGB (Red+Green+Blue) = 87+74+85=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #574A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A55 is #A8B5AA. Grayscale: #4F4F4F. Windows color (decimal): -11056555 or 5589591. OLE color: 5589591.
HSL color Cylindrical-coordinate representation of color #574A55: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A55 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 85 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.66 |
| HSL | 309.23º | 0.08% | 0.32% | - |
| HSV(B) | 309.23º | 0.15% | 0.34% | - |
| XYZ | 8.02 | 7.58 | 9.63 | - |
| YUV | 79.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 85 | 0 | 0.15 | 0.02 | 0.66 | 309.23 | 0.08 | 0.32 |
| Hex | 57 | 4A | 55 | 0 | F | 2 | 42 | 135 | 8 | 20 |
| Octal | 127 | 112 | 125 | 0 | 17 | 2 | 102 | 465 | 10 | 40 |
| Binary | 1010111 | 1001010 | 1010101 | 0 | 1111 | 10 | 1000010 | 100110101 | 1000 | 100000 |
Color Harmonies of #574A55
Complementary color
Monochromatic Colors of #574A55
Black with #574A55
Text Example
Text Example
White with #574A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A55; }
p { color: rgb(87,74,85); }
H1.HeaderClassName
{
color: #574A55;
}
.AnyTagClassName
{
color: #574A55;
}
</style>
background-color css
<style>
a { background-color: #574A55; }
a { background-color: rgb(87,74,85); }
div.DivClassName
{
background-color: #574A55;
}
.BgClassName
{
background-color: #574A55;
}
</style>
border-color css
<style>
span { border-color: #574A55; }
span { border-color: rgb(87,74,85); }
td.TdClassName
{
border-color: #574A55;
}
.TagClassName
{
border-color: #574A55;
}
</style>