Shades of Purple Taupe #5B4857
Tints of Purple Taupe #5B4857
RGB
CMYK
RGB Variations
Color information
#5B4857 (or 0x5B4857) is known color: Purple Taupe. HEX triplet: 5B, 48 and 57. RGB value is (91,72,87). Sum of RGB (Red+Green+Blue) = 91+72+87=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4857 is #A4B7A8. Grayscale: #4F4F4F. Windows color (decimal): -10794921 or 5720155. OLE color: 5720155.
HSL color Cylindrical-coordinate representation of color #5B4857: hue angle of 312.63º 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 #5B4857 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 87 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.64 |
| HSL | 312.63º | 0.12% | 0.32% | - |
| HSV(B) | 312.63º | 0.21% | 0.36% | - |
| XYZ | 8.35 | 7.55 | 10.03 | - |
| YUV | 79.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 87 | 0 | 0.21 | 0.04 | 0.64 | 312.63 | 0.12 | 0.32 |
| Hex | 5B | 48 | 57 | 0 | 15 | 4 | 40 | 139 | C | 20 |
| Octal | 133 | 110 | 127 | 0 | 25 | 4 | 100 | 471 | 14 | 40 |
| Binary | 1011011 | 1001000 | 1010111 | 0 | 10101 | 100 | 1000000 | 100111001 | 1100 | 100000 |
Color Harmonies of #5B4857
Complementary color
Monochromatic Colors of #5B4857
Black with #5B4857
Text Example
Text Example
White with #5B4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4857; }
p { color: rgb(91,72,87); }
H1.HeaderClassName
{
color: #5B4857;
}
.AnyTagClassName
{
color: #5B4857;
}
</style>
background-color css
<style>
a { background-color: #5B4857; }
a { background-color: rgb(91,72,87); }
div.DivClassName
{
background-color: #5B4857;
}
.BgClassName
{
background-color: #5B4857;
}
</style>
border-color css
<style>
span { border-color: #5B4857; }
span { border-color: rgb(91,72,87); }
td.TdClassName
{
border-color: #5B4857;
}
.TagClassName
{
border-color: #5B4857;
}
</style>