Shades of Mobster #5F5077
Tints of Mobster #5F5077
RGB
CMYK
RGB Variations
Color information
#5F5077 (or 0x5F5077) is known color: Mobster. HEX triplet: 5F, 50 and 77. RGB value is (95,80,119). Sum of RGB (Red+Green+Blue) = 95+80+119=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5077 is #A0AF88. Grayscale: #585858. Windows color (decimal): -10530697 or 7819359. OLE color: 7819359.
HSL color Cylindrical-coordinate representation of color #5F5077: hue angle of 263.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F5077 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 80 | 119 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.53 |
| HSL | 263.08º | 0.2% | 0.39% | - |
| HSV(B) | 263.08º | 0.33% | 0.47% | - |
| XYZ | 10.92 | 9.5 | 18.71 | - |
| YUV | 88.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 119 | 0.20 | 0.33 | 0 | 0.53 | 263.08 | 0.2 | 0.39 |
| Hex | 5F | 50 | 77 | 14 | 21 | 0 | 35 | 107 | 14 | 27 |
| Octal | 137 | 120 | 167 | 24 | 41 | 0 | 65 | 407 | 24 | 47 |
| Binary | 1011111 | 1010000 | 1110111 | 10100 | 100001 | 0 | 110101 | 100000111 | 10100 | 100111 |
Color Harmonies of #5F5077
Complementary color
Monochromatic Colors of #5F5077
Black with #5F5077
Text Example
Text Example
White with #5F5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5077; }
p { color: rgb(95,80,119); }
H1.HeaderClassName
{
color: #5F5077;
}
.AnyTagClassName
{
color: #5F5077;
}
</style>
background-color css
<style>
a { background-color: #5F5077; }
a { background-color: rgb(95,80,119); }
div.DivClassName
{
background-color: #5F5077;
}
.BgClassName
{
background-color: #5F5077;
}
</style>
border-color css
<style>
span { border-color: #5F5077; }
span { border-color: rgb(95,80,119); }
td.TdClassName
{
border-color: #5F5077;
}
.TagClassName
{
border-color: #5F5077;
}
</style>