Shades of Purple Taupe #5D4257
Tints of Purple Taupe #5D4257
RGB
CMYK
RGB Variations
Color information
#5D4257 (or 0x5D4257) is known color: Purple Taupe. HEX triplet: 5D, 42 and 57. RGB value is (93,66,87). Sum of RGB (Red+Green+Blue) = 93+66+87=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4257 is #A2BDA8. Grayscale: #4C4C4C. Windows color (decimal): -10665385 or 5718621. OLE color: 5718621.
HSL color Cylindrical-coordinate representation of color #5D4257: hue angle of 313.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D4257 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 87 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.64 |
| HSL | 313.33º | 0.17% | 0.31% | - |
| HSV(B) | 313.33º | 0.29% | 0.36% | - |
| XYZ | 8.18 | 6.91 | 9.92 | - |
| YUV | 76.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 87 | 0 | 0.29 | 0.06 | 0.64 | 313.33 | 0.17 | 0.31 |
| Hex | 5D | 42 | 57 | 0 | 1D | 6 | 40 | 139 | 11 | 1F |
| Octal | 135 | 102 | 127 | 0 | 35 | 6 | 100 | 471 | 21 | 37 |
| Binary | 1011101 | 1000010 | 1010111 | 0 | 11101 | 110 | 1000000 | 100111001 | 10001 | 11111 |
Color Harmonies of #5D4257
Complementary color
Monochromatic Colors of #5D4257
Black with #5D4257
Text Example
Text Example
White with #5D4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4257; }
p { color: rgb(93,66,87); }
H1.HeaderClassName
{
color: #5D4257;
}
.AnyTagClassName
{
color: #5D4257;
}
</style>
background-color css
<style>
a { background-color: #5D4257; }
a { background-color: rgb(93,66,87); }
div.DivClassName
{
background-color: #5D4257;
}
.BgClassName
{
background-color: #5D4257;
}
</style>
border-color css
<style>
span { border-color: #5D4257; }
span { border-color: rgb(93,66,87); }
td.TdClassName
{
border-color: #5D4257;
}
.TagClassName
{
border-color: #5D4257;
}
</style>