Shades of Mobster #5F5766
Tints of Mobster #5F5766
RGB
CMYK
RGB Variations
Color information
#5F5766 (or 0x5F5766) is known color: Mobster. HEX triplet: 5F, 57 and 66. RGB value is (95,87,102). Sum of RGB (Red+Green+Blue) = 95+87+102=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5766 is #A0A899. Grayscale: #5B5B5B. Windows color (decimal): -10528922 or 6707039. OLE color: 6707039.
HSL color Cylindrical-coordinate representation of color #5F5766: hue angle of 272º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F5766 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 87 | 102 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.6 |
| HSL | 272º | 0.08% | 0.37% | - |
| HSV(B) | 272º | 0.15% | 0.4% | - |
| XYZ | 10.53 | 10.21 | 13.99 | - |
| YUV | 91.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 102 | 0.07 | 0.15 | 0 | 0.6 | 272 | 0.08 | 0.37 |
| Hex | 5F | 57 | 66 | 7 | F | 0 | 3C | 110 | 8 | 25 |
| Octal | 137 | 127 | 146 | 7 | 17 | 0 | 74 | 420 | 10 | 45 |
| Binary | 1011111 | 1010111 | 1100110 | 111 | 1111 | 0 | 111100 | 100010000 | 1000 | 100101 |
Color Harmonies of #5F5766
Complementary color
Monochromatic Colors of #5F5766
Black with #5F5766
Text Example
Text Example
White with #5F5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5766; }
p { color: rgb(95,87,102); }
H1.HeaderClassName
{
color: #5F5766;
}
.AnyTagClassName
{
color: #5F5766;
}
</style>
background-color css
<style>
a { background-color: #5F5766; }
a { background-color: rgb(95,87,102); }
div.DivClassName
{
background-color: #5F5766;
}
.BgClassName
{
background-color: #5F5766;
}
</style>
border-color css
<style>
span { border-color: #5F5766; }
span { border-color: rgb(95,87,102); }
td.TdClassName
{
border-color: #5F5766;
}
.TagClassName
{
border-color: #5F5766;
}
</style>