Shades of Purple Taupe #5B3A58
Tints of Purple Taupe #5B3A58
RGB
CMYK
RGB Variations
Color information
#5B3A58 (or 0x5B3A58) is known color: Purple Taupe. HEX triplet: 5B, 3A and 58. RGB value is (91,58,88). Sum of RGB (Red+Green+Blue) = 91+58+88=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A58 is #A4C5A7. Grayscale: #474747. Windows color (decimal): -10798504 or 5782107. OLE color: 5782107.
HSL color Cylindrical-coordinate representation of color #5B3A58: hue angle of 305.45º 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 #5B3A58 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 88 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.64 |
| HSL | 305.45º | 0.22% | 0.29% | - |
| HSV(B) | 305.45º | 0.36% | 0.36% | - |
| XYZ | 7.59 | 5.95 | 9.98 | - |
| YUV | 71.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 88 | 0 | 0.36 | 0.03 | 0.64 | 305.45 | 0.22 | 0.29 |
| Hex | 5B | 3A | 58 | 0 | 24 | 3 | 40 | 131 | 16 | 1D |
| Octal | 133 | 72 | 130 | 0 | 44 | 3 | 100 | 461 | 26 | 35 |
| Binary | 1011011 | 111010 | 1011000 | 0 | 100100 | 11 | 1000000 | 100110001 | 10110 | 11101 |
Color Harmonies of #5B3A58
Complementary color
Monochromatic Colors of #5B3A58
Black with #5B3A58
Text Example
Text Example
White with #5B3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A58; }
p { color: rgb(91,58,88); }
H1.HeaderClassName
{
color: #5B3A58;
}
.AnyTagClassName
{
color: #5B3A58;
}
</style>
background-color css
<style>
a { background-color: #5B3A58; }
a { background-color: rgb(91,58,88); }
div.DivClassName
{
background-color: #5B3A58;
}
.BgClassName
{
background-color: #5B3A58;
}
</style>
border-color css
<style>
span { border-color: #5B3A58; }
span { border-color: rgb(91,58,88); }
td.TdClassName
{
border-color: #5B3A58;
}
.TagClassName
{
border-color: #5B3A58;
}
</style>