Shades of Mobster #63526F
Tints of Mobster #63526F
RGB
CMYK
RGB Variations
Color information
#63526F (or 0x63526F) is known color: Mobster. HEX triplet: 63, 52 and 6F. RGB value is (99,82,111). Sum of RGB (Red+Green+Blue) = 99+82+111=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #63526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63526F is #9CAD90. Grayscale: #5A5A5A. Windows color (decimal): -10268049 or 7295587. OLE color: 7295587.
HSL color Cylindrical-coordinate representation of color #63526F: hue angle of 275.17º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63526F is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 82 | 111 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.56 |
| HSL | 275.17º | 0.15% | 0.38% | - |
| HSV(B) | 275.17º | 0.26% | 0.44% | - |
| XYZ | 11.03 | 9.83 | 16.36 | - |
| YUV | 90.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 111 | 0.11 | 0.26 | 0 | 0.56 | 275.17 | 0.15 | 0.38 |
| Hex | 63 | 52 | 6F | B | 1A | 0 | 38 | 113 | F | 26 |
| Octal | 143 | 122 | 157 | 13 | 32 | 0 | 70 | 423 | 17 | 46 |
| Binary | 1100011 | 1010010 | 1101111 | 1011 | 11010 | 0 | 111000 | 100010011 | 1111 | 100110 |
Color Harmonies of #63526F
Complementary color
Monochromatic Colors of #63526F
Black with #63526F
Text Example
Text Example
White with #63526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63526F; }
p { color: rgb(99,82,111); }
H1.HeaderClassName
{
color: #63526F;
}
.AnyTagClassName
{
color: #63526F;
}
</style>
background-color css
<style>
a { background-color: #63526F; }
a { background-color: rgb(99,82,111); }
div.DivClassName
{
background-color: #63526F;
}
.BgClassName
{
background-color: #63526F;
}
</style>
border-color css
<style>
span { border-color: #63526F; }
span { border-color: rgb(99,82,111); }
td.TdClassName
{
border-color: #63526F;
}
.TagClassName
{
border-color: #63526F;
}
</style>