Shades of Mobster #5F5073
Tints of Mobster #5F5073
RGB
CMYK
RGB Variations
Color information
#5F5073 (or 0x5F5073) is known color: Mobster. HEX triplet: 5F, 50 and 73. RGB value is (95,80,115). Sum of RGB (Red+Green+Blue) = 95+80+115=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5073 is #A0AF8C. Grayscale: #585858. Windows color (decimal): -10530701 or 7557215. OLE color: 7557215.
HSL color Cylindrical-coordinate representation of color #5F5073: hue angle of 265.71º 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 #5F5073 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 80 | 115 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.55 |
| HSL | 265.71º | 0.18% | 0.38% | - |
| HSV(B) | 265.71º | 0.3% | 0.45% | - |
| XYZ | 10.68 | 9.41 | 17.47 | - |
| YUV | 88.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 115 | 0.17 | 0.30 | 0 | 0.55 | 265.71 | 0.18 | 0.38 |
| Hex | 5F | 50 | 73 | 11 | 1E | 0 | 37 | 10A | 12 | 26 |
| Octal | 137 | 120 | 163 | 21 | 36 | 0 | 67 | 412 | 22 | 46 |
| Binary | 1011111 | 1010000 | 1110011 | 10001 | 11110 | 0 | 110111 | 100001010 | 10010 | 100110 |
Color Harmonies of #5F5073
Complementary color
Monochromatic Colors of #5F5073
Black with #5F5073
Text Example
Text Example
White with #5F5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5073; }
p { color: rgb(95,80,115); }
H1.HeaderClassName
{
color: #5F5073;
}
.AnyTagClassName
{
color: #5F5073;
}
</style>
background-color css
<style>
a { background-color: #5F5073; }
a { background-color: rgb(95,80,115); }
div.DivClassName
{
background-color: #5F5073;
}
.BgClassName
{
background-color: #5F5073;
}
</style>
border-color css
<style>
span { border-color: #5F5073; }
span { border-color: rgb(95,80,115); }
td.TdClassName
{
border-color: #5F5073;
}
.TagClassName
{
border-color: #5F5073;
}
</style>