Shades of Mobster #594C65
Tints of Mobster #594C65
RGB
CMYK
RGB Variations
Color information
#594C65 (or 0x594C65) is known color: Mobster. HEX triplet: 59, 4C and 65. RGB value is (89,76,101). Sum of RGB (Red+Green+Blue) = 89+76+101=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #594C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C65 is #A6B39A. Grayscale: #525252. Windows color (decimal): -10924955 or 6638681. OLE color: 6638681.
HSL color Cylindrical-coordinate representation of color #594C65: hue angle of 271.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594C65 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 76 | 101 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.60 |
| HSL | 271.2º | 0.14% | 0.35% | - |
| HSV(B) | 271.2º | 0.25% | 0.4% | - |
| XYZ | 9.05 | 8.23 | 13.42 | - |
| YUV | 82.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 101 | 0.12 | 0.25 | 0 | 0.60 | 271.2 | 0.14 | 0.35 |
| Hex | 59 | 4C | 65 | C | 19 | 0 | 3C | 10F | E | 23 |
| Octal | 131 | 114 | 145 | 14 | 31 | 0 | 74 | 417 | 16 | 43 |
| Binary | 1011001 | 1001100 | 1100101 | 1100 | 11001 | 0 | 111100 | 100001111 | 1110 | 100011 |
Color Harmonies of #594C65
Complementary color
Monochromatic Colors of #594C65
Black with #594C65
Text Example
Text Example
White with #594C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C65; }
p { color: rgb(89,76,101); }
H1.HeaderClassName
{
color: #594C65;
}
.AnyTagClassName
{
color: #594C65;
}
</style>
background-color css
<style>
a { background-color: #594C65; }
a { background-color: rgb(89,76,101); }
div.DivClassName
{
background-color: #594C65;
}
.BgClassName
{
background-color: #594C65;
}
</style>
border-color css
<style>
span { border-color: #594C65; }
span { border-color: rgb(89,76,101); }
td.TdClassName
{
border-color: #594C65;
}
.TagClassName
{
border-color: #594C65;
}
</style>