Shades of Mobster #5B4D6B
Tints of Mobster #5B4D6B
RGB
CMYK
RGB Variations
Color information
#5B4D6B (or 0x5B4D6B) is known color: Mobster. HEX triplet: 5B, 4D and 6B. RGB value is (91,77,107). Sum of RGB (Red+Green+Blue) = 91+77+107=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B4D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4D6B is #A4B294. Grayscale: #545454. Windows color (decimal): -10793621 or 7032155. OLE color: 7032155.
HSL color Cylindrical-coordinate representation of color #5B4D6B: hue angle of 268º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B4D6B is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 77 | 107 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.58 |
| HSL | 268º | 0.16% | 0.36% | - |
| HSV(B) | 268º | 0.28% | 0.42% | - |
| XYZ | 9.62 | 8.59 | 15.06 | - |
| YUV | 84.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 77 | 107 | 0.15 | 0.28 | 0 | 0.58 | 268 | 0.16 | 0.36 |
| Hex | 5B | 4D | 6B | F | 1C | 0 | 3A | 10C | 10 | 24 |
| Octal | 133 | 115 | 153 | 17 | 34 | 0 | 72 | 414 | 20 | 44 |
| Binary | 1011011 | 1001101 | 1101011 | 1111 | 11100 | 0 | 111010 | 100001100 | 10000 | 100100 |
Color Harmonies of #5B4D6B
Complementary color
Monochromatic Colors of #5B4D6B
Black with #5B4D6B
Text Example
Text Example
White with #5B4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4D6B; }
p { color: rgb(91,77,107); }
H1.HeaderClassName
{
color: #5B4D6B;
}
.AnyTagClassName
{
color: #5B4D6B;
}
</style>
background-color css
<style>
a { background-color: #5B4D6B; }
a { background-color: rgb(91,77,107); }
div.DivClassName
{
background-color: #5B4D6B;
}
.BgClassName
{
background-color: #5B4D6B;
}
</style>
border-color css
<style>
span { border-color: #5B4D6B; }
span { border-color: rgb(91,77,107); }
td.TdClassName
{
border-color: #5B4D6B;
}
.TagClassName
{
border-color: #5B4D6B;
}
</style>