Shades of Purple Taupe #5E4557
Tints of Purple Taupe #5E4557
RGB
CMYK
RGB Variations
Color information
#5E4557 (or 0x5E4557) is known color: Purple Taupe. HEX triplet: 5E, 45 and 57. RGB value is (94,69,87). Sum of RGB (Red+Green+Blue) = 94+69+87=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4557 is #A1BAA8. Grayscale: #4E4E4E. Windows color (decimal): -10599081 or 5719390. OLE color: 5719390.
HSL color Cylindrical-coordinate representation of color #5E4557: hue angle of 316.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E4557 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 69 | 87 | - |
CMYK | 0 | 0.27 | 0.07 | 0.63 |
HSL | 316.8º | 0.15% | 0.32% | - |
HSV(B) | 316.8º | 0.27% | 0.37% | - |
XYZ | 8.46 | 7.32 | 9.98 | - |
YUV | 78.53 | 132.78 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 69 | 87 | 0 | 0.27 | 0.07 | 0.63 | 316.8 | 0.15 | 0.32 |
Hex | 5E | 45 | 57 | 0 | 1B | 7 | 3F | 13D | F | 20 |
Octal | 136 | 105 | 127 | 0 | 33 | 7 | 77 | 475 | 17 | 40 |
Binary | 1011110 | 1000101 | 1010111 | 0 | 11011 | 111 | 111111 | 100111101 | 1111 | 100000 |
Color Harmonies of #5E4557
Complementary color
Monochromatic Colors of #5E4557
Black with #5E4557
Text Example
Text Example
White with #5E4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4557; }
p { color: rgb(94,69,87); }
H1.HeaderClassName
{
color: #5E4557;
}
.AnyTagClassName
{
color: #5E4557;
}
</style>
background-color css
<style>
a { background-color: #5E4557; }
a { background-color: rgb(94,69,87); }
div.DivClassName
{
background-color: #5E4557;
}
.BgClassName
{
background-color: #5E4557;
}
</style>
border-color css
<style>
span { border-color: #5E4557; }
span { border-color: rgb(94,69,87); }
td.TdClassName
{
border-color: #5E4557;
}
.TagClassName
{
border-color: #5E4557;
}
</style>