Shades of Mobster #5B5567
Tints of Mobster #5B5567
RGB
CMYK
RGB Variations
Color information
#5B5567 (or 0x5B5567) is known color: Mobster. HEX triplet: 5B, 55 and 67. RGB value is (91,85,103). Sum of RGB (Red+Green+Blue) = 91+85+103=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B5567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5567 is #A4AA98. Grayscale: #585858. Windows color (decimal): -10791577 or 6772059. OLE color: 6772059.
HSL color Cylindrical-coordinate representation of color #5B5567: hue angle of 260º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B5567 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 85 | 103 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.60 |
| HSL | 260º | 0.1% | 0.37% | - |
| HSV(B) | 260º | 0.17% | 0.4% | - |
| XYZ | 10.01 | 9.7 | 14.18 | - |
| YUV | 88.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 103 | 0.12 | 0.17 | 0 | 0.60 | 260 | 0.1 | 0.37 |
| Hex | 5B | 55 | 67 | C | 11 | 0 | 3C | 104 | A | 25 |
| Octal | 133 | 125 | 147 | 14 | 21 | 0 | 74 | 404 | 12 | 45 |
| Binary | 1011011 | 1010101 | 1100111 | 1100 | 10001 | 0 | 111100 | 100000100 | 1010 | 100101 |
Color Harmonies of #5B5567
Complementary color
Monochromatic Colors of #5B5567
Black with #5B5567
Text Example
Text Example
White with #5B5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5567; }
p { color: rgb(91,85,103); }
H1.HeaderClassName
{
color: #5B5567;
}
.AnyTagClassName
{
color: #5B5567;
}
</style>
background-color css
<style>
a { background-color: #5B5567; }
a { background-color: rgb(91,85,103); }
div.DivClassName
{
background-color: #5B5567;
}
.BgClassName
{
background-color: #5B5567;
}
</style>
border-color css
<style>
span { border-color: #5B5567; }
span { border-color: rgb(91,85,103); }
td.TdClassName
{
border-color: #5B5567;
}
.TagClassName
{
border-color: #5B5567;
}
</style>