Shades of Purple Taupe #5D4058
Tints of Purple Taupe #5D4058
RGB
CMYK
RGB Variations
Color information
#5D4058 (or 0x5D4058) is known color: Purple Taupe. HEX triplet: 5D, 40 and 58. RGB value is (93,64,88). Sum of RGB (Red+Green+Blue) = 93+64+88=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4058 is #A2BFA7. Grayscale: #4B4B4B. Windows color (decimal): -10665896 or 5783645. OLE color: 5783645.
HSL color Cylindrical-coordinate representation of color #5D4058: hue angle of 310.34º 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 #5D4058 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 88 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.64 |
| HSL | 310.34º | 0.18% | 0.31% | - |
| HSV(B) | 310.34º | 0.31% | 0.36% | - |
| XYZ | 8.11 | 6.7 | 10.1 | - |
| YUV | 75.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 88 | 0 | 0.31 | 0.05 | 0.64 | 310.34 | 0.18 | 0.31 |
| Hex | 5D | 40 | 58 | 0 | 1F | 5 | 40 | 136 | 12 | 1F |
| Octal | 135 | 100 | 130 | 0 | 37 | 5 | 100 | 466 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1011000 | 0 | 11111 | 101 | 1000000 | 100110110 | 10010 | 11111 |
Color Harmonies of #5D4058
Complementary color
Monochromatic Colors of #5D4058
Black with #5D4058
Text Example
Text Example
White with #5D4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4058; }
p { color: rgb(93,64,88); }
H1.HeaderClassName
{
color: #5D4058;
}
.AnyTagClassName
{
color: #5D4058;
}
</style>
background-color css
<style>
a { background-color: #5D4058; }
a { background-color: rgb(93,64,88); }
div.DivClassName
{
background-color: #5D4058;
}
.BgClassName
{
background-color: #5D4058;
}
</style>
border-color css
<style>
span { border-color: #5D4058; }
span { border-color: rgb(93,64,88); }
td.TdClassName
{
border-color: #5D4058;
}
.TagClassName
{
border-color: #5D4058;
}
</style>