Shades of Mobster #594D64
Tints of Mobster #594D64
RGB
CMYK
RGB Variations
Color information
#594D64 (or 0x594D64) is known color: Mobster. HEX triplet: 59, 4D and 64. RGB value is (89,77,100). Sum of RGB (Red+Green+Blue) = 89+77+100=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 100 - color contains mainly: blue. Hex color #594D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D64 is #A6B29B. Grayscale: #535353. Windows color (decimal): -10924700 or 6573401. OLE color: 6573401.
HSL color Cylindrical-coordinate representation of color #594D64: hue angle of 271.3º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #594D64 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 77 | 100 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.61 |
| HSL | 271.3º | 0.13% | 0.35% | - |
| HSV(B) | 271.3º | 0.23% | 0.39% | - |
| XYZ | 9.07 | 8.35 | 13.19 | - |
| YUV | 83.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 100 | 0.11 | 0.23 | 0 | 0.61 | 271.3 | 0.13 | 0.35 |
| Hex | 59 | 4D | 64 | B | 17 | 0 | 3D | 10F | D | 23 |
| Octal | 131 | 115 | 144 | 13 | 27 | 0 | 75 | 417 | 15 | 43 |
| Binary | 1011001 | 1001101 | 1100100 | 1011 | 10111 | 0 | 111101 | 100001111 | 1101 | 100011 |
Color Harmonies of #594D64
Complementary color
Monochromatic Colors of #594D64
Black with #594D64
Text Example
Text Example
White with #594D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D64; }
p { color: rgb(89,77,100); }
H1.HeaderClassName
{
color: #594D64;
}
.AnyTagClassName
{
color: #594D64;
}
</style>
background-color css
<style>
a { background-color: #594D64; }
a { background-color: rgb(89,77,100); }
div.DivClassName
{
background-color: #594D64;
}
.BgClassName
{
background-color: #594D64;
}
</style>
border-color css
<style>
span { border-color: #594D64; }
span { border-color: rgb(89,77,100); }
td.TdClassName
{
border-color: #594D64;
}
.TagClassName
{
border-color: #594D64;
}
</style>