Shades of Purple Taupe #5B5259
Tints of Purple Taupe #5B5259
RGB
CMYK
RGB Variations
Color information
#5B5259 (or 0x5B5259) is known color: Purple Taupe. HEX triplet: 5B, 52 and 59. RGB value is (91,82,89). Sum of RGB (Red+Green+Blue) = 91+82+89=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5259 is #A4ADA6. Grayscale: #555555. Windows color (decimal): -10792359 or 5853787. OLE color: 5853787.
HSL color Cylindrical-coordinate representation of color #5B5259: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5259 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 89 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.64 |
| HSL | 313.33º | 0.05% | 0.34% | - |
| HSV(B) | 313.33º | 0.1% | 0.36% | - |
| XYZ | 9.13 | 8.98 | 10.7 | - |
| YUV | 85.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 89 | 0 | 0.10 | 0.02 | 0.64 | 313.33 | 0.05 | 0.34 |
| Hex | 5B | 52 | 59 | 0 | A | 2 | 40 | 139 | 5 | 22 |
| Octal | 133 | 122 | 131 | 0 | 12 | 2 | 100 | 471 | 5 | 42 |
| Binary | 1011011 | 1010010 | 1011001 | 0 | 1010 | 10 | 1000000 | 100111001 | 101 | 100010 |
Color Harmonies of #5B5259
Complementary color
Monochromatic Colors of #5B5259
Black with #5B5259
Text Example
Text Example
White with #5B5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5259; }
p { color: rgb(91,82,89); }
H1.HeaderClassName
{
color: #5B5259;
}
.AnyTagClassName
{
color: #5B5259;
}
</style>
background-color css
<style>
a { background-color: #5B5259; }
a { background-color: rgb(91,82,89); }
div.DivClassName
{
background-color: #5B5259;
}
.BgClassName
{
background-color: #5B5259;
}
</style>
border-color css
<style>
span { border-color: #5B5259; }
span { border-color: rgb(91,82,89); }
td.TdClassName
{
border-color: #5B5259;
}
.TagClassName
{
border-color: #5B5259;
}
</style>