Shades of Mobster #5F4E71
Tints of Mobster #5F4E71
RGB
CMYK
RGB Variations
Color information
#5F4E71 (or 0x5F4E71) is known color: Mobster. HEX triplet: 5F, 4E and 71. RGB value is (95,78,113). Sum of RGB (Red+Green+Blue) = 95+78+113=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F4E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4E71 is #A0B18E. Grayscale: #565656. Windows color (decimal): -10531215 or 7425631. OLE color: 7425631.
HSL color Cylindrical-coordinate representation of color #5F4E71: hue angle of 269.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F4E71 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 78 | 113 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.56 |
| HSL | 269.14º | 0.18% | 0.37% | - |
| HSV(B) | 269.14º | 0.31% | 0.44% | - |
| XYZ | 10.42 | 9.07 | 16.82 | - |
| YUV | 87.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 78 | 113 | 0.16 | 0.31 | 0 | 0.56 | 269.14 | 0.18 | 0.37 |
| Hex | 5F | 4E | 71 | 10 | 1F | 0 | 38 | 10D | 12 | 25 |
| Octal | 137 | 116 | 161 | 20 | 37 | 0 | 70 | 415 | 22 | 45 |
| Binary | 1011111 | 1001110 | 1110001 | 10000 | 11111 | 0 | 111000 | 100001101 | 10010 | 100101 |
Color Harmonies of #5F4E71
Complementary color
Monochromatic Colors of #5F4E71
Black with #5F4E71
Text Example
Text Example
White with #5F4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4E71; }
p { color: rgb(95,78,113); }
H1.HeaderClassName
{
color: #5F4E71;
}
.AnyTagClassName
{
color: #5F4E71;
}
</style>
background-color css
<style>
a { background-color: #5F4E71; }
a { background-color: rgb(95,78,113); }
div.DivClassName
{
background-color: #5F4E71;
}
.BgClassName
{
background-color: #5F4E71;
}
</style>
border-color css
<style>
span { border-color: #5F4E71; }
span { border-color: rgb(95,78,113); }
td.TdClassName
{
border-color: #5F4E71;
}
.TagClassName
{
border-color: #5F4E71;
}
</style>