Shades of Purple Taupe #5B3A51
Tints of Purple Taupe #5B3A51
RGB
CMYK
RGB Variations
Color information
#5B3A51 (or 0x5B3A51) is known color: Purple Taupe. HEX triplet: 5B, 3A and 51. RGB value is (91,58,81). Sum of RGB (Red+Green+Blue) = 91+58+81=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A51 is #A4C5AE. Grayscale: #464646. Windows color (decimal): -10798511 or 5323355. OLE color: 5323355.
HSL color Cylindrical-coordinate representation of color #5B3A51: hue angle of 318.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B3A51 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 81 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.64 |
| HSL | 318.18º | 0.22% | 0.29% | - |
| HSV(B) | 318.18º | 0.36% | 0.36% | - |
| XYZ | 7.31 | 5.84 | 8.53 | - |
| YUV | 70.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 81 | 0 | 0.36 | 0.11 | 0.64 | 318.18 | 0.22 | 0.29 |
| Hex | 5B | 3A | 51 | 0 | 24 | B | 40 | 13E | 16 | 1D |
| Octal | 133 | 72 | 121 | 0 | 44 | 13 | 100 | 476 | 26 | 35 |
| Binary | 1011011 | 111010 | 1010001 | 0 | 100100 | 1011 | 1000000 | 100111110 | 10110 | 11101 |
Color Harmonies of #5B3A51
Complementary color
Monochromatic Colors of #5B3A51
Black with #5B3A51
Text Example
Text Example
White with #5B3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A51; }
p { color: rgb(91,58,81); }
H1.HeaderClassName
{
color: #5B3A51;
}
.AnyTagClassName
{
color: #5B3A51;
}
</style>
background-color css
<style>
a { background-color: #5B3A51; }
a { background-color: rgb(91,58,81); }
div.DivClassName
{
background-color: #5B3A51;
}
.BgClassName
{
background-color: #5B3A51;
}
</style>
border-color css
<style>
span { border-color: #5B3A51; }
span { border-color: rgb(91,58,81); }
td.TdClassName
{
border-color: #5B3A51;
}
.TagClassName
{
border-color: #5B3A51;
}
</style>