Shades of Purple Taupe #5B4458
Tints of Purple Taupe #5B4458
RGB
CMYK
RGB Variations
Color information
#5B4458 (or 0x5B4458) is known color: Purple Taupe. HEX triplet: 5B, 44 and 58. RGB value is (91,68,88). Sum of RGB (Red+Green+Blue) = 91+68+88=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4458 is #A4BBA7. Grayscale: #4D4D4D. Windows color (decimal): -10795944 or 5784667. OLE color: 5784667.
HSL color Cylindrical-coordinate representation of color #5B4458: hue angle of 307.83º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B4458 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 88 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.64 |
| HSL | 307.83º | 0.14% | 0.31% | - |
| HSV(B) | 307.83º | 0.25% | 0.36% | - |
| XYZ | 8.14 | 7.06 | 10.17 | - |
| YUV | 77.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 88 | 0 | 0.25 | 0.03 | 0.64 | 307.83 | 0.14 | 0.31 |
| Hex | 5B | 44 | 58 | 0 | 19 | 3 | 40 | 134 | E | 1F |
| Octal | 133 | 104 | 130 | 0 | 31 | 3 | 100 | 464 | 16 | 37 |
| Binary | 1011011 | 1000100 | 1011000 | 0 | 11001 | 11 | 1000000 | 100110100 | 1110 | 11111 |
Color Harmonies of #5B4458
Complementary color
Monochromatic Colors of #5B4458
Black with #5B4458
Text Example
Text Example
White with #5B4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4458; }
p { color: rgb(91,68,88); }
H1.HeaderClassName
{
color: #5B4458;
}
.AnyTagClassName
{
color: #5B4458;
}
</style>
background-color css
<style>
a { background-color: #5B4458; }
a { background-color: rgb(91,68,88); }
div.DivClassName
{
background-color: #5B4458;
}
.BgClassName
{
background-color: #5B4458;
}
</style>
border-color css
<style>
span { border-color: #5B4458; }
span { border-color: rgb(91,68,88); }
td.TdClassName
{
border-color: #5B4458;
}
.TagClassName
{
border-color: #5B4458;
}
</style>