Shades of Purple Taupe #5A4655
Tints of Purple Taupe #5A4655
RGB
CMYK
RGB Variations
Color information
#5A4655 (or 0x5A4655) is known color: Purple Taupe. HEX triplet: 5A, 46 and 55. RGB value is (90,70,85). Sum of RGB (Red+Green+Blue) = 90+70+85=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4655 is #A5B9AA. Grayscale: #4D4D4D. Windows color (decimal): -10860971 or 5588570. OLE color: 5588570.
HSL color Cylindrical-coordinate representation of color #5A4655: hue angle of 315º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A4655 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 85 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.65 |
| HSL | 315º | 0.13% | 0.31% | - |
| HSV(B) | 315º | 0.22% | 0.35% | - |
| XYZ | 8.05 | 7.21 | 9.56 | - |
| YUV | 77.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 85 | 0 | 0.22 | 0.06 | 0.65 | 315 | 0.13 | 0.31 |
| Hex | 5A | 46 | 55 | 0 | 16 | 6 | 41 | 13B | C | 1F |
| Octal | 132 | 106 | 125 | 0 | 26 | 6 | 101 | 473 | 14 | 37 |
| Binary | 1011010 | 1000110 | 1010101 | 0 | 10110 | 110 | 1000001 | 100111011 | 1100 | 11111 |
Color Harmonies of #5A4655
Complementary color
Monochromatic Colors of #5A4655
Black with #5A4655
Text Example
Text Example
White with #5A4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4655; }
p { color: rgb(90,70,85); }
H1.HeaderClassName
{
color: #5A4655;
}
.AnyTagClassName
{
color: #5A4655;
}
</style>
background-color css
<style>
a { background-color: #5A4655; }
a { background-color: rgb(90,70,85); }
div.DivClassName
{
background-color: #5A4655;
}
.BgClassName
{
background-color: #5A4655;
}
</style>
border-color css
<style>
span { border-color: #5A4655; }
span { border-color: rgb(90,70,85); }
td.TdClassName
{
border-color: #5A4655;
}
.TagClassName
{
border-color: #5A4655;
}
</style>