Shades of Purple Taupe #5D4559
Tints of Purple Taupe #5D4559
RGB
CMYK
RGB Variations
Color information
#5D4559 (or 0x5D4559) is known color: Purple Taupe. HEX triplet: 5D, 45 and 59. RGB value is (93,69,89). Sum of RGB (Red+Green+Blue) = 93+69+89=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4559 is #A2BAA6. Grayscale: #4E4E4E. Windows color (decimal): -10664615 or 5850461. OLE color: 5850461.
HSL color Cylindrical-coordinate representation of color #5D4559: hue angle of 310º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4559 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 89 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.64 |
| HSL | 310º | 0.15% | 0.32% | - |
| HSV(B) | 310º | 0.26% | 0.36% | - |
| XYZ | 8.45 | 7.3 | 10.42 | - |
| YUV | 78.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 89 | 0 | 0.26 | 0.04 | 0.64 | 310 | 0.15 | 0.32 |
| Hex | 5D | 45 | 59 | 0 | 1A | 4 | 40 | 136 | F | 20 |
| Octal | 135 | 105 | 131 | 0 | 32 | 4 | 100 | 466 | 17 | 40 |
| Binary | 1011101 | 1000101 | 1011001 | 0 | 11010 | 100 | 1000000 | 100110110 | 1111 | 100000 |
Color Harmonies of #5D4559
Complementary color
Monochromatic Colors of #5D4559
Black with #5D4559
Text Example
Text Example
White with #5D4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4559; }
p { color: rgb(93,69,89); }
H1.HeaderClassName
{
color: #5D4559;
}
.AnyTagClassName
{
color: #5D4559;
}
</style>
background-color css
<style>
a { background-color: #5D4559; }
a { background-color: rgb(93,69,89); }
div.DivClassName
{
background-color: #5D4559;
}
.BgClassName
{
background-color: #5D4559;
}
</style>
border-color css
<style>
span { border-color: #5D4559; }
span { border-color: rgb(93,69,89); }
td.TdClassName
{
border-color: #5D4559;
}
.TagClassName
{
border-color: #5D4559;
}
</style>