Shades of Purple Taupe #5B4956
Tints of Purple Taupe #5B4956
RGB
CMYK
RGB Variations
Color information
#5B4956 (or 0x5B4956) is known color: Purple Taupe. HEX triplet: 5B, 49 and 56. RGB value is (91,73,86). Sum of RGB (Red+Green+Blue) = 91+73+86=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4956 is #A4B6A9. Grayscale: #4F4F4F. Windows color (decimal): -10794666 or 5654875. OLE color: 5654875.
HSL color Cylindrical-coordinate representation of color #5B4956: hue angle of 316.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B4956 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 86 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.64 |
| HSL | 316.67º | 0.11% | 0.32% | - |
| HSV(B) | 316.67º | 0.2% | 0.36% | - |
| XYZ | 8.38 | 7.66 | 9.84 | - |
| YUV | 79.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 86 | 0 | 0.20 | 0.05 | 0.64 | 316.67 | 0.11 | 0.32 |
| Hex | 5B | 49 | 56 | 0 | 14 | 5 | 40 | 13D | B | 20 |
| Octal | 133 | 111 | 126 | 0 | 24 | 5 | 100 | 475 | 13 | 40 |
| Binary | 1011011 | 1001001 | 1010110 | 0 | 10100 | 101 | 1000000 | 100111101 | 1011 | 100000 |
Color Harmonies of #5B4956
Complementary color
Monochromatic Colors of #5B4956
Black with #5B4956
Text Example
Text Example
White with #5B4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4956; }
p { color: rgb(91,73,86); }
H1.HeaderClassName
{
color: #5B4956;
}
.AnyTagClassName
{
color: #5B4956;
}
</style>
background-color css
<style>
a { background-color: #5B4956; }
a { background-color: rgb(91,73,86); }
div.DivClassName
{
background-color: #5B4956;
}
.BgClassName
{
background-color: #5B4956;
}
</style>
border-color css
<style>
span { border-color: #5B4956; }
span { border-color: rgb(91,73,86); }
td.TdClassName
{
border-color: #5B4956;
}
.TagClassName
{
border-color: #5B4956;
}
</style>