Shades of Mobster #5B5362
Tints of Mobster #5B5362
RGB
CMYK
RGB Variations
Color information
#5B5362 (or 0x5B5362) is known color: Mobster. HEX triplet: 5B, 53 and 62. RGB value is (91,83,98). Sum of RGB (Red+Green+Blue) = 91+83+98=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5362 is #A4AC9D. Grayscale: #575757. Windows color (decimal): -10792094 or 6443867. OLE color: 6443867.
HSL color Cylindrical-coordinate representation of color #5B5362: hue angle of 272º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B5362 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 83 | 98 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.62 |
| HSL | 272º | 0.08% | 0.35% | - |
| HSV(B) | 272º | 0.15% | 0.38% | - |
| XYZ | 9.61 | 9.29 | 12.84 | - |
| YUV | 87.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 98 | 0.07 | 0.15 | 0 | 0.62 | 272 | 0.08 | 0.35 |
| Hex | 5B | 53 | 62 | 7 | F | 0 | 3E | 110 | 8 | 23 |
| Octal | 133 | 123 | 142 | 7 | 17 | 0 | 76 | 420 | 10 | 43 |
| Binary | 1011011 | 1010011 | 1100010 | 111 | 1111 | 0 | 111110 | 100010000 | 1000 | 100011 |
Color Harmonies of #5B5362
Complementary color
Monochromatic Colors of #5B5362
Black with #5B5362
Text Example
Text Example
White with #5B5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5362; }
p { color: rgb(91,83,98); }
H1.HeaderClassName
{
color: #5B5362;
}
.AnyTagClassName
{
color: #5B5362;
}
</style>
background-color css
<style>
a { background-color: #5B5362; }
a { background-color: rgb(91,83,98); }
div.DivClassName
{
background-color: #5B5362;
}
.BgClassName
{
background-color: #5B5362;
}
</style>
border-color css
<style>
span { border-color: #5B5362; }
span { border-color: rgb(91,83,98); }
td.TdClassName
{
border-color: #5B5362;
}
.TagClassName
{
border-color: #5B5362;
}
</style>