Shades of Mobster #5F5072
Tints of Mobster #5F5072
RGB
CMYK
RGB Variations
Color information
#5F5072 (or 0x5F5072) is known color: Mobster. HEX triplet: 5F, 50 and 72. RGB value is (95,80,114). Sum of RGB (Red+Green+Blue) = 95+80+114=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5072 is #A0AF8D. Grayscale: #585858. Windows color (decimal): -10530702 or 7491679. OLE color: 7491679.
HSL color Cylindrical-coordinate representation of color #5F5072: hue angle of 266.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F5072 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 80 | 114 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.55 |
| HSL | 266.47º | 0.18% | 0.38% | - |
| HSV(B) | 266.47º | 0.3% | 0.45% | - |
| XYZ | 10.63 | 9.39 | 17.17 | - |
| YUV | 88.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 114 | 0.17 | 0.30 | 0 | 0.55 | 266.47 | 0.18 | 0.38 |
| Hex | 5F | 50 | 72 | 11 | 1E | 0 | 37 | 10A | 12 | 26 |
| Octal | 137 | 120 | 162 | 21 | 36 | 0 | 67 | 412 | 22 | 46 |
| Binary | 1011111 | 1010000 | 1110010 | 10001 | 11110 | 0 | 110111 | 100001010 | 10010 | 100110 |
Color Harmonies of #5F5072
Complementary color
Monochromatic Colors of #5F5072
Black with #5F5072
Text Example
Text Example
White with #5F5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5072; }
p { color: rgb(95,80,114); }
H1.HeaderClassName
{
color: #5F5072;
}
.AnyTagClassName
{
color: #5F5072;
}
</style>
background-color css
<style>
a { background-color: #5F5072; }
a { background-color: rgb(95,80,114); }
div.DivClassName
{
background-color: #5F5072;
}
.BgClassName
{
background-color: #5F5072;
}
</style>
border-color css
<style>
span { border-color: #5F5072; }
span { border-color: rgb(95,80,114); }
td.TdClassName
{
border-color: #5F5072;
}
.TagClassName
{
border-color: #5F5072;
}
</style>