Shades of Purple Taupe #5B5159
Tints of Purple Taupe #5B5159
RGB
CMYK
RGB Variations
Color information
#5B5159 (or 0x5B5159) is known color: Purple Taupe. HEX triplet: 5B, 51 and 59. RGB value is (91,81,89). Sum of RGB (Red+Green+Blue) = 91+81+89=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5159 is #A4AEA6. Grayscale: #545454. Windows color (decimal): -10792615 or 5853531. OLE color: 5853531.
HSL color Cylindrical-coordinate representation of color #5B5159: hue angle of 312º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B5159 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 89 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.64 |
| HSL | 312º | 0.06% | 0.34% | - |
| HSV(B) | 312º | 0.11% | 0.36% | - |
| XYZ | 9.06 | 8.83 | 10.68 | - |
| YUV | 84.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 89 | 0 | 0.11 | 0.02 | 0.64 | 312 | 0.06 | 0.34 |
| Hex | 5B | 51 | 59 | 0 | B | 2 | 40 | 138 | 6 | 22 |
| Octal | 133 | 121 | 131 | 0 | 13 | 2 | 100 | 470 | 6 | 42 |
| Binary | 1011011 | 1010001 | 1011001 | 0 | 1011 | 10 | 1000000 | 100111000 | 110 | 100010 |
Color Harmonies of #5B5159
Complementary color
Monochromatic Colors of #5B5159
Black with #5B5159
Text Example
Text Example
White with #5B5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5159; }
p { color: rgb(91,81,89); }
H1.HeaderClassName
{
color: #5B5159;
}
.AnyTagClassName
{
color: #5B5159;
}
</style>
background-color css
<style>
a { background-color: #5B5159; }
a { background-color: rgb(91,81,89); }
div.DivClassName
{
background-color: #5B5159;
}
.BgClassName
{
background-color: #5B5159;
}
</style>
border-color css
<style>
span { border-color: #5B5159; }
span { border-color: rgb(91,81,89); }
td.TdClassName
{
border-color: #5B5159;
}
.TagClassName
{
border-color: #5B5159;
}
</style>