Shades of Mobster #584D60
Tints of Mobster #584D60
RGB
CMYK
RGB Variations
Color information
#584D60 (or 0x584D60) is known color: Mobster. HEX triplet: 58, 4D and 60. RGB value is (88,77,96). Sum of RGB (Red+Green+Blue) = 88+77+96=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #584D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D60 is #A7B29F. Grayscale: #525252. Windows color (decimal): -10990240 or 6311256. OLE color: 6311256.
HSL color Cylindrical-coordinate representation of color #584D60: hue angle of 274.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #584D60 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 77 | 96 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.62 |
| HSL | 274.74º | 0.11% | 0.34% | - |
| HSV(B) | 274.74º | 0.2% | 0.38% | - |
| XYZ | 8.79 | 8.23 | 12.19 | - |
| YUV | 82.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 96 | 0.08 | 0.20 | 0 | 0.62 | 274.74 | 0.11 | 0.34 |
| Hex | 58 | 4D | 60 | 8 | 14 | 0 | 3E | 113 | B | 22 |
| Octal | 130 | 115 | 140 | 10 | 24 | 0 | 76 | 423 | 13 | 42 |
| Binary | 1011000 | 1001101 | 1100000 | 1000 | 10100 | 0 | 111110 | 100010011 | 1011 | 100010 |
Color Harmonies of #584D60
Complementary color
Monochromatic Colors of #584D60
Black with #584D60
Text Example
Text Example
White with #584D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D60; }
p { color: rgb(88,77,96); }
H1.HeaderClassName
{
color: #584D60;
}
.AnyTagClassName
{
color: #584D60;
}
</style>
background-color css
<style>
a { background-color: #584D60; }
a { background-color: rgb(88,77,96); }
div.DivClassName
{
background-color: #584D60;
}
.BgClassName
{
background-color: #584D60;
}
</style>
border-color css
<style>
span { border-color: #584D60; }
span { border-color: rgb(88,77,96); }
td.TdClassName
{
border-color: #584D60;
}
.TagClassName
{
border-color: #584D60;
}
</style>