Shades of Mobster #5B4B71
Tints of Mobster #5B4B71
RGB
CMYK
RGB Variations
Color information
#5B4B71 (or 0x5B4B71) is known color: Mobster. HEX triplet: 5B, 4B and 71. RGB value is (91,75,113). Sum of RGB (Red+Green+Blue) = 91+75+113=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B4B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4B71 is #A4B48E. Grayscale: #535353. Windows color (decimal): -10794127 or 7424859. OLE color: 7424859.
HSL color Cylindrical-coordinate representation of color #5B4B71: hue angle of 265.26º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B4B71 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 75 | 113 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.56 |
| HSL | 265.26º | 0.2% | 0.37% | - |
| HSV(B) | 265.26º | 0.34% | 0.44% | - |
| XYZ | 9.81 | 8.45 | 16.74 | - |
| YUV | 84.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 113 | 0.19 | 0.34 | 0 | 0.56 | 265.26 | 0.2 | 0.37 |
| Hex | 5B | 4B | 71 | 13 | 22 | 0 | 38 | 109 | 14 | 25 |
| Octal | 133 | 113 | 161 | 23 | 42 | 0 | 70 | 411 | 24 | 45 |
| Binary | 1011011 | 1001011 | 1110001 | 10011 | 100010 | 0 | 111000 | 100001001 | 10100 | 100101 |
Color Harmonies of #5B4B71
Complementary color
Monochromatic Colors of #5B4B71
Black with #5B4B71
Text Example
Text Example
White with #5B4B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B71; }
p { color: rgb(91,75,113); }
H1.HeaderClassName
{
color: #5B4B71;
}
.AnyTagClassName
{
color: #5B4B71;
}
</style>
background-color css
<style>
a { background-color: #5B4B71; }
a { background-color: rgb(91,75,113); }
div.DivClassName
{
background-color: #5B4B71;
}
.BgClassName
{
background-color: #5B4B71;
}
</style>
border-color css
<style>
span { border-color: #5B4B71; }
span { border-color: rgb(91,75,113); }
td.TdClassName
{
border-color: #5B4B71;
}
.TagClassName
{
border-color: #5B4B71;
}
</style>