Shades of Purple Taupe #5E4056
Tints of Purple Taupe #5E4056
RGB
CMYK
RGB Variations
Color information
#5E4056 (or 0x5E4056) is known color: Purple Taupe. HEX triplet: 5E, 40 and 56. RGB value is (94,64,86). Sum of RGB (Red+Green+Blue) = 94+64+86=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4056 is #A1BFA9. Grayscale: #4B4B4B. Windows color (decimal): -10600362 or 5652574. OLE color: 5652574.
HSL color Cylindrical-coordinate representation of color #5E4056: hue angle of 316º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E4056 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 64 | 86 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.63 |
| HSL | 316º | 0.19% | 0.31% | - |
| HSV(B) | 316º | 0.32% | 0.37% | - |
| XYZ | 8.13 | 6.72 | 9.67 | - |
| YUV | 75.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 86 | 0 | 0.32 | 0.09 | 0.63 | 316 | 0.19 | 0.31 |
| Hex | 5E | 40 | 56 | 0 | 20 | 9 | 3F | 13C | 13 | 1F |
| Octal | 136 | 100 | 126 | 0 | 40 | 11 | 77 | 474 | 23 | 37 |
| Binary | 1011110 | 1000000 | 1010110 | 0 | 100000 | 1001 | 111111 | 100111100 | 10011 | 11111 |
Color Harmonies of #5E4056
Complementary color
Monochromatic Colors of #5E4056
Black with #5E4056
Text Example
Text Example
White with #5E4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4056; }
p { color: rgb(94,64,86); }
H1.HeaderClassName
{
color: #5E4056;
}
.AnyTagClassName
{
color: #5E4056;
}
</style>
background-color css
<style>
a { background-color: #5E4056; }
a { background-color: rgb(94,64,86); }
div.DivClassName
{
background-color: #5E4056;
}
.BgClassName
{
background-color: #5E4056;
}
</style>
border-color css
<style>
span { border-color: #5E4056; }
span { border-color: rgb(94,64,86); }
td.TdClassName
{
border-color: #5E4056;
}
.TagClassName
{
border-color: #5E4056;
}
</style>