Shades of Mobster #59555D
Tints of Mobster #59555D
RGB
CMYK
RGB Variations
Color information
#59555D (or 0x59555D) is known color: Mobster. HEX triplet: 59, 55 and 5D. RGB value is (89,85,93). Sum of RGB (Red+Green+Blue) = 89+85+93=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #59555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59555D is #A6AAA2. Grayscale: #575757. Windows color (decimal): -10922659 or 6116697. OLE color: 6116697.
HSL color Cylindrical-coordinate representation of color #59555D: hue angle of 270º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59555D is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 85 | 93 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.64 |
| HSL | 270º | 0.04% | 0.35% | - |
| HSV(B) | 270º | 0.09% | 0.36% | - |
| XYZ | 9.34 | 9.41 | 11.68 | - |
| YUV | 87.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 93 | 0.04 | 0.09 | 0 | 0.64 | 270 | 0.04 | 0.35 |
| Hex | 59 | 55 | 5D | 4 | 9 | 0 | 40 | 10E | 4 | 23 |
| Octal | 131 | 125 | 135 | 4 | 11 | 0 | 100 | 416 | 4 | 43 |
| Binary | 1011001 | 1010101 | 1011101 | 100 | 1001 | 0 | 1000000 | 100001110 | 100 | 100011 |
Color Harmonies of #59555D
Complementary color
Monochromatic Colors of #59555D
Black with #59555D
Text Example
Text Example
White with #59555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59555D; }
p { color: rgb(89,85,93); }
H1.HeaderClassName
{
color: #59555D;
}
.AnyTagClassName
{
color: #59555D;
}
</style>
background-color css
<style>
a { background-color: #59555D; }
a { background-color: rgb(89,85,93); }
div.DivClassName
{
background-color: #59555D;
}
.BgClassName
{
background-color: #59555D;
}
</style>
border-color css
<style>
span { border-color: #59555D; }
span { border-color: rgb(89,85,93); }
td.TdClassName
{
border-color: #59555D;
}
.TagClassName
{
border-color: #59555D;
}
</style>