Shades of Purple Taupe #5D4957
Tints of Purple Taupe #5D4957
RGB
CMYK
RGB Variations
Color information
#5D4957 (or 0x5D4957) is known color: Purple Taupe. HEX triplet: 5D, 49 and 57. RGB value is (93,73,87). Sum of RGB (Red+Green+Blue) = 93+73+87=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4957 is #A2B6A8. Grayscale: #505050. Windows color (decimal): -10663593 or 5720413. OLE color: 5720413.
HSL color Cylindrical-coordinate representation of color #5D4957: hue angle of 318º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D4957 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 87 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.64 |
| HSL | 318º | 0.12% | 0.33% | - |
| HSV(B) | 318º | 0.22% | 0.36% | - |
| XYZ | 8.62 | 7.78 | 10.06 | - |
| YUV | 80.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 87 | 0 | 0.22 | 0.06 | 0.64 | 318 | 0.12 | 0.33 |
| Hex | 5D | 49 | 57 | 0 | 16 | 6 | 40 | 13E | C | 21 |
| Octal | 135 | 111 | 127 | 0 | 26 | 6 | 100 | 476 | 14 | 41 |
| Binary | 1011101 | 1001001 | 1010111 | 0 | 10110 | 110 | 1000000 | 100111110 | 1100 | 100001 |
Color Harmonies of #5D4957
Complementary color
Monochromatic Colors of #5D4957
Black with #5D4957
Text Example
Text Example
White with #5D4957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4957; }
p { color: rgb(93,73,87); }
H1.HeaderClassName
{
color: #5D4957;
}
.AnyTagClassName
{
color: #5D4957;
}
</style>
background-color css
<style>
a { background-color: #5D4957; }
a { background-color: rgb(93,73,87); }
div.DivClassName
{
background-color: #5D4957;
}
.BgClassName
{
background-color: #5D4957;
}
</style>
border-color css
<style>
span { border-color: #5D4957; }
span { border-color: rgb(93,73,87); }
td.TdClassName
{
border-color: #5D4957;
}
.TagClassName
{
border-color: #5D4957;
}
</style>