Shades of Mobster #594F69
Tints of Mobster #594F69
RGB
CMYK
RGB Variations
Color information
#594F69 (or 0x594F69) is known color: Mobster. HEX triplet: 59, 4F and 69. RGB value is (89,79,105). Sum of RGB (Red+Green+Blue) = 89+79+105=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #594F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F69 is #A6B096. Grayscale: #545454. Windows color (decimal): -10924183 or 6901593. OLE color: 6901593.
HSL color Cylindrical-coordinate representation of color #594F69: hue angle of 263.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594F69 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 79 | 105 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.59 |
| HSL | 263.08º | 0.14% | 0.36% | - |
| HSV(B) | 263.08º | 0.25% | 0.41% | - |
| XYZ | 9.47 | 8.74 | 14.55 | - |
| YUV | 84.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 105 | 0.15 | 0.25 | 0 | 0.59 | 263.08 | 0.14 | 0.36 |
| Hex | 59 | 4F | 69 | F | 19 | 0 | 3B | 107 | E | 24 |
| Octal | 131 | 117 | 151 | 17 | 31 | 0 | 73 | 407 | 16 | 44 |
| Binary | 1011001 | 1001111 | 1101001 | 1111 | 11001 | 0 | 111011 | 100000111 | 1110 | 100100 |
Color Harmonies of #594F69
Complementary color
Monochromatic Colors of #594F69
Black with #594F69
Text Example
Text Example
White with #594F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F69; }
p { color: rgb(89,79,105); }
H1.HeaderClassName
{
color: #594F69;
}
.AnyTagClassName
{
color: #594F69;
}
</style>
background-color css
<style>
a { background-color: #594F69; }
a { background-color: rgb(89,79,105); }
div.DivClassName
{
background-color: #594F69;
}
.BgClassName
{
background-color: #594F69;
}
</style>
border-color css
<style>
span { border-color: #594F69; }
span { border-color: rgb(89,79,105); }
td.TdClassName
{
border-color: #594F69;
}
.TagClassName
{
border-color: #594F69;
}
</style>