Shades of Purple Taupe #5A3856
Tints of Purple Taupe #5A3856
RGB
CMYK
RGB Variations
Color information
#5A3856 (or 0x5A3856) is known color: Purple Taupe. HEX triplet: 5A, 38 and 56. RGB value is (90,56,86). Sum of RGB (Red+Green+Blue) = 90+56+86=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3856 is #A5C7A9. Grayscale: #454545. Windows color (decimal): -10864554 or 5650522. OLE color: 5650522.
HSL color Cylindrical-coordinate representation of color #5A3856: hue angle of 307.06º 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 #5A3856 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 86 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.65 |
| HSL | 307.06º | 0.23% | 0.29% | - |
| HSV(B) | 307.06º | 0.38% | 0.35% | - |
| XYZ | 7.31 | 5.67 | 9.51 | - |
| YUV | 69.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 86 | 0 | 0.38 | 0.04 | 0.65 | 307.06 | 0.23 | 0.29 |
| Hex | 5A | 38 | 56 | 0 | 26 | 4 | 41 | 133 | 17 | 1D |
| Octal | 132 | 70 | 126 | 0 | 46 | 4 | 101 | 463 | 27 | 35 |
| Binary | 1011010 | 111000 | 1010110 | 0 | 100110 | 100 | 1000001 | 100110011 | 10111 | 11101 |
Color Harmonies of #5A3856
Complementary color
Monochromatic Colors of #5A3856
Black with #5A3856
Text Example
Text Example
White with #5A3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3856; }
p { color: rgb(90,56,86); }
H1.HeaderClassName
{
color: #5A3856;
}
.AnyTagClassName
{
color: #5A3856;
}
</style>
background-color css
<style>
a { background-color: #5A3856; }
a { background-color: rgb(90,56,86); }
div.DivClassName
{
background-color: #5A3856;
}
.BgClassName
{
background-color: #5A3856;
}
</style>
border-color css
<style>
span { border-color: #5A3856; }
span { border-color: rgb(90,56,86); }
td.TdClassName
{
border-color: #5A3856;
}
.TagClassName
{
border-color: #5A3856;
}
</style>