Shades of Purple Taupe #5A3854
Tints of Purple Taupe #5A3854
RGB
CMYK
RGB Variations
Color information
#5A3854 (or 0x5A3854) is known color: Purple Taupe. HEX triplet: 5A, 38 and 54. RGB value is (90,56,84). Sum of RGB (Red+Green+Blue) = 90+56+84=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3854 is #A5C7AB. Grayscale: #454545. Windows color (decimal): -10864556 or 5519450. OLE color: 5519450.
HSL color Cylindrical-coordinate representation of color #5A3854: hue angle of 310.59º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3854 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 84 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.65 |
| HSL | 310.59º | 0.23% | 0.29% | - |
| HSV(B) | 310.59º | 0.38% | 0.35% | - |
| XYZ | 7.23 | 5.64 | 9.1 | - |
| YUV | 69.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 84 | 0 | 0.38 | 0.07 | 0.65 | 310.59 | 0.23 | 0.29 |
| Hex | 5A | 38 | 54 | 0 | 26 | 7 | 41 | 137 | 17 | 1D |
| Octal | 132 | 70 | 124 | 0 | 46 | 7 | 101 | 467 | 27 | 35 |
| Binary | 1011010 | 111000 | 1010100 | 0 | 100110 | 111 | 1000001 | 100110111 | 10111 | 11101 |
Color Harmonies of #5A3854
Complementary color
Monochromatic Colors of #5A3854
Black with #5A3854
Text Example
Text Example
White with #5A3854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3854; }
p { color: rgb(90,56,84); }
H1.HeaderClassName
{
color: #5A3854;
}
.AnyTagClassName
{
color: #5A3854;
}
</style>
background-color css
<style>
a { background-color: #5A3854; }
a { background-color: rgb(90,56,84); }
div.DivClassName
{
background-color: #5A3854;
}
.BgClassName
{
background-color: #5A3854;
}
</style>
border-color css
<style>
span { border-color: #5A3854; }
span { border-color: rgb(90,56,84); }
td.TdClassName
{
border-color: #5A3854;
}
.TagClassName
{
border-color: #5A3854;
}
</style>