Shades of Mobster #5B5068
Tints of Mobster #5B5068
RGB
CMYK
RGB Variations
Color information
#5B5068 (or 0x5B5068) is known color: Mobster. HEX triplet: 5B, 50 and 68. RGB value is (91,80,104). Sum of RGB (Red+Green+Blue) = 91+80+104=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5068 is #A4AF97. Grayscale: #555555. Windows color (decimal): -10792856 or 6836315. OLE color: 6836315.
HSL color Cylindrical-coordinate representation of color #5B5068: hue angle of 267.5º 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 #5B5068 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 80 | 104 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.59 |
| HSL | 267.5º | 0.13% | 0.36% | - |
| HSV(B) | 267.5º | 0.23% | 0.41% | - |
| XYZ | 9.68 | 8.96 | 14.32 | - |
| YUV | 86.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 104 | 0.12 | 0.23 | 0 | 0.59 | 267.5 | 0.13 | 0.36 |
| Hex | 5B | 50 | 68 | C | 17 | 0 | 3B | 10C | D | 24 |
| Octal | 133 | 120 | 150 | 14 | 27 | 0 | 73 | 414 | 15 | 44 |
| Binary | 1011011 | 1010000 | 1101000 | 1100 | 10111 | 0 | 111011 | 100001100 | 1101 | 100100 |
Color Harmonies of #5B5068
Complementary color
Monochromatic Colors of #5B5068
Black with #5B5068
Text Example
Text Example
White with #5B5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5068; }
p { color: rgb(91,80,104); }
H1.HeaderClassName
{
color: #5B5068;
}
.AnyTagClassName
{
color: #5B5068;
}
</style>
background-color css
<style>
a { background-color: #5B5068; }
a { background-color: rgb(91,80,104); }
div.DivClassName
{
background-color: #5B5068;
}
.BgClassName
{
background-color: #5B5068;
}
</style>
border-color css
<style>
span { border-color: #5B5068; }
span { border-color: rgb(91,80,104); }
td.TdClassName
{
border-color: #5B5068;
}
.TagClassName
{
border-color: #5B5068;
}
</style>