Shades of Mobster #594D69
Tints of Mobster #594D69
RGB
CMYK
RGB Variations
Color information
#594D69 (or 0x594D69) is known color: Mobster. HEX triplet: 59, 4D and 69. RGB value is (89,77,105). Sum of RGB (Red+Green+Blue) = 89+77+105=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #594D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D69 is #A6B296. Grayscale: #535353. Windows color (decimal): -10924695 or 6901081. OLE color: 6901081.
HSL color Cylindrical-coordinate representation of color #594D69: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594D69 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 77 | 105 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.59 |
| HSL | 265.71º | 0.15% | 0.36% | - |
| HSV(B) | 265.71º | 0.27% | 0.41% | - |
| XYZ | 9.32 | 8.45 | 14.5 | - |
| YUV | 83.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 105 | 0.15 | 0.27 | 0 | 0.59 | 265.71 | 0.15 | 0.36 |
| Hex | 59 | 4D | 69 | F | 1B | 0 | 3B | 10A | F | 24 |
| Octal | 131 | 115 | 151 | 17 | 33 | 0 | 73 | 412 | 17 | 44 |
| Binary | 1011001 | 1001101 | 1101001 | 1111 | 11011 | 0 | 111011 | 100001010 | 1111 | 100100 |
Color Harmonies of #594D69
Complementary color
Monochromatic Colors of #594D69
Black with #594D69
Text Example
Text Example
White with #594D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D69; }
p { color: rgb(89,77,105); }
H1.HeaderClassName
{
color: #594D69;
}
.AnyTagClassName
{
color: #594D69;
}
</style>
background-color css
<style>
a { background-color: #594D69; }
a { background-color: rgb(89,77,105); }
div.DivClassName
{
background-color: #594D69;
}
.BgClassName
{
background-color: #594D69;
}
</style>
border-color css
<style>
span { border-color: #594D69; }
span { border-color: rgb(89,77,105); }
td.TdClassName
{
border-color: #594D69;
}
.TagClassName
{
border-color: #594D69;
}
</style>