Shades of Mobster #5F586A
Tints of Mobster #5F586A
RGB
CMYK
RGB Variations
Color information
#5F586A (or 0x5F586A) is known color: Mobster. HEX triplet: 5F, 58 and 6A. RGB value is (95,88,106). Sum of RGB (Red+Green+Blue) = 95+88+106=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F586A is #A0A795. Grayscale: #5C5C5C. Windows color (decimal): -10528662 or 6969439. OLE color: 6969439.
HSL color Cylindrical-coordinate representation of color #5F586A: hue angle of 263.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F586A is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 88 | 106 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.58 |
| HSL | 263.33º | 0.09% | 0.38% | - |
| HSV(B) | 263.33º | 0.17% | 0.42% | - |
| XYZ | 10.81 | 10.45 | 15.08 | - |
| YUV | 92.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 106 | 0.10 | 0.17 | 0 | 0.58 | 263.33 | 0.09 | 0.38 |
| Hex | 5F | 58 | 6A | A | 11 | 0 | 3A | 107 | 9 | 26 |
| Octal | 137 | 130 | 152 | 12 | 21 | 0 | 72 | 407 | 11 | 46 |
| Binary | 1011111 | 1011000 | 1101010 | 1010 | 10001 | 0 | 111010 | 100000111 | 1001 | 100110 |
Color Harmonies of #5F586A
Complementary color
Monochromatic Colors of #5F586A
Black with #5F586A
Text Example
Text Example
White with #5F586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F586A; }
p { color: rgb(95,88,106); }
H1.HeaderClassName
{
color: #5F586A;
}
.AnyTagClassName
{
color: #5F586A;
}
</style>
background-color css
<style>
a { background-color: #5F586A; }
a { background-color: rgb(95,88,106); }
div.DivClassName
{
background-color: #5F586A;
}
.BgClassName
{
background-color: #5F586A;
}
</style>
border-color css
<style>
span { border-color: #5F586A; }
span { border-color: rgb(95,88,106); }
td.TdClassName
{
border-color: #5F586A;
}
.TagClassName
{
border-color: #5F586A;
}
</style>