Shades of Purple Taupe #5A4858
Tints of Purple Taupe #5A4858
RGB
CMYK
RGB Variations
Color information
#5A4858 (or 0x5A4858) is known color: Purple Taupe. HEX triplet: 5A, 48 and 58. RGB value is (90,72,88). Sum of RGB (Red+Green+Blue) = 90+72+88=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4858 is #A5B7A7. Grayscale: #4F4F4F. Windows color (decimal): -10860456 or 5785690. OLE color: 5785690.
HSL color Cylindrical-coordinate representation of color #5A4858: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A4858 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 88 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.65 |
| HSL | 306.67º | 0.11% | 0.32% | - |
| HSV(B) | 306.67º | 0.2% | 0.35% | - |
| XYZ | 8.3 | 7.51 | 10.25 | - |
| YUV | 79.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 88 | 0 | 0.20 | 0.02 | 0.65 | 306.67 | 0.11 | 0.32 |
| Hex | 5A | 48 | 58 | 0 | 14 | 2 | 41 | 133 | B | 20 |
| Octal | 132 | 110 | 130 | 0 | 24 | 2 | 101 | 463 | 13 | 40 |
| Binary | 1011010 | 1001000 | 1011000 | 0 | 10100 | 10 | 1000001 | 100110011 | 1011 | 100000 |
Color Harmonies of #5A4858
Complementary color
Monochromatic Colors of #5A4858
Black with #5A4858
Text Example
Text Example
White with #5A4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4858; }
p { color: rgb(90,72,88); }
H1.HeaderClassName
{
color: #5A4858;
}
.AnyTagClassName
{
color: #5A4858;
}
</style>
background-color css
<style>
a { background-color: #5A4858; }
a { background-color: rgb(90,72,88); }
div.DivClassName
{
background-color: #5A4858;
}
.BgClassName
{
background-color: #5A4858;
}
</style>
border-color css
<style>
span { border-color: #5A4858; }
span { border-color: rgb(90,72,88); }
td.TdClassName
{
border-color: #5A4858;
}
.TagClassName
{
border-color: #5A4858;
}
</style>