Shades of Mobster #62556D
Tints of Mobster #62556D
RGB
CMYK
RGB Variations
Color information
#62556D (or 0x62556D) is known color: Mobster. HEX triplet: 62, 55 and 6D. RGB value is (98,85,109). Sum of RGB (Red+Green+Blue) = 98+85+109=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #62556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62556D is #9DAA92. Grayscale: #5B5B5B. Windows color (decimal): -10332819 or 7165282. OLE color: 7165282.
HSL color Cylindrical-coordinate representation of color #62556D: hue angle of 272.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62556D is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 85 | 109 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.57 |
| HSL | 272.5º | 0.12% | 0.38% | - |
| HSV(B) | 272.5º | 0.22% | 0.43% | - |
| XYZ | 11.05 | 10.2 | 15.85 | - |
| YUV | 91.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 109 | 0.10 | 0.22 | 0 | 0.57 | 272.5 | 0.12 | 0.38 |
| Hex | 62 | 55 | 6D | A | 16 | 0 | 39 | 110 | C | 26 |
| Octal | 142 | 125 | 155 | 12 | 26 | 0 | 71 | 420 | 14 | 46 |
| Binary | 1100010 | 1010101 | 1101101 | 1010 | 10110 | 0 | 111001 | 100010000 | 1100 | 100110 |
Color Harmonies of #62556D
Complementary color
Monochromatic Colors of #62556D
Black with #62556D
Text Example
Text Example
White with #62556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62556D; }
p { color: rgb(98,85,109); }
H1.HeaderClassName
{
color: #62556D;
}
.AnyTagClassName
{
color: #62556D;
}
</style>
background-color css
<style>
a { background-color: #62556D; }
a { background-color: rgb(98,85,109); }
div.DivClassName
{
background-color: #62556D;
}
.BgClassName
{
background-color: #62556D;
}
</style>
border-color css
<style>
span { border-color: #62556D; }
span { border-color: rgb(98,85,109); }
td.TdClassName
{
border-color: #62556D;
}
.TagClassName
{
border-color: #62556D;
}
</style>