Shades of Purple Taupe #5A3855
Tints of Purple Taupe #5A3855
RGB
CMYK
RGB Variations
Color information
#5A3855 (or 0x5A3855) is known color: Purple Taupe. HEX triplet: 5A, 38 and 55. RGB value is (90,56,85). Sum of RGB (Red+Green+Blue) = 90+56+85=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3855 is #A5C7AA. Grayscale: #454545. Windows color (decimal): -10864555 or 5584986. OLE color: 5584986.
HSL color Cylindrical-coordinate representation of color #5A3855: hue angle of 308.82º 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 #5A3855 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 85 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.65 |
| HSL | 308.82º | 0.23% | 0.29% | - |
| HSV(B) | 308.82º | 0.38% | 0.35% | - |
| XYZ | 7.27 | 5.66 | 9.3 | - |
| YUV | 69.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 85 | 0 | 0.38 | 0.06 | 0.65 | 308.82 | 0.23 | 0.29 |
| Hex | 5A | 38 | 55 | 0 | 26 | 6 | 41 | 135 | 17 | 1D |
| Octal | 132 | 70 | 125 | 0 | 46 | 6 | 101 | 465 | 27 | 35 |
| Binary | 1011010 | 111000 | 1010101 | 0 | 100110 | 110 | 1000001 | 100110101 | 10111 | 11101 |
Color Harmonies of #5A3855
Complementary color
Monochromatic Colors of #5A3855
Black with #5A3855
Text Example
Text Example
White with #5A3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3855; }
p { color: rgb(90,56,85); }
H1.HeaderClassName
{
color: #5A3855;
}
.AnyTagClassName
{
color: #5A3855;
}
</style>
background-color css
<style>
a { background-color: #5A3855; }
a { background-color: rgb(90,56,85); }
div.DivClassName
{
background-color: #5A3855;
}
.BgClassName
{
background-color: #5A3855;
}
</style>
border-color css
<style>
span { border-color: #5A3855; }
span { border-color: rgb(90,56,85); }
td.TdClassName
{
border-color: #5A3855;
}
.TagClassName
{
border-color: #5A3855;
}
</style>