Shades of Mobster #58525D
Tints of Mobster #58525D
RGB
CMYK
RGB Variations
Color information
#58525D (or 0x58525D) is known color: Mobster. HEX triplet: 58, 52 and 5D. RGB value is (88,82,93). Sum of RGB (Red+Green+Blue) = 88+82+93=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #58525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58525D is #A7ADA2. Grayscale: #555555. Windows color (decimal): -10988963 or 6115928. OLE color: 6115928.
HSL color Cylindrical-coordinate representation of color #58525D: hue angle of 272.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58525D is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 82 | 93 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.64 |
| HSL | 272.73º | 0.06% | 0.34% | - |
| HSV(B) | 272.73º | 0.12% | 0.36% | - |
| XYZ | 9.02 | 8.9 | 11.6 | - |
| YUV | 85.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 93 | 0.05 | 0.12 | 0 | 0.64 | 272.73 | 0.06 | 0.34 |
| Hex | 58 | 52 | 5D | 5 | C | 0 | 40 | 111 | 6 | 22 |
| Octal | 130 | 122 | 135 | 5 | 14 | 0 | 100 | 421 | 6 | 42 |
| Binary | 1011000 | 1010010 | 1011101 | 101 | 1100 | 0 | 1000000 | 100010001 | 110 | 100010 |
Color Harmonies of #58525D
Complementary color
Monochromatic Colors of #58525D
Black with #58525D
Text Example
Text Example
White with #58525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58525D; }
p { color: rgb(88,82,93); }
H1.HeaderClassName
{
color: #58525D;
}
.AnyTagClassName
{
color: #58525D;
}
</style>
background-color css
<style>
a { background-color: #58525D; }
a { background-color: rgb(88,82,93); }
div.DivClassName
{
background-color: #58525D;
}
.BgClassName
{
background-color: #58525D;
}
</style>
border-color css
<style>
span { border-color: #58525D; }
span { border-color: rgb(88,82,93); }
td.TdClassName
{
border-color: #58525D;
}
.TagClassName
{
border-color: #58525D;
}
</style>