Shades of Mobster #5B5368
Tints of Mobster #5B5368
RGB
CMYK
RGB Variations
Color information
#5B5368 (or 0x5B5368) is known color: Mobster. HEX triplet: 5B, 53 and 68. RGB value is (91,83,104). Sum of RGB (Red+Green+Blue) = 91+83+104=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B5368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5368 is #A4AC97. Grayscale: #575757. Windows color (decimal): -10792088 or 6837083. OLE color: 6837083.
HSL color Cylindrical-coordinate representation of color #5B5368: hue angle of 262.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5368 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 83 | 104 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.59 |
| HSL | 262.86º | 0.11% | 0.37% | - |
| HSV(B) | 262.86º | 0.2% | 0.41% | - |
| XYZ | 9.91 | 9.41 | 14.39 | - |
| YUV | 87.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 104 | 0.12 | 0.20 | 0 | 0.59 | 262.86 | 0.11 | 0.37 |
| Hex | 5B | 53 | 68 | C | 14 | 0 | 3B | 107 | B | 25 |
| Octal | 133 | 123 | 150 | 14 | 24 | 0 | 73 | 407 | 13 | 45 |
| Binary | 1011011 | 1010011 | 1101000 | 1100 | 10100 | 0 | 111011 | 100000111 | 1011 | 100101 |
Color Harmonies of #5B5368
Complementary color
Monochromatic Colors of #5B5368
Black with #5B5368
Text Example
Text Example
White with #5B5368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5368; }
p { color: rgb(91,83,104); }
H1.HeaderClassName
{
color: #5B5368;
}
.AnyTagClassName
{
color: #5B5368;
}
</style>
background-color css
<style>
a { background-color: #5B5368; }
a { background-color: rgb(91,83,104); }
div.DivClassName
{
background-color: #5B5368;
}
.BgClassName
{
background-color: #5B5368;
}
</style>
border-color css
<style>
span { border-color: #5B5368; }
span { border-color: rgb(91,83,104); }
td.TdClassName
{
border-color: #5B5368;
}
.TagClassName
{
border-color: #5B5368;
}
</style>