Shades of Purple Taupe #5B4856
Tints of Purple Taupe #5B4856
RGB
CMYK
RGB Variations
Color information
#5B4856 (or 0x5B4856) is known color: Purple Taupe. HEX triplet: 5B, 48 and 56. RGB value is (91,72,86). Sum of RGB (Red+Green+Blue) = 91+72+86=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4856 is #A4B7A9. Grayscale: #4F4F4F. Windows color (decimal): -10794922 or 5654619. OLE color: 5654619.
HSL color Cylindrical-coordinate representation of color #5B4856: hue angle of 315.79º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B4856 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 86 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.64 |
| HSL | 315.79º | 0.12% | 0.32% | - |
| HSV(B) | 315.79º | 0.21% | 0.36% | - |
| XYZ | 8.31 | 7.53 | 9.82 | - |
| YUV | 79.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 86 | 0 | 0.21 | 0.05 | 0.64 | 315.79 | 0.12 | 0.32 |
| Hex | 5B | 48 | 56 | 0 | 15 | 5 | 40 | 13C | C | 20 |
| Octal | 133 | 110 | 126 | 0 | 25 | 5 | 100 | 474 | 14 | 40 |
| Binary | 1011011 | 1001000 | 1010110 | 0 | 10101 | 101 | 1000000 | 100111100 | 1100 | 100000 |
Color Harmonies of #5B4856
Complementary color
Monochromatic Colors of #5B4856
Black with #5B4856
Text Example
Text Example
White with #5B4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4856; }
p { color: rgb(91,72,86); }
H1.HeaderClassName
{
color: #5B4856;
}
.AnyTagClassName
{
color: #5B4856;
}
</style>
background-color css
<style>
a { background-color: #5B4856; }
a { background-color: rgb(91,72,86); }
div.DivClassName
{
background-color: #5B4856;
}
.BgClassName
{
background-color: #5B4856;
}
</style>
border-color css
<style>
span { border-color: #5B4856; }
span { border-color: rgb(91,72,86); }
td.TdClassName
{
border-color: #5B4856;
}
.TagClassName
{
border-color: #5B4856;
}
</style>