Shades of Mobster #5A496C
Tints of Mobster #5A496C
RGB
CMYK
RGB Variations
Color information
#5A496C (or 0x5A496C) is known color: Mobster. HEX triplet: 5A, 49 and 6C. RGB value is (90,73,108). Sum of RGB (Red+Green+Blue) = 90+73+108=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A496C is #A5B693. Grayscale: #515151. Windows color (decimal): -10860180 or 7096666. OLE color: 7096666.
HSL color Cylindrical-coordinate representation of color #5A496C: hue angle of 269.14º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A496C is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 73 | 108 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.58 |
| HSL | 269.14º | 0.19% | 0.35% | - |
| HSV(B) | 269.14º | 0.32% | 0.42% | - |
| XYZ | 9.31 | 8.02 | 15.25 | - |
| YUV | 82.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 108 | 0.17 | 0.32 | 0 | 0.58 | 269.14 | 0.19 | 0.35 |
| Hex | 5A | 49 | 6C | 11 | 20 | 0 | 3A | 10D | 13 | 23 |
| Octal | 132 | 111 | 154 | 21 | 40 | 0 | 72 | 415 | 23 | 43 |
| Binary | 1011010 | 1001001 | 1101100 | 10001 | 100000 | 0 | 111010 | 100001101 | 10011 | 100011 |
Color Harmonies of #5A496C
Complementary color
Monochromatic Colors of #5A496C
Black with #5A496C
Text Example
Text Example
White with #5A496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A496C; }
p { color: rgb(90,73,108); }
H1.HeaderClassName
{
color: #5A496C;
}
.AnyTagClassName
{
color: #5A496C;
}
</style>
background-color css
<style>
a { background-color: #5A496C; }
a { background-color: rgb(90,73,108); }
div.DivClassName
{
background-color: #5A496C;
}
.BgClassName
{
background-color: #5A496C;
}
</style>
border-color css
<style>
span { border-color: #5A496C; }
span { border-color: rgb(90,73,108); }
td.TdClassName
{
border-color: #5A496C;
}
.TagClassName
{
border-color: #5A496C;
}
</style>