Shades of Purple Taupe #5B4558
Tints of Purple Taupe #5B4558
RGB
CMYK
RGB Variations
Color information
#5B4558 (or 0x5B4558) is known color: Purple Taupe. HEX triplet: 5B, 45 and 58. RGB value is (91,69,88). Sum of RGB (Red+Green+Blue) = 91+69+88=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4558 is #A4BAA7. Grayscale: #4D4D4D. Windows color (decimal): -10795688 or 5784923. OLE color: 5784923.
HSL color Cylindrical-coordinate representation of color #5B4558: hue angle of 308.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B4558 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 88 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.64 |
| HSL | 308.18º | 0.14% | 0.31% | - |
| HSV(B) | 308.18º | 0.24% | 0.36% | - |
| XYZ | 8.2 | 7.18 | 10.19 | - |
| YUV | 77.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 88 | 0 | 0.24 | 0.03 | 0.64 | 308.18 | 0.14 | 0.31 |
| Hex | 5B | 45 | 58 | 0 | 18 | 3 | 40 | 134 | E | 1F |
| Octal | 133 | 105 | 130 | 0 | 30 | 3 | 100 | 464 | 16 | 37 |
| Binary | 1011011 | 1000101 | 1011000 | 0 | 11000 | 11 | 1000000 | 100110100 | 1110 | 11111 |
Color Harmonies of #5B4558
Complementary color
Monochromatic Colors of #5B4558
Black with #5B4558
Text Example
Text Example
White with #5B4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4558; }
p { color: rgb(91,69,88); }
H1.HeaderClassName
{
color: #5B4558;
}
.AnyTagClassName
{
color: #5B4558;
}
</style>
background-color css
<style>
a { background-color: #5B4558; }
a { background-color: rgb(91,69,88); }
div.DivClassName
{
background-color: #5B4558;
}
.BgClassName
{
background-color: #5B4558;
}
</style>
border-color css
<style>
span { border-color: #5B4558; }
span { border-color: rgb(91,69,88); }
td.TdClassName
{
border-color: #5B4558;
}
.TagClassName
{
border-color: #5B4558;
}
</style>