Shades of Mobster #5F5471
Tints of Mobster #5F5471
RGB
CMYK
RGB Variations
Color information
#5F5471 (or 0x5F5471) is known color: Mobster. HEX triplet: 5F, 54 and 71. RGB value is (95,84,113). Sum of RGB (Red+Green+Blue) = 95+84+113=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5471 is #A0AB8E. Grayscale: #5A5A5A. Windows color (decimal): -10529679 or 7427167. OLE color: 7427167.
HSL color Cylindrical-coordinate representation of color #5F5471: hue angle of 262.76º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F5471 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 84 | 113 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.56 |
| HSL | 262.76º | 0.15% | 0.39% | - |
| HSV(B) | 262.76º | 0.26% | 0.44% | - |
| XYZ | 10.87 | 9.97 | 16.97 | - |
| YUV | 90.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 113 | 0.16 | 0.26 | 0 | 0.56 | 262.76 | 0.15 | 0.39 |
| Hex | 5F | 54 | 71 | 10 | 1A | 0 | 38 | 107 | F | 27 |
| Octal | 137 | 124 | 161 | 20 | 32 | 0 | 70 | 407 | 17 | 47 |
| Binary | 1011111 | 1010100 | 1110001 | 10000 | 11010 | 0 | 111000 | 100000111 | 1111 | 100111 |
Color Harmonies of #5F5471
Complementary color
Monochromatic Colors of #5F5471
Black with #5F5471
Text Example
Text Example
White with #5F5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5471; }
p { color: rgb(95,84,113); }
H1.HeaderClassName
{
color: #5F5471;
}
.AnyTagClassName
{
color: #5F5471;
}
</style>
background-color css
<style>
a { background-color: #5F5471; }
a { background-color: rgb(95,84,113); }
div.DivClassName
{
background-color: #5F5471;
}
.BgClassName
{
background-color: #5F5471;
}
</style>
border-color css
<style>
span { border-color: #5F5471; }
span { border-color: rgb(95,84,113); }
td.TdClassName
{
border-color: #5F5471;
}
.TagClassName
{
border-color: #5F5471;
}
</style>