Shades of Purple Taupe #5C4E59
Tints of Purple Taupe #5C4E59
RGB
CMYK
RGB Variations
Color information
#5C4E59 (or 0x5C4E59) is known color: Purple Taupe. HEX triplet: 5C, 4E and 59. RGB value is (92,78,89). Sum of RGB (Red+Green+Blue) = 92+78+89=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E59 is #A3B1A6. Grayscale: #535353. Windows color (decimal): -10727847 or 5852764. OLE color: 5852764.
HSL color Cylindrical-coordinate representation of color #5C4E59: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C4E59 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 89 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.64 |
| HSL | 312.86º | 0.08% | 0.33% | - |
| HSV(B) | 312.86º | 0.15% | 0.36% | - |
| XYZ | 8.94 | 8.45 | 10.61 | - |
| YUV | 83.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 89 | 0 | 0.15 | 0.03 | 0.64 | 312.86 | 0.08 | 0.33 |
| Hex | 5C | 4E | 59 | 0 | F | 3 | 40 | 139 | 8 | 21 |
| Octal | 134 | 116 | 131 | 0 | 17 | 3 | 100 | 471 | 10 | 41 |
| Binary | 1011100 | 1001110 | 1011001 | 0 | 1111 | 11 | 1000000 | 100111001 | 1000 | 100001 |
Color Harmonies of #5C4E59
Complementary color
Monochromatic Colors of #5C4E59
Black with #5C4E59
Text Example
Text Example
White with #5C4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E59; }
p { color: rgb(92,78,89); }
H1.HeaderClassName
{
color: #5C4E59;
}
.AnyTagClassName
{
color: #5C4E59;
}
</style>
background-color css
<style>
a { background-color: #5C4E59; }
a { background-color: rgb(92,78,89); }
div.DivClassName
{
background-color: #5C4E59;
}
.BgClassName
{
background-color: #5C4E59;
}
</style>
border-color css
<style>
span { border-color: #5C4E59; }
span { border-color: rgb(92,78,89); }
td.TdClassName
{
border-color: #5C4E59;
}
.TagClassName
{
border-color: #5C4E59;
}
</style>