Shades of Mobster #5F4F6D
Tints of Mobster #5F4F6D
RGB
CMYK
RGB Variations
Color information
#5F4F6D (or 0x5F4F6D) is known color: Mobster. HEX triplet: 5F, 4F and 6D. RGB value is (95,79,109). Sum of RGB (Red+Green+Blue) = 95+79+109=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4F6D is #A0B092. Grayscale: #575757. Windows color (decimal): -10530963 or 7163743. OLE color: 7163743.
HSL color Cylindrical-coordinate representation of color #5F4F6D: hue angle of 272º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F4F6D is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 79 | 109 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.57 |
| HSL | 272º | 0.16% | 0.37% | - |
| HSV(B) | 272º | 0.28% | 0.43% | - |
| XYZ | 10.28 | 9.13 | 15.69 | - |
| YUV | 87.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 109 | 0.13 | 0.28 | 0 | 0.57 | 272 | 0.16 | 0.37 |
| Hex | 5F | 4F | 6D | D | 1C | 0 | 39 | 110 | 10 | 25 |
| Octal | 137 | 117 | 155 | 15 | 34 | 0 | 71 | 420 | 20 | 45 |
| Binary | 1011111 | 1001111 | 1101101 | 1101 | 11100 | 0 | 111001 | 100010000 | 10000 | 100101 |
Color Harmonies of #5F4F6D
Complementary color
Monochromatic Colors of #5F4F6D
Black with #5F4F6D
Text Example
Text Example
White with #5F4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F6D; }
p { color: rgb(95,79,109); }
H1.HeaderClassName
{
color: #5F4F6D;
}
.AnyTagClassName
{
color: #5F4F6D;
}
</style>
background-color css
<style>
a { background-color: #5F4F6D; }
a { background-color: rgb(95,79,109); }
div.DivClassName
{
background-color: #5F4F6D;
}
.BgClassName
{
background-color: #5F4F6D;
}
</style>
border-color css
<style>
span { border-color: #5F4F6D; }
span { border-color: rgb(95,79,109); }
td.TdClassName
{
border-color: #5F4F6D;
}
.TagClassName
{
border-color: #5F4F6D;
}
</style>