Shades of Mobster #59555C
Tints of Mobster #59555C
RGB
CMYK
RGB Variations
Color information
#59555C (or 0x59555C) is known color: Mobster. HEX triplet: 59, 55 and 5C. RGB value is (89,85,92). Sum of RGB (Red+Green+Blue) = 89+85+92=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #59555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59555C is #A6AAA3. Grayscale: #565656. Windows color (decimal): -10922660 or 6051161. OLE color: 6051161.
HSL color Cylindrical-coordinate representation of color #59555C: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #59555C is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 85 | 92 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.64 |
| HSL | 274.29º | 0.04% | 0.35% | - |
| HSV(B) | 274.29º | 0.08% | 0.36% | - |
| XYZ | 9.3 | 9.39 | 11.45 | - |
| YUV | 86.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 92 | 0.03 | 0.08 | 0 | 0.64 | 274.29 | 0.04 | 0.35 |
| Hex | 59 | 55 | 5C | 3 | 8 | 0 | 40 | 112 | 4 | 23 |
| Octal | 131 | 125 | 134 | 3 | 10 | 0 | 100 | 422 | 4 | 43 |
| Binary | 1011001 | 1010101 | 1011100 | 11 | 1000 | 0 | 1000000 | 100010010 | 100 | 100011 |
Color Harmonies of #59555C
Complementary color
Monochromatic Colors of #59555C
Black with #59555C
Text Example
Text Example
White with #59555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59555C; }
p { color: rgb(89,85,92); }
H1.HeaderClassName
{
color: #59555C;
}
.AnyTagClassName
{
color: #59555C;
}
</style>
background-color css
<style>
a { background-color: #59555C; }
a { background-color: rgb(89,85,92); }
div.DivClassName
{
background-color: #59555C;
}
.BgClassName
{
background-color: #59555C;
}
</style>
border-color css
<style>
span { border-color: #59555C; }
span { border-color: rgb(89,85,92); }
td.TdClassName
{
border-color: #59555C;
}
.TagClassName
{
border-color: #59555C;
}
</style>