Shades of Mobster #5B5365
Tints of Mobster #5B5365
RGB
CMYK
RGB Variations
Color information
#5B5365 (or 0x5B5365) is known color: Mobster. HEX triplet: 5B, 53 and 65. RGB value is (91,83,101). Sum of RGB (Red+Green+Blue) = 91+83+101=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5365 is #A4AC9A. Grayscale: #575757. Windows color (decimal): -10792091 or 6640475. OLE color: 6640475.
HSL color Cylindrical-coordinate representation of color #5B5365: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B5365 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 83 | 101 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.60 |
| HSL | 266.67º | 0.1% | 0.36% | - |
| HSV(B) | 266.67º | 0.18% | 0.4% | - |
| XYZ | 9.76 | 9.35 | 13.6 | - |
| YUV | 87.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 101 | 0.10 | 0.18 | 0 | 0.60 | 266.67 | 0.1 | 0.36 |
| Hex | 5B | 53 | 65 | A | 12 | 0 | 3C | 10B | A | 24 |
| Octal | 133 | 123 | 145 | 12 | 22 | 0 | 74 | 413 | 12 | 44 |
| Binary | 1011011 | 1010011 | 1100101 | 1010 | 10010 | 0 | 111100 | 100001011 | 1010 | 100100 |
Color Harmonies of #5B5365
Complementary color
Monochromatic Colors of #5B5365
Black with #5B5365
Text Example
Text Example
White with #5B5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5365; }
p { color: rgb(91,83,101); }
H1.HeaderClassName
{
color: #5B5365;
}
.AnyTagClassName
{
color: #5B5365;
}
</style>
background-color css
<style>
a { background-color: #5B5365; }
a { background-color: rgb(91,83,101); }
div.DivClassName
{
background-color: #5B5365;
}
.BgClassName
{
background-color: #5B5365;
}
</style>
border-color css
<style>
span { border-color: #5B5365; }
span { border-color: rgb(91,83,101); }
td.TdClassName
{
border-color: #5B5365;
}
.TagClassName
{
border-color: #5B5365;
}
</style>