Shades of Mobster #655579
Tints of Mobster #655579
RGB
CMYK
RGB Variations
Color information
#655579 (or 0x655579) is known color: Mobster. HEX triplet: 65, 55 and 79. RGB value is (101,85,121). Sum of RGB (Red+Green+Blue) = 101+85+121=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #655579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655579 is #9AAA86. Grayscale: #5D5D5D. Windows color (decimal): -10136199 or 7951717. OLE color: 7951717.
HSL color Cylindrical-coordinate representation of color #655579: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655579 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 85 | 121 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.53 |
| HSL | 266.67º | 0.17% | 0.4% | - |
| HSV(B) | 266.67º | 0.3% | 0.47% | - |
| XYZ | 12.07 | 10.64 | 19.51 | - |
| YUV | 93.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 121 | 0.17 | 0.30 | 0 | 0.53 | 266.67 | 0.17 | 0.4 |
| Hex | 65 | 55 | 79 | 11 | 1E | 0 | 35 | 10B | 11 | 28 |
| Octal | 145 | 125 | 171 | 21 | 36 | 0 | 65 | 413 | 21 | 50 |
| Binary | 1100101 | 1010101 | 1111001 | 10001 | 11110 | 0 | 110101 | 100001011 | 10001 | 101000 |
Color Harmonies of #655579
Complementary color
Monochromatic Colors of #655579
Black with #655579
Text Example
Text Example
White with #655579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655579; }
p { color: rgb(101,85,121); }
H1.HeaderClassName
{
color: #655579;
}
.AnyTagClassName
{
color: #655579;
}
</style>
background-color css
<style>
a { background-color: #655579; }
a { background-color: rgb(101,85,121); }
div.DivClassName
{
background-color: #655579;
}
.BgClassName
{
background-color: #655579;
}
</style>
border-color css
<style>
span { border-color: #655579; }
span { border-color: rgb(101,85,121); }
td.TdClassName
{
border-color: #655579;
}
.TagClassName
{
border-color: #655579;
}
</style>