Shades of Purple Taupe #575356
Tints of Purple Taupe #575356
RGB
CMYK
RGB Variations
Color information
#575356 (or 0x575356) is known color: Purple Taupe. HEX triplet: 57, 53 and 56. RGB value is (87,83,86). Sum of RGB (Red+Green+Blue) = 87+83+86=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 87 - color contains mainly: red. Hex color #575356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575356 is #A8ACA9. Grayscale: #545454. Windows color (decimal): -11054250 or 5657431. OLE color: 5657431.
HSL color Cylindrical-coordinate representation of color #575356: hue angle of 315º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575356 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 86 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.66 |
| HSL | 315º | 0.02% | 0.33% | - |
| HSV(B) | 315º | 0.05% | 0.34% | - |
| XYZ | 8.7 | 8.88 | 10.06 | - |
| YUV | 84.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 86 | 0 | 0.05 | 0.01 | 0.66 | 315 | 0.02 | 0.33 |
| Hex | 57 | 53 | 56 | 0 | 5 | 1 | 42 | 13B | 2 | 21 |
| Octal | 127 | 123 | 126 | 0 | 5 | 1 | 102 | 473 | 2 | 41 |
| Binary | 1010111 | 1010011 | 1010110 | 0 | 101 | 1 | 1000010 | 100111011 | 10 | 100001 |
Color Harmonies of #575356
Complementary color
Monochromatic Colors of #575356
Black with #575356
Text Example
Text Example
White with #575356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575356; }
p { color: rgb(87,83,86); }
H1.HeaderClassName
{
color: #575356;
}
.AnyTagClassName
{
color: #575356;
}
</style>
background-color css
<style>
a { background-color: #575356; }
a { background-color: rgb(87,83,86); }
div.DivClassName
{
background-color: #575356;
}
.BgClassName
{
background-color: #575356;
}
</style>
border-color css
<style>
span { border-color: #575356; }
span { border-color: rgb(87,83,86); }
td.TdClassName
{
border-color: #575356;
}
.TagClassName
{
border-color: #575356;
}
</style>