Shades of Mobster #655D71
Tints of Mobster #655D71
RGB
CMYK
RGB Variations
Color information
#655D71 (or 0x655D71) is known color: Mobster. HEX triplet: 65, 5D and 71. RGB value is (101,93,113). Sum of RGB (Red+Green+Blue) = 101+93+113=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #655D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D71 is #9AA28E. Grayscale: #616161. Windows color (decimal): -10134159 or 7429477. OLE color: 7429477.
HSL color Cylindrical-coordinate representation of color #655D71: hue angle of 264º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655D71 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 93 | 113 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.56 |
| HSL | 264º | 0.1% | 0.4% | - |
| HSV(B) | 264º | 0.18% | 0.44% | - |
| XYZ | 12.26 | 11.79 | 17.25 | - |
| YUV | 97.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 113 | 0.11 | 0.18 | 0 | 0.56 | 264 | 0.1 | 0.4 |
| Hex | 65 | 5D | 71 | B | 12 | 0 | 38 | 108 | A | 28 |
| Octal | 145 | 135 | 161 | 13 | 22 | 0 | 70 | 410 | 12 | 50 |
| Binary | 1100101 | 1011101 | 1110001 | 1011 | 10010 | 0 | 111000 | 100001000 | 1010 | 101000 |
Color Harmonies of #655D71
Complementary color
Monochromatic Colors of #655D71
Black with #655D71
Text Example
Text Example
White with #655D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D71; }
p { color: rgb(101,93,113); }
H1.HeaderClassName
{
color: #655D71;
}
.AnyTagClassName
{
color: #655D71;
}
</style>
background-color css
<style>
a { background-color: #655D71; }
a { background-color: rgb(101,93,113); }
div.DivClassName
{
background-color: #655D71;
}
.BgClassName
{
background-color: #655D71;
}
</style>
border-color css
<style>
span { border-color: #655D71; }
span { border-color: rgb(101,93,113); }
td.TdClassName
{
border-color: #655D71;
}
.TagClassName
{
border-color: #655D71;
}
</style>