Shades of Mobster #595361
Tints of Mobster #595361
RGB
CMYK
RGB Variations
Color information
#595361 (or 0x595361) is known color: Mobster. HEX triplet: 59, 53 and 61. RGB value is (89,83,97). Sum of RGB (Red+Green+Blue) = 89+83+97=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #595361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595361 is #A6AC9E. Grayscale: #565656. Windows color (decimal): -10923167 or 6378329. OLE color: 6378329.
HSL color Cylindrical-coordinate representation of color #595361: hue angle of 265.71º degrees, saturation: 0.08, 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 #595361 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 83 | 97 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.62 |
| HSL | 265.71º | 0.08% | 0.35% | - |
| HSV(B) | 265.71º | 0.14% | 0.38% | - |
| XYZ | 9.37 | 9.17 | 12.59 | - |
| YUV | 86.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 97 | 0.08 | 0.14 | 0 | 0.62 | 265.71 | 0.08 | 0.35 |
| Hex | 59 | 53 | 61 | 8 | E | 0 | 3E | 10A | 8 | 23 |
| Octal | 131 | 123 | 141 | 10 | 16 | 0 | 76 | 412 | 10 | 43 |
| Binary | 1011001 | 1010011 | 1100001 | 1000 | 1110 | 0 | 111110 | 100001010 | 1000 | 100011 |
Color Harmonies of #595361
Complementary color
Monochromatic Colors of #595361
Black with #595361
Text Example
Text Example
White with #595361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595361; }
p { color: rgb(89,83,97); }
H1.HeaderClassName
{
color: #595361;
}
.AnyTagClassName
{
color: #595361;
}
</style>
background-color css
<style>
a { background-color: #595361; }
a { background-color: rgb(89,83,97); }
div.DivClassName
{
background-color: #595361;
}
.BgClassName
{
background-color: #595361;
}
</style>
border-color css
<style>
span { border-color: #595361; }
span { border-color: rgb(89,83,97); }
td.TdClassName
{
border-color: #595361;
}
.TagClassName
{
border-color: #595361;
}
</style>