Shades of Mobster #58505D
Tints of Mobster #58505D
RGB
CMYK
RGB Variations
Color information
#58505D (or 0x58505D) is known color: Mobster. HEX triplet: 58, 50 and 5D. RGB value is (88,80,93). Sum of RGB (Red+Green+Blue) = 88+80+93=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #58505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58505D is #A7AFA2. Grayscale: #535353. Windows color (decimal): -10989475 or 6115416. OLE color: 6115416.
HSL color Cylindrical-coordinate representation of color #58505D: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58505D is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 80 | 93 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.64 |
| HSL | 276.92º | 0.08% | 0.34% | - |
| HSV(B) | 276.92º | 0.14% | 0.36% | - |
| XYZ | 8.87 | 8.6 | 11.55 | - |
| YUV | 83.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 93 | 0.05 | 0.14 | 0 | 0.64 | 276.92 | 0.08 | 0.34 |
| Hex | 58 | 50 | 5D | 5 | E | 0 | 40 | 115 | 8 | 22 |
| Octal | 130 | 120 | 135 | 5 | 16 | 0 | 100 | 425 | 10 | 42 |
| Binary | 1011000 | 1010000 | 1011101 | 101 | 1110 | 0 | 1000000 | 100010101 | 1000 | 100010 |
Color Harmonies of #58505D
Complementary color
Monochromatic Colors of #58505D
Black with #58505D
Text Example
Text Example
White with #58505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58505D; }
p { color: rgb(88,80,93); }
H1.HeaderClassName
{
color: #58505D;
}
.AnyTagClassName
{
color: #58505D;
}
</style>
background-color css
<style>
a { background-color: #58505D; }
a { background-color: rgb(88,80,93); }
div.DivClassName
{
background-color: #58505D;
}
.BgClassName
{
background-color: #58505D;
}
</style>
border-color css
<style>
span { border-color: #58505D; }
span { border-color: rgb(88,80,93); }
td.TdClassName
{
border-color: #58505D;
}
.TagClassName
{
border-color: #58505D;
}
</style>