Shades of Purple Taupe #56404E
Tints of Purple Taupe #56404E
RGB
CMYK
RGB Variations
Color information
#56404E (or 0x56404E) is known color: Purple Taupe. HEX triplet: 56, 40 and 4E. RGB value is (86,64,78). Sum of RGB (Red+Green+Blue) = 86+64+78=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56404E is #A9BFB1. Grayscale: #484848. Windows color (decimal): -11124658 or 5128278. OLE color: 5128278.
HSL color Cylindrical-coordinate representation of color #56404E: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56404E is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 78 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.66 |
| HSL | 321.82º | 0.15% | 0.29% | - |
| HSV(B) | 321.82º | 0.26% | 0.34% | - |
| XYZ | 7.05 | 6.2 | 8.03 | - |
| YUV | 72.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 78 | 0 | 0.26 | 0.09 | 0.66 | 321.82 | 0.15 | 0.29 |
| Hex | 56 | 40 | 4E | 0 | 1A | 9 | 42 | 142 | F | 1D |
| Octal | 126 | 100 | 116 | 0 | 32 | 11 | 102 | 502 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1001110 | 0 | 11010 | 1001 | 1000010 | 101000010 | 1111 | 11101 |
Color Harmonies of #56404E
Complementary color
Monochromatic Colors of #56404E
Black with #56404E
Text Example
Text Example
White with #56404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56404E; }
p { color: rgb(86,64,78); }
H1.HeaderClassName
{
color: #56404E;
}
.AnyTagClassName
{
color: #56404E;
}
</style>
background-color css
<style>
a { background-color: #56404E; }
a { background-color: rgb(86,64,78); }
div.DivClassName
{
background-color: #56404E;
}
.BgClassName
{
background-color: #56404E;
}
</style>
border-color css
<style>
span { border-color: #56404E; }
span { border-color: rgb(86,64,78); }
td.TdClassName
{
border-color: #56404E;
}
.TagClassName
{
border-color: #56404E;
}
</style>