Shades of Mobster #5B5265
Tints of Mobster #5B5265
RGB
CMYK
RGB Variations
Color information
#5B5265 (or 0x5B5265) is known color: Mobster. HEX triplet: 5B, 52 and 65. RGB value is (91,82,101). Sum of RGB (Red+Green+Blue) = 91+82+101=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5265 is #A4AD9A. Grayscale: #565656. Windows color (decimal): -10792347 or 6640219. OLE color: 6640219.
HSL color Cylindrical-coordinate representation of color #5B5265: hue angle of 268.42º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B5265 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 82 | 101 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.60 |
| HSL | 268.42º | 0.1% | 0.36% | - |
| HSV(B) | 268.42º | 0.19% | 0.4% | - |
| XYZ | 9.68 | 9.2 | 13.58 | - |
| YUV | 86.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 101 | 0.10 | 0.19 | 0 | 0.60 | 268.42 | 0.1 | 0.36 |
| Hex | 5B | 52 | 65 | A | 13 | 0 | 3C | 10C | A | 24 |
| Octal | 133 | 122 | 145 | 12 | 23 | 0 | 74 | 414 | 12 | 44 |
| Binary | 1011011 | 1010010 | 1100101 | 1010 | 10011 | 0 | 111100 | 100001100 | 1010 | 100100 |
Color Harmonies of #5B5265
Complementary color
Monochromatic Colors of #5B5265
Black with #5B5265
Text Example
Text Example
White with #5B5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5265; }
p { color: rgb(91,82,101); }
H1.HeaderClassName
{
color: #5B5265;
}
.AnyTagClassName
{
color: #5B5265;
}
</style>
background-color css
<style>
a { background-color: #5B5265; }
a { background-color: rgb(91,82,101); }
div.DivClassName
{
background-color: #5B5265;
}
.BgClassName
{
background-color: #5B5265;
}
</style>
border-color css
<style>
span { border-color: #5B5265; }
span { border-color: rgb(91,82,101); }
td.TdClassName
{
border-color: #5B5265;
}
.TagClassName
{
border-color: #5B5265;
}
</style>