Shades of Mobster #5B506D
Tints of Mobster #5B506D
RGB
CMYK
RGB Variations
Color information
#5B506D (or 0x5B506D) is known color: Mobster. HEX triplet: 5B, 50 and 6D. RGB value is (91,80,109). Sum of RGB (Red+Green+Blue) = 91+80+109=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B506D is #A4AF92. Grayscale: #565656. Windows color (decimal): -10792851 or 7163995. OLE color: 7163995.
HSL color Cylindrical-coordinate representation of color #5B506D: hue angle of 262.76º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B506D is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 80 | 109 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.57 |
| HSL | 262.76º | 0.15% | 0.37% | - |
| HSV(B) | 262.76º | 0.27% | 0.43% | - |
| XYZ | 9.94 | 9.07 | 15.69 | - |
| YUV | 86.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 109 | 0.17 | 0.27 | 0 | 0.57 | 262.76 | 0.15 | 0.37 |
| Hex | 5B | 50 | 6D | 11 | 1B | 0 | 39 | 107 | F | 25 |
| Octal | 133 | 120 | 155 | 21 | 33 | 0 | 71 | 407 | 17 | 45 |
| Binary | 1011011 | 1010000 | 1101101 | 10001 | 11011 | 0 | 111001 | 100000111 | 1111 | 100101 |
Color Harmonies of #5B506D
Complementary color
Monochromatic Colors of #5B506D
Black with #5B506D
Text Example
Text Example
White with #5B506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B506D; }
p { color: rgb(91,80,109); }
H1.HeaderClassName
{
color: #5B506D;
}
.AnyTagClassName
{
color: #5B506D;
}
</style>
background-color css
<style>
a { background-color: #5B506D; }
a { background-color: rgb(91,80,109); }
div.DivClassName
{
background-color: #5B506D;
}
.BgClassName
{
background-color: #5B506D;
}
</style>
border-color css
<style>
span { border-color: #5B506D; }
span { border-color: rgb(91,80,109); }
td.TdClassName
{
border-color: #5B506D;
}
.TagClassName
{
border-color: #5B506D;
}
</style>