Shades of Mobster #5F5B65
Tints of Mobster #5F5B65
RGB
CMYK
RGB Variations
Color information
#5F5B65 (or 0x5F5B65) is known color: Mobster. HEX triplet: 5F, 5B and 65. RGB value is (95,91,101). Sum of RGB (Red+Green+Blue) = 95+91+101=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F5B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5B65 is #A0A49A. Grayscale: #5D5D5D. Windows color (decimal): -10527899 or 6642527. OLE color: 6642527.
HSL color Cylindrical-coordinate representation of color #5F5B65: hue angle of 264º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F5B65 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 91 | 101 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.60 |
| HSL | 264º | 0.05% | 0.38% | - |
| HSV(B) | 264º | 0.1% | 0.4% | - |
| XYZ | 10.81 | 10.85 | 13.84 | - |
| YUV | 93.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 101 | 0.06 | 0.10 | 0 | 0.60 | 264 | 0.05 | 0.38 |
| Hex | 5F | 5B | 65 | 6 | A | 0 | 3C | 108 | 5 | 26 |
| Octal | 137 | 133 | 145 | 6 | 12 | 0 | 74 | 410 | 5 | 46 |
| Binary | 1011111 | 1011011 | 1100101 | 110 | 1010 | 0 | 111100 | 100001000 | 101 | 100110 |
Color Harmonies of #5F5B65
Complementary color
Monochromatic Colors of #5F5B65
Black with #5F5B65
Text Example
Text Example
White with #5F5B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5B65; }
p { color: rgb(95,91,101); }
H1.HeaderClassName
{
color: #5F5B65;
}
.AnyTagClassName
{
color: #5F5B65;
}
</style>
background-color css
<style>
a { background-color: #5F5B65; }
a { background-color: rgb(95,91,101); }
div.DivClassName
{
background-color: #5F5B65;
}
.BgClassName
{
background-color: #5F5B65;
}
</style>
border-color css
<style>
span { border-color: #5F5B65; }
span { border-color: rgb(95,91,101); }
td.TdClassName
{
border-color: #5F5B65;
}
.TagClassName
{
border-color: #5F5B65;
}
</style>