Shades of Purple Taupe #5C4759
Tints of Purple Taupe #5C4759
RGB
CMYK
RGB Variations
Color information
#5C4759 (or 0x5C4759) is known color: Purple Taupe. HEX triplet: 5C, 47 and 59. RGB value is (92,71,89). Sum of RGB (Red+Green+Blue) = 92+71+89=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4759 is #A3B8A6. Grayscale: #4F4F4F. Windows color (decimal): -10729639 or 5850972. OLE color: 5850972.
HSL color Cylindrical-coordinate representation of color #5C4759: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C4759 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 89 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.64 |
| HSL | 308.57º | 0.13% | 0.32% | - |
| HSV(B) | 308.57º | 0.23% | 0.36% | - |
| XYZ | 8.47 | 7.5 | 10.45 | - |
| YUV | 79.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 89 | 0 | 0.23 | 0.03 | 0.64 | 308.57 | 0.13 | 0.32 |
| Hex | 5C | 47 | 59 | 0 | 17 | 3 | 40 | 135 | D | 20 |
| Octal | 134 | 107 | 131 | 0 | 27 | 3 | 100 | 465 | 15 | 40 |
| Binary | 1011100 | 1000111 | 1011001 | 0 | 10111 | 11 | 1000000 | 100110101 | 1101 | 100000 |
Color Harmonies of #5C4759
Complementary color
Monochromatic Colors of #5C4759
Black with #5C4759
Text Example
Text Example
White with #5C4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4759; }
p { color: rgb(92,71,89); }
H1.HeaderClassName
{
color: #5C4759;
}
.AnyTagClassName
{
color: #5C4759;
}
</style>
background-color css
<style>
a { background-color: #5C4759; }
a { background-color: rgb(92,71,89); }
div.DivClassName
{
background-color: #5C4759;
}
.BgClassName
{
background-color: #5C4759;
}
</style>
border-color css
<style>
span { border-color: #5C4759; }
span { border-color: rgb(92,71,89); }
td.TdClassName
{
border-color: #5C4759;
}
.TagClassName
{
border-color: #5C4759;
}
</style>