Shades of Purple Taupe #5A4557
Tints of Purple Taupe #5A4557
RGB
CMYK
RGB Variations
Color information
#5A4557 (or 0x5A4557) is known color: Purple Taupe. HEX triplet: 5A, 45 and 57. RGB value is (90,69,87). Sum of RGB (Red+Green+Blue) = 90+69+87=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4557 is #A5BAA8. Grayscale: #4D4D4D. Windows color (decimal): -10861225 or 5719386. OLE color: 5719386.
HSL color Cylindrical-coordinate representation of color #5A4557: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A4557 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 87 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.65 |
| HSL | 308.57º | 0.13% | 0.31% | - |
| HSV(B) | 308.57º | 0.23% | 0.35% | - |
| XYZ | 8.06 | 7.12 | 9.97 | - |
| YUV | 77.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 87 | 0 | 0.23 | 0.03 | 0.65 | 308.57 | 0.13 | 0.31 |
| Hex | 5A | 45 | 57 | 0 | 17 | 3 | 41 | 135 | D | 1F |
| Octal | 132 | 105 | 127 | 0 | 27 | 3 | 101 | 465 | 15 | 37 |
| Binary | 1011010 | 1000101 | 1010111 | 0 | 10111 | 11 | 1000001 | 100110101 | 1101 | 11111 |
Color Harmonies of #5A4557
Complementary color
Monochromatic Colors of #5A4557
Black with #5A4557
Text Example
Text Example
White with #5A4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4557; }
p { color: rgb(90,69,87); }
H1.HeaderClassName
{
color: #5A4557;
}
.AnyTagClassName
{
color: #5A4557;
}
</style>
background-color css
<style>
a { background-color: #5A4557; }
a { background-color: rgb(90,69,87); }
div.DivClassName
{
background-color: #5A4557;
}
.BgClassName
{
background-color: #5A4557;
}
</style>
border-color css
<style>
span { border-color: #5A4557; }
span { border-color: rgb(90,69,87); }
td.TdClassName
{
border-color: #5A4557;
}
.TagClassName
{
border-color: #5A4557;
}
</style>