Shades of Mobster #594B68
Tints of Mobster #594B68
RGB
CMYK
RGB Variations
Color information
#594B68 (or 0x594B68) is known color: Mobster. HEX triplet: 59, 4B and 68. RGB value is (89,75,104). Sum of RGB (Red+Green+Blue) = 89+75+104=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #594B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B68 is #A6B497. Grayscale: #525252. Windows color (decimal): -10925208 or 6835033. OLE color: 6835033.
HSL color Cylindrical-coordinate representation of color #594B68: hue angle of 268.97º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #594B68 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 75 | 104 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.59 |
| HSL | 268.97º | 0.16% | 0.35% | - |
| HSV(B) | 268.97º | 0.28% | 0.41% | - |
| XYZ | 9.13 | 8.16 | 14.19 | - |
| YUV | 82.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 104 | 0.14 | 0.28 | 0 | 0.59 | 268.97 | 0.16 | 0.35 |
| Hex | 59 | 4B | 68 | E | 1C | 0 | 3B | 10D | 10 | 23 |
| Octal | 131 | 113 | 150 | 16 | 34 | 0 | 73 | 415 | 20 | 43 |
| Binary | 1011001 | 1001011 | 1101000 | 1110 | 11100 | 0 | 111011 | 100001101 | 10000 | 100011 |
Color Harmonies of #594B68
Complementary color
Monochromatic Colors of #594B68
Black with #594B68
Text Example
Text Example
White with #594B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B68; }
p { color: rgb(89,75,104); }
H1.HeaderClassName
{
color: #594B68;
}
.AnyTagClassName
{
color: #594B68;
}
</style>
background-color css
<style>
a { background-color: #594B68; }
a { background-color: rgb(89,75,104); }
div.DivClassName
{
background-color: #594B68;
}
.BgClassName
{
background-color: #594B68;
}
</style>
border-color css
<style>
span { border-color: #594B68; }
span { border-color: rgb(89,75,104); }
td.TdClassName
{
border-color: #594B68;
}
.TagClassName
{
border-color: #594B68;
}
</style>