Shades of Mobster #5B5266
Tints of Mobster #5B5266
RGB
CMYK
RGB Variations
Color information
#5B5266 (or 0x5B5266) is known color: Mobster. HEX triplet: 5B, 52 and 66. RGB value is (91,82,102). Sum of RGB (Red+Green+Blue) = 91+82+102=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B5266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5266 is #A4AD99. Grayscale: #565656. Windows color (decimal): -10792346 or 6705755. OLE color: 6705755.
HSL color Cylindrical-coordinate representation of color #5B5266: hue angle of 267º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5266 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 82 | 102 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.6 |
| HSL | 267º | 0.11% | 0.36% | - |
| HSV(B) | 267º | 0.2% | 0.4% | - |
| XYZ | 9.73 | 9.22 | 13.84 | - |
| YUV | 86.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 102 | 0.11 | 0.20 | 0 | 0.6 | 267 | 0.11 | 0.36 |
| Hex | 5B | 52 | 66 | B | 14 | 0 | 3C | 10B | B | 24 |
| Octal | 133 | 122 | 146 | 13 | 24 | 0 | 74 | 413 | 13 | 44 |
| Binary | 1011011 | 1010010 | 1100110 | 1011 | 10100 | 0 | 111100 | 100001011 | 1011 | 100100 |
Color Harmonies of #5B5266
Complementary color
Monochromatic Colors of #5B5266
Black with #5B5266
Text Example
Text Example
White with #5B5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5266; }
p { color: rgb(91,82,102); }
H1.HeaderClassName
{
color: #5B5266;
}
.AnyTagClassName
{
color: #5B5266;
}
</style>
background-color css
<style>
a { background-color: #5B5266; }
a { background-color: rgb(91,82,102); }
div.DivClassName
{
background-color: #5B5266;
}
.BgClassName
{
background-color: #5B5266;
}
</style>
border-color css
<style>
span { border-color: #5B5266; }
span { border-color: rgb(91,82,102); }
td.TdClassName
{
border-color: #5B5266;
}
.TagClassName
{
border-color: #5B5266;
}
</style>