Shades of Mobster #5A5068
Tints of Mobster #5A5068
RGB
CMYK
RGB Variations
Color information
#5A5068 (or 0x5A5068) is known color: Mobster. HEX triplet: 5A, 50 and 68. RGB value is (90,80,104). Sum of RGB (Red+Green+Blue) = 90+80+104=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5068 is #A5AF97. Grayscale: #555555. Windows color (decimal): -10858392 or 6836314. OLE color: 6836314.
HSL color Cylindrical-coordinate representation of color #5A5068: hue angle of 265º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5068 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 80 | 104 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.59 |
| HSL | 265º | 0.13% | 0.36% | - |
| HSV(B) | 265º | 0.23% | 0.41% | - |
| XYZ | 9.58 | 8.91 | 14.31 | - |
| YUV | 85.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 104 | 0.13 | 0.23 | 0 | 0.59 | 265 | 0.13 | 0.36 |
| Hex | 5A | 50 | 68 | D | 17 | 0 | 3B | 109 | D | 24 |
| Octal | 132 | 120 | 150 | 15 | 27 | 0 | 73 | 411 | 15 | 44 |
| Binary | 1011010 | 1010000 | 1101000 | 1101 | 10111 | 0 | 111011 | 100001001 | 1101 | 100100 |
Color Harmonies of #5A5068
Complementary color
Monochromatic Colors of #5A5068
Black with #5A5068
Text Example
Text Example
White with #5A5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5068; }
p { color: rgb(90,80,104); }
H1.HeaderClassName
{
color: #5A5068;
}
.AnyTagClassName
{
color: #5A5068;
}
</style>
background-color css
<style>
a { background-color: #5A5068; }
a { background-color: rgb(90,80,104); }
div.DivClassName
{
background-color: #5A5068;
}
.BgClassName
{
background-color: #5A5068;
}
</style>
border-color css
<style>
span { border-color: #5A5068; }
span { border-color: rgb(90,80,104); }
td.TdClassName
{
border-color: #5A5068;
}
.TagClassName
{
border-color: #5A5068;
}
</style>