Shades of Mobster #5A506A
Tints of Mobster #5A506A
RGB
CMYK
RGB Variations
Color information
#5A506A (or 0x5A506A) is known color: Mobster. HEX triplet: 5A, 50 and 6A. RGB value is (90,80,106). Sum of RGB (Red+Green+Blue) = 90+80+106=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A506A is #A5AF95. Grayscale: #555555. Windows color (decimal): -10858390 or 6967386. OLE color: 6967386.
HSL color Cylindrical-coordinate representation of color #5A506A: hue angle of 263.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A506A is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 80 | 106 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.58 |
| HSL | 263.08º | 0.14% | 0.36% | - |
| HSV(B) | 263.08º | 0.25% | 0.42% | - |
| XYZ | 9.69 | 8.95 | 14.85 | - |
| YUV | 85.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 106 | 0.15 | 0.25 | 0 | 0.58 | 263.08 | 0.14 | 0.36 |
| Hex | 5A | 50 | 6A | F | 19 | 0 | 3A | 107 | E | 24 |
| Octal | 132 | 120 | 152 | 17 | 31 | 0 | 72 | 407 | 16 | 44 |
| Binary | 1011010 | 1010000 | 1101010 | 1111 | 11001 | 0 | 111010 | 100000111 | 1110 | 100100 |
Color Harmonies of #5A506A
Complementary color
Monochromatic Colors of #5A506A
Black with #5A506A
Text Example
Text Example
White with #5A506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A506A; }
p { color: rgb(90,80,106); }
H1.HeaderClassName
{
color: #5A506A;
}
.AnyTagClassName
{
color: #5A506A;
}
</style>
background-color css
<style>
a { background-color: #5A506A; }
a { background-color: rgb(90,80,106); }
div.DivClassName
{
background-color: #5A506A;
}
.BgClassName
{
background-color: #5A506A;
}
</style>
border-color css
<style>
span { border-color: #5A506A; }
span { border-color: rgb(90,80,106); }
td.TdClassName
{
border-color: #5A506A;
}
.TagClassName
{
border-color: #5A506A;
}
</style>