Shades of Mobster #5A5263
Tints of Mobster #5A5263
RGB
CMYK
RGB Variations
Color information
#5A5263 (or 0x5A5263) is known color: Mobster. HEX triplet: 5A, 52 and 63. RGB value is (90,82,99). Sum of RGB (Red+Green+Blue) = 90+82+99=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5263 is #A5AD9C. Grayscale: #565656. Windows color (decimal): -10857885 or 6509146. OLE color: 6509146.
HSL color Cylindrical-coordinate representation of color #5A5263: hue angle of 268.24º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A5263 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 82 | 99 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.61 |
| HSL | 268.24º | 0.09% | 0.35% | - |
| HSV(B) | 268.24º | 0.17% | 0.39% | - |
| XYZ | 9.49 | 9.11 | 13.06 | - |
| YUV | 86.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 99 | 0.09 | 0.17 | 0 | 0.61 | 268.24 | 0.09 | 0.35 |
| Hex | 5A | 52 | 63 | 9 | 11 | 0 | 3D | 10C | 9 | 23 |
| Octal | 132 | 122 | 143 | 11 | 21 | 0 | 75 | 414 | 11 | 43 |
| Binary | 1011010 | 1010010 | 1100011 | 1001 | 10001 | 0 | 111101 | 100001100 | 1001 | 100011 |
Color Harmonies of #5A5263
Complementary color
Monochromatic Colors of #5A5263
Black with #5A5263
Text Example
Text Example
White with #5A5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5263; }
p { color: rgb(90,82,99); }
H1.HeaderClassName
{
color: #5A5263;
}
.AnyTagClassName
{
color: #5A5263;
}
</style>
background-color css
<style>
a { background-color: #5A5263; }
a { background-color: rgb(90,82,99); }
div.DivClassName
{
background-color: #5A5263;
}
.BgClassName
{
background-color: #5A5263;
}
</style>
border-color css
<style>
span { border-color: #5A5263; }
span { border-color: rgb(90,82,99); }
td.TdClassName
{
border-color: #5A5263;
}
.TagClassName
{
border-color: #5A5263;
}
</style>