Shades of Purple Taupe #5D4056
Tints of Purple Taupe #5D4056
RGB
CMYK
RGB Variations
Color information
#5D4056 (or 0x5D4056) is known color: Purple Taupe. HEX triplet: 5D, 40 and 56. RGB value is (93,64,86). Sum of RGB (Red+Green+Blue) = 93+64+86=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4056 is #A2BFA9. Grayscale: #4B4B4B. Windows color (decimal): -10665898 or 5652573. OLE color: 5652573.
HSL color Cylindrical-coordinate representation of color #5D4056: hue angle of 314.48º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D4056 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 86 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.64 |
| HSL | 314.48º | 0.18% | 0.31% | - |
| HSV(B) | 314.48º | 0.31% | 0.36% | - |
| XYZ | 8.03 | 6.67 | 9.67 | - |
| YUV | 75.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 86 | 0 | 0.31 | 0.08 | 0.64 | 314.48 | 0.18 | 0.31 |
| Hex | 5D | 40 | 56 | 0 | 1F | 8 | 40 | 13A | 12 | 1F |
| Octal | 135 | 100 | 126 | 0 | 37 | 10 | 100 | 472 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1010110 | 0 | 11111 | 1000 | 1000000 | 100111010 | 10010 | 11111 |
Color Harmonies of #5D4056
Complementary color
Monochromatic Colors of #5D4056
Black with #5D4056
Text Example
Text Example
White with #5D4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4056; }
p { color: rgb(93,64,86); }
H1.HeaderClassName
{
color: #5D4056;
}
.AnyTagClassName
{
color: #5D4056;
}
</style>
background-color css
<style>
a { background-color: #5D4056; }
a { background-color: rgb(93,64,86); }
div.DivClassName
{
background-color: #5D4056;
}
.BgClassName
{
background-color: #5D4056;
}
</style>
border-color css
<style>
span { border-color: #5D4056; }
span { border-color: rgb(93,64,86); }
td.TdClassName
{
border-color: #5D4056;
}
.TagClassName
{
border-color: #5D4056;
}
</style>