Shades of Purple Taupe #5D4059
Tints of Purple Taupe #5D4059
RGB
CMYK
RGB Variations
Color information
#5D4059 (or 0x5D4059) is known color: Purple Taupe. HEX triplet: 5D, 40 and 59. RGB value is (93,64,89). Sum of RGB (Red+Green+Blue) = 93+64+89=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4059 is #A2BFA6. Grayscale: #4B4B4B. Windows color (decimal): -10665895 or 5849181. OLE color: 5849181.
HSL color Cylindrical-coordinate representation of color #5D4059: hue angle of 308.28º 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 #5D4059 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 89 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.64 |
| HSL | 308.28º | 0.18% | 0.31% | - |
| HSV(B) | 308.28º | 0.31% | 0.36% | - |
| XYZ | 8.15 | 6.72 | 10.32 | - |
| YUV | 75.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 89 | 0 | 0.31 | 0.04 | 0.64 | 308.28 | 0.18 | 0.31 |
| Hex | 5D | 40 | 59 | 0 | 1F | 4 | 40 | 134 | 12 | 1F |
| Octal | 135 | 100 | 131 | 0 | 37 | 4 | 100 | 464 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1011001 | 0 | 11111 | 100 | 1000000 | 100110100 | 10010 | 11111 |
Color Harmonies of #5D4059
Complementary color
Monochromatic Colors of #5D4059
Black with #5D4059
Text Example
Text Example
White with #5D4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4059; }
p { color: rgb(93,64,89); }
H1.HeaderClassName
{
color: #5D4059;
}
.AnyTagClassName
{
color: #5D4059;
}
</style>
background-color css
<style>
a { background-color: #5D4059; }
a { background-color: rgb(93,64,89); }
div.DivClassName
{
background-color: #5D4059;
}
.BgClassName
{
background-color: #5D4059;
}
</style>
border-color css
<style>
span { border-color: #5D4059; }
span { border-color: rgb(93,64,89); }
td.TdClassName
{
border-color: #5D4059;
}
.TagClassName
{
border-color: #5D4059;
}
</style>