Shades of Purple Taupe #574B55
Tints of Purple Taupe #574B55
RGB
CMYK
RGB Variations
Color information
#574B55 (or 0x574B55) is known color: Purple Taupe. HEX triplet: 57, 4B and 55. RGB value is (87,75,85). Sum of RGB (Red+Green+Blue) = 87+75+85=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #574B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B55 is #A8B4AA. Grayscale: #4F4F4F. Windows color (decimal): -11056299 or 5589847. OLE color: 5589847.
HSL color Cylindrical-coordinate representation of color #574B55: hue angle of 310º 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 #574B55 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 85 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.66 |
| HSL | 310º | 0.07% | 0.32% | - |
| HSV(B) | 310º | 0.14% | 0.34% | - |
| XYZ | 8.09 | 7.71 | 9.66 | - |
| YUV | 79.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 85 | 0 | 0.14 | 0.02 | 0.66 | 310 | 0.07 | 0.32 |
| Hex | 57 | 4B | 55 | 0 | E | 2 | 42 | 136 | 7 | 20 |
| Octal | 127 | 113 | 125 | 0 | 16 | 2 | 102 | 466 | 7 | 40 |
| Binary | 1010111 | 1001011 | 1010101 | 0 | 1110 | 10 | 1000010 | 100110110 | 111 | 100000 |
Color Harmonies of #574B55
Complementary color
Monochromatic Colors of #574B55
Black with #574B55
Text Example
Text Example
White with #574B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B55; }
p { color: rgb(87,75,85); }
H1.HeaderClassName
{
color: #574B55;
}
.AnyTagClassName
{
color: #574B55;
}
</style>
background-color css
<style>
a { background-color: #574B55; }
a { background-color: rgb(87,75,85); }
div.DivClassName
{
background-color: #574B55;
}
.BgClassName
{
background-color: #574B55;
}
</style>
border-color css
<style>
span { border-color: #574B55; }
span { border-color: rgb(87,75,85); }
td.TdClassName
{
border-color: #574B55;
}
.TagClassName
{
border-color: #574B55;
}
</style>