Shades of Purple Taupe #5A4A56
Tints of Purple Taupe #5A4A56
RGB
CMYK
RGB Variations
Color information
#5A4A56 (or 0x5A4A56) is known color: Purple Taupe. HEX triplet: 5A, 4A and 56. RGB value is (90,74,86). Sum of RGB (Red+Green+Blue) = 90+74+86=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4A56 is #A5B5A9. Grayscale: #505050. Windows color (decimal): -10859946 or 5655130. OLE color: 5655130.
HSL color Cylindrical-coordinate representation of color #5A4A56: hue angle of 315º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A4A56 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 86 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.65 |
| HSL | 315º | 0.1% | 0.32% | - |
| HSV(B) | 315º | 0.18% | 0.35% | - |
| XYZ | 8.34 | 7.74 | 9.86 | - |
| YUV | 80.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 86 | 0 | 0.18 | 0.04 | 0.65 | 315 | 0.1 | 0.32 |
| Hex | 5A | 4A | 56 | 0 | 12 | 4 | 41 | 13B | A | 20 |
| Octal | 132 | 112 | 126 | 0 | 22 | 4 | 101 | 473 | 12 | 40 |
| Binary | 1011010 | 1001010 | 1010110 | 0 | 10010 | 100 | 1000001 | 100111011 | 1010 | 100000 |
Color Harmonies of #5A4A56
Complementary color
Monochromatic Colors of #5A4A56
Black with #5A4A56
Text Example
Text Example
White with #5A4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A56; }
p { color: rgb(90,74,86); }
H1.HeaderClassName
{
color: #5A4A56;
}
.AnyTagClassName
{
color: #5A4A56;
}
</style>
background-color css
<style>
a { background-color: #5A4A56; }
a { background-color: rgb(90,74,86); }
div.DivClassName
{
background-color: #5A4A56;
}
.BgClassName
{
background-color: #5A4A56;
}
</style>
border-color css
<style>
span { border-color: #5A4A56; }
span { border-color: rgb(90,74,86); }
td.TdClassName
{
border-color: #5A4A56;
}
.TagClassName
{
border-color: #5A4A56;
}
</style>