Shades of Mobster #595260
Tints of Mobster #595260
RGB
CMYK
RGB Variations
Color information
#595260 (or 0x595260) is known color: Mobster. HEX triplet: 59, 52 and 60. RGB value is (89,82,96). Sum of RGB (Red+Green+Blue) = 89+82+96=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #595260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595260 is #A6AD9F. Grayscale: #555555. Windows color (decimal): -10923424 or 6312537. OLE color: 6312537.
HSL color Cylindrical-coordinate representation of color #595260: hue angle of 270º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595260 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 82 | 96 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.62 |
| HSL | 270º | 0.08% | 0.35% | - |
| HSV(B) | 270º | 0.15% | 0.38% | - |
| XYZ | 9.25 | 9 | 12.32 | - |
| YUV | 85.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 96 | 0.07 | 0.15 | 0 | 0.62 | 270 | 0.08 | 0.35 |
| Hex | 59 | 52 | 60 | 7 | F | 0 | 3E | 10E | 8 | 23 |
| Octal | 131 | 122 | 140 | 7 | 17 | 0 | 76 | 416 | 10 | 43 |
| Binary | 1011001 | 1010010 | 1100000 | 111 | 1111 | 0 | 111110 | 100001110 | 1000 | 100011 |
Color Harmonies of #595260
Complementary color
Monochromatic Colors of #595260
Black with #595260
Text Example
Text Example
White with #595260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595260; }
p { color: rgb(89,82,96); }
H1.HeaderClassName
{
color: #595260;
}
.AnyTagClassName
{
color: #595260;
}
</style>
background-color css
<style>
a { background-color: #595260; }
a { background-color: rgb(89,82,96); }
div.DivClassName
{
background-color: #595260;
}
.BgClassName
{
background-color: #595260;
}
</style>
border-color css
<style>
span { border-color: #595260; }
span { border-color: rgb(89,82,96); }
td.TdClassName
{
border-color: #595260;
}
.TagClassName
{
border-color: #595260;
}
</style>