Shades of Mobster #595064
Tints of Mobster #595064
RGB
CMYK
RGB Variations
Color information
#595064 (or 0x595064) is known color: Mobster. HEX triplet: 59, 50 and 64. RGB value is (89,80,100). Sum of RGB (Red+Green+Blue) = 89+80+100=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #595064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595064 is #A6AF9B. Grayscale: #545454. Windows color (decimal): -10923932 or 6574169. OLE color: 6574169.
HSL color Cylindrical-coordinate representation of color #595064: hue angle of 267º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #595064 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 80 | 100 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.61 |
| HSL | 267º | 0.11% | 0.35% | - |
| HSV(B) | 267º | 0.2% | 0.39% | - |
| XYZ | 9.29 | 8.78 | 13.26 | - |
| YUV | 84.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 100 | 0.11 | 0.2 | 0 | 0.61 | 267 | 0.11 | 0.35 |
| Hex | 59 | 50 | 64 | B | 14 | 0 | 3D | 10B | B | 23 |
| Octal | 131 | 120 | 144 | 13 | 24 | 0 | 75 | 413 | 13 | 43 |
| Binary | 1011001 | 1010000 | 1100100 | 1011 | 10100 | 0 | 111101 | 100001011 | 1011 | 100011 |
Color Harmonies of #595064
Complementary color
Monochromatic Colors of #595064
Black with #595064
Text Example
Text Example
White with #595064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595064; }
p { color: rgb(89,80,100); }
H1.HeaderClassName
{
color: #595064;
}
.AnyTagClassName
{
color: #595064;
}
</style>
background-color css
<style>
a { background-color: #595064; }
a { background-color: rgb(89,80,100); }
div.DivClassName
{
background-color: #595064;
}
.BgClassName
{
background-color: #595064;
}
</style>
border-color css
<style>
span { border-color: #595064; }
span { border-color: rgb(89,80,100); }
td.TdClassName
{
border-color: #595064;
}
.TagClassName
{
border-color: #595064;
}
</style>