Shades of Mobster #595262
Tints of Mobster #595262
RGB
CMYK
RGB Variations
Color information
#595262 (or 0x595262) is known color: Mobster. HEX triplet: 59, 52 and 62. RGB value is (89,82,98). Sum of RGB (Red+Green+Blue) = 89+82+98=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #595262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595262 is #A6AD9D. Grayscale: #555555. Windows color (decimal): -10923422 or 6443609. OLE color: 6443609.
HSL color Cylindrical-coordinate representation of color #595262: hue angle of 266.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595262 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 82 | 98 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.62 |
| HSL | 266.25º | 0.09% | 0.35% | - |
| HSV(B) | 266.25º | 0.16% | 0.38% | - |
| XYZ | 9.34 | 9.04 | 12.81 | - |
| YUV | 85.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 98 | 0.09 | 0.16 | 0 | 0.62 | 266.25 | 0.09 | 0.35 |
| Hex | 59 | 52 | 62 | 9 | 10 | 0 | 3E | 10A | 9 | 23 |
| Octal | 131 | 122 | 142 | 11 | 20 | 0 | 76 | 412 | 11 | 43 |
| Binary | 1011001 | 1010010 | 1100010 | 1001 | 10000 | 0 | 111110 | 100001010 | 1001 | 100011 |
Color Harmonies of #595262
Complementary color
Monochromatic Colors of #595262
Black with #595262
Text Example
Text Example
White with #595262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595262; }
p { color: rgb(89,82,98); }
H1.HeaderClassName
{
color: #595262;
}
.AnyTagClassName
{
color: #595262;
}
</style>
background-color css
<style>
a { background-color: #595262; }
a { background-color: rgb(89,82,98); }
div.DivClassName
{
background-color: #595262;
}
.BgClassName
{
background-color: #595262;
}
</style>
border-color css
<style>
span { border-color: #595262; }
span { border-color: rgb(89,82,98); }
td.TdClassName
{
border-color: #595262;
}
.TagClassName
{
border-color: #595262;
}
</style>