Shades of Purple Taupe #5A4756
Tints of Purple Taupe #5A4756
RGB
CMYK
RGB Variations
Color information
#5A4756 (or 0x5A4756) is known color: Purple Taupe. HEX triplet: 5A, 47 and 56. RGB value is (90,71,86). Sum of RGB (Red+Green+Blue) = 90+71+86=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4756 is #A5B8A9. Grayscale: #4E4E4E. Windows color (decimal): -10860714 or 5654362. OLE color: 5654362.
HSL color Cylindrical-coordinate representation of color #5A4756: hue angle of 312.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A4756 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 86 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.65 |
| HSL | 312.63º | 0.12% | 0.32% | - |
| HSV(B) | 312.63º | 0.21% | 0.35% | - |
| XYZ | 8.15 | 7.35 | 9.79 | - |
| YUV | 78.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 86 | 0 | 0.21 | 0.04 | 0.65 | 312.63 | 0.12 | 0.32 |
| Hex | 5A | 47 | 56 | 0 | 15 | 4 | 41 | 139 | C | 20 |
| Octal | 132 | 107 | 126 | 0 | 25 | 4 | 101 | 471 | 14 | 40 |
| Binary | 1011010 | 1000111 | 1010110 | 0 | 10101 | 100 | 1000001 | 100111001 | 1100 | 100000 |
Color Harmonies of #5A4756
Complementary color
Monochromatic Colors of #5A4756
Black with #5A4756
Text Example
Text Example
White with #5A4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4756; }
p { color: rgb(90,71,86); }
H1.HeaderClassName
{
color: #5A4756;
}
.AnyTagClassName
{
color: #5A4756;
}
</style>
background-color css
<style>
a { background-color: #5A4756; }
a { background-color: rgb(90,71,86); }
div.DivClassName
{
background-color: #5A4756;
}
.BgClassName
{
background-color: #5A4756;
}
</style>
border-color css
<style>
span { border-color: #5A4756; }
span { border-color: rgb(90,71,86); }
td.TdClassName
{
border-color: #5A4756;
}
.TagClassName
{
border-color: #5A4756;
}
</style>