Shades of Mobster #5F506D
Tints of Mobster #5F506D
RGB
CMYK
RGB Variations
Color information
#5F506D (or 0x5F506D) is known color: Mobster. HEX triplet: 5F, 50 and 6D. RGB value is (95,80,109). Sum of RGB (Red+Green+Blue) = 95+80+109=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F506D is #A0AF92. Grayscale: #575757. Windows color (decimal): -10530707 or 7163999. OLE color: 7163999.
HSL color Cylindrical-coordinate representation of color #5F506D: hue angle of 271.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F506D is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 80 | 109 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.57 |
| HSL | 271.03º | 0.15% | 0.37% | - |
| HSV(B) | 271.03º | 0.27% | 0.43% | - |
| XYZ | 10.35 | 9.27 | 15.71 | - |
| YUV | 87.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 109 | 0.13 | 0.27 | 0 | 0.57 | 271.03 | 0.15 | 0.37 |
| Hex | 5F | 50 | 6D | D | 1B | 0 | 39 | 10F | F | 25 |
| Octal | 137 | 120 | 155 | 15 | 33 | 0 | 71 | 417 | 17 | 45 |
| Binary | 1011111 | 1010000 | 1101101 | 1101 | 11011 | 0 | 111001 | 100001111 | 1111 | 100101 |
Color Harmonies of #5F506D
Complementary color
Monochromatic Colors of #5F506D
Black with #5F506D
Text Example
Text Example
White with #5F506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F506D; }
p { color: rgb(95,80,109); }
H1.HeaderClassName
{
color: #5F506D;
}
.AnyTagClassName
{
color: #5F506D;
}
</style>
background-color css
<style>
a { background-color: #5F506D; }
a { background-color: rgb(95,80,109); }
div.DivClassName
{
background-color: #5F506D;
}
.BgClassName
{
background-color: #5F506D;
}
</style>
border-color css
<style>
span { border-color: #5F506D; }
span { border-color: rgb(95,80,109); }
td.TdClassName
{
border-color: #5F506D;
}
.TagClassName
{
border-color: #5F506D;
}
</style>