Shades of Purple Taupe #574B56
Tints of Purple Taupe #574B56
RGB
CMYK
RGB Variations
Color information
#574B56 (or 0x574B56) is known color: Purple Taupe. HEX triplet: 57, 4B and 56. RGB value is (87,75,86). Sum of RGB (Red+Green+Blue) = 87+75+86=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #574B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B56 is #A8B4A9. Grayscale: #4F4F4F. Windows color (decimal): -11056298 or 5655383. OLE color: 5655383.
HSL color Cylindrical-coordinate representation of color #574B56: hue angle of 305º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #574B56 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 86 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.66 |
| HSL | 305º | 0.07% | 0.32% | - |
| HSV(B) | 305º | 0.14% | 0.34% | - |
| XYZ | 8.13 | 7.73 | 9.87 | - |
| YUV | 79.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 86 | 0 | 0.14 | 0.01 | 0.66 | 305 | 0.07 | 0.32 |
| Hex | 57 | 4B | 56 | 0 | E | 1 | 42 | 131 | 7 | 20 |
| Octal | 127 | 113 | 126 | 0 | 16 | 1 | 102 | 461 | 7 | 40 |
| Binary | 1010111 | 1001011 | 1010110 | 0 | 1110 | 1 | 1000010 | 100110001 | 111 | 100000 |
Color Harmonies of #574B56
Complementary color
Monochromatic Colors of #574B56
Black with #574B56
Text Example
Text Example
White with #574B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B56; }
p { color: rgb(87,75,86); }
H1.HeaderClassName
{
color: #574B56;
}
.AnyTagClassName
{
color: #574B56;
}
</style>
background-color css
<style>
a { background-color: #574B56; }
a { background-color: rgb(87,75,86); }
div.DivClassName
{
background-color: #574B56;
}
.BgClassName
{
background-color: #574B56;
}
</style>
border-color css
<style>
span { border-color: #574B56; }
span { border-color: rgb(87,75,86); }
td.TdClassName
{
border-color: #574B56;
}
.TagClassName
{
border-color: #574B56;
}
</style>