Shades of Mobster #5B5561
Tints of Mobster #5B5561
RGB
CMYK
RGB Variations
Color information
#5B5561 (or 0x5B5561) is known color: Mobster. HEX triplet: 5B, 55 and 61. RGB value is (91,85,97). Sum of RGB (Red+Green+Blue) = 91+85+97=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5561 is #A4AA9E. Grayscale: #585858. Windows color (decimal): -10791583 or 6378843. OLE color: 6378843.
HSL color Cylindrical-coordinate representation of color #5B5561: hue angle of 270º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5561 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 85 | 97 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.62 |
| HSL | 270º | 0.07% | 0.36% | - |
| HSV(B) | 270º | 0.12% | 0.38% | - |
| XYZ | 9.72 | 9.58 | 12.65 | - |
| YUV | 88.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 97 | 0.06 | 0.12 | 0 | 0.62 | 270 | 0.07 | 0.36 |
| Hex | 5B | 55 | 61 | 6 | C | 0 | 3E | 10E | 7 | 24 |
| Octal | 133 | 125 | 141 | 6 | 14 | 0 | 76 | 416 | 7 | 44 |
| Binary | 1011011 | 1010101 | 1100001 | 110 | 1100 | 0 | 111110 | 100001110 | 111 | 100100 |
Color Harmonies of #5B5561
Complementary color
Monochromatic Colors of #5B5561
Black with #5B5561
Text Example
Text Example
White with #5B5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5561; }
p { color: rgb(91,85,97); }
H1.HeaderClassName
{
color: #5B5561;
}
.AnyTagClassName
{
color: #5B5561;
}
</style>
background-color css
<style>
a { background-color: #5B5561; }
a { background-color: rgb(91,85,97); }
div.DivClassName
{
background-color: #5B5561;
}
.BgClassName
{
background-color: #5B5561;
}
</style>
border-color css
<style>
span { border-color: #5B5561; }
span { border-color: rgb(91,85,97); }
td.TdClassName
{
border-color: #5B5561;
}
.TagClassName
{
border-color: #5B5561;
}
</style>