Shades of Purple Taupe #5C4D58
Tints of Purple Taupe #5C4D58
RGB
CMYK
RGB Variations
Color information
#5C4D58 (or 0x5C4D58) is known color: Purple Taupe. HEX triplet: 5C, 4D and 58. RGB value is (92,77,88). Sum of RGB (Red+Green+Blue) = 92+77+88=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4D58 is #A3B2A7. Grayscale: #525252. Windows color (decimal): -10728104 or 5786972. OLE color: 5786972.
HSL color Cylindrical-coordinate representation of color #5C4D58: hue angle of 316º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C4D58 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 88 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.64 |
| HSL | 316º | 0.09% | 0.33% | - |
| HSV(B) | 316º | 0.16% | 0.36% | - |
| XYZ | 8.83 | 8.29 | 10.37 | - |
| YUV | 82.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 88 | 0 | 0.16 | 0.04 | 0.64 | 316 | 0.09 | 0.33 |
| Hex | 5C | 4D | 58 | 0 | 10 | 4 | 40 | 13C | 9 | 21 |
| Octal | 134 | 115 | 130 | 0 | 20 | 4 | 100 | 474 | 11 | 41 |
| Binary | 1011100 | 1001101 | 1011000 | 0 | 10000 | 100 | 1000000 | 100111100 | 1001 | 100001 |
Color Harmonies of #5C4D58
Complementary color
Monochromatic Colors of #5C4D58
Black with #5C4D58
Text Example
Text Example
White with #5C4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D58; }
p { color: rgb(92,77,88); }
H1.HeaderClassName
{
color: #5C4D58;
}
.AnyTagClassName
{
color: #5C4D58;
}
</style>
background-color css
<style>
a { background-color: #5C4D58; }
a { background-color: rgb(92,77,88); }
div.DivClassName
{
background-color: #5C4D58;
}
.BgClassName
{
background-color: #5C4D58;
}
</style>
border-color css
<style>
span { border-color: #5C4D58; }
span { border-color: rgb(92,77,88); }
td.TdClassName
{
border-color: #5C4D58;
}
.TagClassName
{
border-color: #5C4D58;
}
</style>