Shades of Purple Taupe #5A4254
Tints of Purple Taupe #5A4254
RGB
CMYK
RGB Variations
Color information
#5A4254 (or 0x5A4254) is known color: Purple Taupe. HEX triplet: 5A, 42 and 54. RGB value is (90,66,84). Sum of RGB (Red+Green+Blue) = 90+66+84=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4254 is #A5BDAB. Grayscale: #4B4B4B. Windows color (decimal): -10861996 or 5522010. OLE color: 5522010.
HSL color Cylindrical-coordinate representation of color #5A4254: hue angle of 315º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4254 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 84 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.65 |
| HSL | 315º | 0.15% | 0.31% | - |
| HSV(B) | 315º | 0.27% | 0.35% | - |
| XYZ | 7.76 | 6.71 | 9.27 | - |
| YUV | 75.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 84 | 0 | 0.27 | 0.07 | 0.65 | 315 | 0.15 | 0.31 |
| Hex | 5A | 42 | 54 | 0 | 1B | 7 | 41 | 13B | F | 1F |
| Octal | 132 | 102 | 124 | 0 | 33 | 7 | 101 | 473 | 17 | 37 |
| Binary | 1011010 | 1000010 | 1010100 | 0 | 11011 | 111 | 1000001 | 100111011 | 1111 | 11111 |
Color Harmonies of #5A4254
Complementary color
Monochromatic Colors of #5A4254
Black with #5A4254
Text Example
Text Example
White with #5A4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4254; }
p { color: rgb(90,66,84); }
H1.HeaderClassName
{
color: #5A4254;
}
.AnyTagClassName
{
color: #5A4254;
}
</style>
background-color css
<style>
a { background-color: #5A4254; }
a { background-color: rgb(90,66,84); }
div.DivClassName
{
background-color: #5A4254;
}
.BgClassName
{
background-color: #5A4254;
}
</style>
border-color css
<style>
span { border-color: #5A4254; }
span { border-color: rgb(90,66,84); }
td.TdClassName
{
border-color: #5A4254;
}
.TagClassName
{
border-color: #5A4254;
}
</style>