Shades of Purple Taupe #5A4C57
Tints of Purple Taupe #5A4C57
RGB
CMYK
RGB Variations
Color information
#5A4C57 (or 0x5A4C57) is known color: Purple Taupe. HEX triplet: 5A, 4C and 57. RGB value is (90,76,87). Sum of RGB (Red+Green+Blue) = 90+76+87=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4C57 is #A5B3A8. Grayscale: #515151. Windows color (decimal): -10859433 or 5721178. OLE color: 5721178.
HSL color Cylindrical-coordinate representation of color #5A4C57: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A4C57 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 87 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.65 |
| HSL | 312.86º | 0.08% | 0.33% | - |
| HSV(B) | 312.86º | 0.16% | 0.35% | - |
| XYZ | 8.52 | 8.03 | 10.12 | - |
| YUV | 81.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 87 | 0 | 0.16 | 0.03 | 0.65 | 312.86 | 0.08 | 0.33 |
| Hex | 5A | 4C | 57 | 0 | 10 | 3 | 41 | 139 | 8 | 21 |
| Octal | 132 | 114 | 127 | 0 | 20 | 3 | 101 | 471 | 10 | 41 |
| Binary | 1011010 | 1001100 | 1010111 | 0 | 10000 | 11 | 1000001 | 100111001 | 1000 | 100001 |
Color Harmonies of #5A4C57
Complementary color
Monochromatic Colors of #5A4C57
Black with #5A4C57
Text Example
Text Example
White with #5A4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C57; }
p { color: rgb(90,76,87); }
H1.HeaderClassName
{
color: #5A4C57;
}
.AnyTagClassName
{
color: #5A4C57;
}
</style>
background-color css
<style>
a { background-color: #5A4C57; }
a { background-color: rgb(90,76,87); }
div.DivClassName
{
background-color: #5A4C57;
}
.BgClassName
{
background-color: #5A4C57;
}
</style>
border-color css
<style>
span { border-color: #5A4C57; }
span { border-color: rgb(90,76,87); }
td.TdClassName
{
border-color: #5A4C57;
}
.TagClassName
{
border-color: #5A4C57;
}
</style>