Shades of Purple Taupe #5A4456
Tints of Purple Taupe #5A4456
RGB
CMYK
RGB Variations
Color information
#5A4456 (or 0x5A4456) is known color: Purple Taupe. HEX triplet: 5A, 44 and 56. RGB value is (90,68,86). Sum of RGB (Red+Green+Blue) = 90+68+86=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4456 is #A5BBA9. Grayscale: #4C4C4C. Windows color (decimal): -10861482 or 5653594. OLE color: 5653594.
HSL color Cylindrical-coordinate representation of color #5A4456: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A4456 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 86 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.65 |
| HSL | 310.91º | 0.14% | 0.31% | - |
| HSV(B) | 310.91º | 0.24% | 0.35% | - |
| XYZ | 7.96 | 6.98 | 9.73 | - |
| YUV | 76.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 86 | 0 | 0.24 | 0.04 | 0.65 | 310.91 | 0.14 | 0.31 |
| Hex | 5A | 44 | 56 | 0 | 18 | 4 | 41 | 137 | E | 1F |
| Octal | 132 | 104 | 126 | 0 | 30 | 4 | 101 | 467 | 16 | 37 |
| Binary | 1011010 | 1000100 | 1010110 | 0 | 11000 | 100 | 1000001 | 100110111 | 1110 | 11111 |
Color Harmonies of #5A4456
Complementary color
Monochromatic Colors of #5A4456
Black with #5A4456
Text Example
Text Example
White with #5A4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4456; }
p { color: rgb(90,68,86); }
H1.HeaderClassName
{
color: #5A4456;
}
.AnyTagClassName
{
color: #5A4456;
}
</style>
background-color css
<style>
a { background-color: #5A4456; }
a { background-color: rgb(90,68,86); }
div.DivClassName
{
background-color: #5A4456;
}
.BgClassName
{
background-color: #5A4456;
}
</style>
border-color css
<style>
span { border-color: #5A4456; }
span { border-color: rgb(90,68,86); }
td.TdClassName
{
border-color: #5A4456;
}
.TagClassName
{
border-color: #5A4456;
}
</style>