Shades of Mobster #58565A
Tints of Mobster #58565A
RGB
CMYK
RGB Variations
Color information
#58565A (or 0x58565A) is known color: Mobster. HEX triplet: 58, 56 and 5A. RGB value is (88,86,90). Sum of RGB (Red+Green+Blue) = 88+86+90=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: blue. Hex color #58565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58565A is #A7A9A5. Grayscale: #575757. Windows color (decimal): -10987942 or 5920344. OLE color: 5920344.
HSL color Cylindrical-coordinate representation of color #58565A: hue angle of 270º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #58565A is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 90 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.65 |
| HSL | 270º | 0.02% | 0.35% | - |
| HSV(B) | 270º | 0.04% | 0.35% | - |
| XYZ | 9.2 | 9.47 | 11.02 | - |
| YUV | 87.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 90 | 0.02 | 0.04 | 0 | 0.65 | 270 | 0.02 | 0.35 |
| Hex | 58 | 56 | 5A | 2 | 4 | 0 | 41 | 10E | 2 | 23 |
| Octal | 130 | 126 | 132 | 2 | 4 | 0 | 101 | 416 | 2 | 43 |
| Binary | 1011000 | 1010110 | 1011010 | 10 | 100 | 0 | 1000001 | 100001110 | 10 | 100011 |
Color Harmonies of #58565A
Complementary color
Monochromatic Colors of #58565A
Black with #58565A
Text Example
Text Example
White with #58565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58565A; }
p { color: rgb(88,86,90); }
H1.HeaderClassName
{
color: #58565A;
}
.AnyTagClassName
{
color: #58565A;
}
</style>
background-color css
<style>
a { background-color: #58565A; }
a { background-color: rgb(88,86,90); }
div.DivClassName
{
background-color: #58565A;
}
.BgClassName
{
background-color: #58565A;
}
</style>
border-color css
<style>
span { border-color: #58565A; }
span { border-color: rgb(88,86,90); }
td.TdClassName
{
border-color: #58565A;
}
.TagClassName
{
border-color: #58565A;
}
</style>