Shades of Mobster #5A5462
Tints of Mobster #5A5462
RGB
CMYK
RGB Variations
Color information
#5A5462 (or 0x5A5462) is known color: Mobster. HEX triplet: 5A, 54 and 62. RGB value is (90,84,98). Sum of RGB (Red+Green+Blue) = 90+84+98=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5462 is #A5AB9D. Grayscale: #575757. Windows color (decimal): -10857374 or 6444122. OLE color: 6444122.
HSL color Cylindrical-coordinate representation of color #5A5462: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5462 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 84 | 98 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.62 |
| HSL | 265.71º | 0.08% | 0.36% | - |
| HSV(B) | 265.71º | 0.14% | 0.38% | - |
| XYZ | 9.59 | 9.4 | 12.86 | - |
| YUV | 87.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 98 | 0.08 | 0.14 | 0 | 0.62 | 265.71 | 0.08 | 0.36 |
| Hex | 5A | 54 | 62 | 8 | E | 0 | 3E | 10A | 8 | 24 |
| Octal | 132 | 124 | 142 | 10 | 16 | 0 | 76 | 412 | 10 | 44 |
| Binary | 1011010 | 1010100 | 1100010 | 1000 | 1110 | 0 | 111110 | 100001010 | 1000 | 100100 |
Color Harmonies of #5A5462
Complementary color
Monochromatic Colors of #5A5462
Black with #5A5462
Text Example
Text Example
White with #5A5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5462; }
p { color: rgb(90,84,98); }
H1.HeaderClassName
{
color: #5A5462;
}
.AnyTagClassName
{
color: #5A5462;
}
</style>
background-color css
<style>
a { background-color: #5A5462; }
a { background-color: rgb(90,84,98); }
div.DivClassName
{
background-color: #5A5462;
}
.BgClassName
{
background-color: #5A5462;
}
</style>
border-color css
<style>
span { border-color: #5A5462; }
span { border-color: rgb(90,84,98); }
td.TdClassName
{
border-color: #5A5462;
}
.TagClassName
{
border-color: #5A5462;
}
</style>