Shades of Mobster #595360
Tints of Mobster #595360
RGB
CMYK
RGB Variations
Color information
#595360 (or 0x595360) is known color: Mobster. HEX triplet: 59, 53 and 60. RGB value is (89,83,96). Sum of RGB (Red+Green+Blue) = 89+83+96=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #595360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595360 is #A6AC9F. Grayscale: #565656. Windows color (decimal): -10923168 or 6312793. OLE color: 6312793.
HSL color Cylindrical-coordinate representation of color #595360: hue angle of 267.69º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595360 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 83 | 96 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.62 |
| HSL | 267.69º | 0.07% | 0.35% | - |
| HSV(B) | 267.69º | 0.14% | 0.38% | - |
| XYZ | 9.32 | 9.15 | 12.34 | - |
| YUV | 86.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 96 | 0.07 | 0.14 | 0 | 0.62 | 267.69 | 0.07 | 0.35 |
| Hex | 59 | 53 | 60 | 7 | E | 0 | 3E | 10C | 7 | 23 |
| Octal | 131 | 123 | 140 | 7 | 16 | 0 | 76 | 414 | 7 | 43 |
| Binary | 1011001 | 1010011 | 1100000 | 111 | 1110 | 0 | 111110 | 100001100 | 111 | 100011 |
Color Harmonies of #595360
Complementary color
Monochromatic Colors of #595360
Black with #595360
Text Example
Text Example
White with #595360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595360; }
p { color: rgb(89,83,96); }
H1.HeaderClassName
{
color: #595360;
}
.AnyTagClassName
{
color: #595360;
}
</style>
background-color css
<style>
a { background-color: #595360; }
a { background-color: rgb(89,83,96); }
div.DivClassName
{
background-color: #595360;
}
.BgClassName
{
background-color: #595360;
}
</style>
border-color css
<style>
span { border-color: #595360; }
span { border-color: rgb(89,83,96); }
td.TdClassName
{
border-color: #595360;
}
.TagClassName
{
border-color: #595360;
}
</style>