Shades of Purple Taupe #5B3856
Tints of Purple Taupe #5B3856
RGB
CMYK
RGB Variations
Color information
#5B3856 (or 0x5B3856) is known color: Purple Taupe. HEX triplet: 5B, 38 and 56. RGB value is (91,56,86). Sum of RGB (Red+Green+Blue) = 91+56+86=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3856 is #A4C7A9. Grayscale: #454545. Windows color (decimal): -10799018 or 5650523. OLE color: 5650523.
HSL color Cylindrical-coordinate representation of color #5B3856: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B3856 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 86 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.64 |
| HSL | 308.57º | 0.24% | 0.29% | - |
| HSV(B) | 308.57º | 0.38% | 0.36% | - |
| XYZ | 7.41 | 5.72 | 9.52 | - |
| YUV | 69.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 86 | 0 | 0.38 | 0.05 | 0.64 | 308.57 | 0.24 | 0.29 |
| Hex | 5B | 38 | 56 | 0 | 26 | 5 | 40 | 135 | 18 | 1D |
| Octal | 133 | 70 | 126 | 0 | 46 | 5 | 100 | 465 | 30 | 35 |
| Binary | 1011011 | 111000 | 1010110 | 0 | 100110 | 101 | 1000000 | 100110101 | 11000 | 11101 |
Color Harmonies of #5B3856
Complementary color
Monochromatic Colors of #5B3856
Black with #5B3856
Text Example
Text Example
White with #5B3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3856; }
p { color: rgb(91,56,86); }
H1.HeaderClassName
{
color: #5B3856;
}
.AnyTagClassName
{
color: #5B3856;
}
</style>
background-color css
<style>
a { background-color: #5B3856; }
a { background-color: rgb(91,56,86); }
div.DivClassName
{
background-color: #5B3856;
}
.BgClassName
{
background-color: #5B3856;
}
</style>
border-color css
<style>
span { border-color: #5B3856; }
span { border-color: rgb(91,56,86); }
td.TdClassName
{
border-color: #5B3856;
}
.TagClassName
{
border-color: #5B3856;
}
</style>