Shades of Mobster #5F4B71
Tints of Mobster #5F4B71
RGB
CMYK
RGB Variations
Color information
#5F4B71 (or 0x5F4B71) is known color: Mobster. HEX triplet: 5F, 4B and 71. RGB value is (95,75,113). Sum of RGB (Red+Green+Blue) = 95+75+113=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F4B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4B71 is #A0B48E. Grayscale: #555555. Windows color (decimal): -10531983 or 7424863. OLE color: 7424863.
HSL color Cylindrical-coordinate representation of color #5F4B71: hue angle of 271.58º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F4B71 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 75 | 113 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.56 |
| HSL | 271.58º | 0.2% | 0.37% | - |
| HSV(B) | 271.58º | 0.34% | 0.44% | - |
| XYZ | 10.22 | 8.66 | 16.76 | - |
| YUV | 85.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 113 | 0.16 | 0.34 | 0 | 0.56 | 271.58 | 0.2 | 0.37 |
| Hex | 5F | 4B | 71 | 10 | 22 | 0 | 38 | 110 | 14 | 25 |
| Octal | 137 | 113 | 161 | 20 | 42 | 0 | 70 | 420 | 24 | 45 |
| Binary | 1011111 | 1001011 | 1110001 | 10000 | 100010 | 0 | 111000 | 100010000 | 10100 | 100101 |
Color Harmonies of #5F4B71
Complementary color
Monochromatic Colors of #5F4B71
Black with #5F4B71
Text Example
Text Example
White with #5F4B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4B71; }
p { color: rgb(95,75,113); }
H1.HeaderClassName
{
color: #5F4B71;
}
.AnyTagClassName
{
color: #5F4B71;
}
</style>
background-color css
<style>
a { background-color: #5F4B71; }
a { background-color: rgb(95,75,113); }
div.DivClassName
{
background-color: #5F4B71;
}
.BgClassName
{
background-color: #5F4B71;
}
</style>
border-color css
<style>
span { border-color: #5F4B71; }
span { border-color: rgb(95,75,113); }
td.TdClassName
{
border-color: #5F4B71;
}
.TagClassName
{
border-color: #5F4B71;
}
</style>