Shades of Mobster #5C5068
Tints of Mobster #5C5068
RGB
CMYK
RGB Variations
Color information
#5C5068 (or 0x5C5068) is known color: Mobster. HEX triplet: 5C, 50 and 68. RGB value is (92,80,104). Sum of RGB (Red+Green+Blue) = 92+80+104=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5068 is #A3AF97. Grayscale: #565656. Windows color (decimal): -10727320 or 6836316. OLE color: 6836316.
HSL color Cylindrical-coordinate representation of color #5C5068: hue angle of 270º 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 #5C5068 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 80 | 104 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.59 |
| HSL | 270º | 0.13% | 0.36% | - |
| HSV(B) | 270º | 0.23% | 0.41% | - |
| XYZ | 9.78 | 9.01 | 14.32 | - |
| YUV | 86.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 104 | 0.12 | 0.23 | 0 | 0.59 | 270 | 0.13 | 0.36 |
| Hex | 5C | 50 | 68 | C | 17 | 0 | 3B | 10E | D | 24 |
| Octal | 134 | 120 | 150 | 14 | 27 | 0 | 73 | 416 | 15 | 44 |
| Binary | 1011100 | 1010000 | 1101000 | 1100 | 10111 | 0 | 111011 | 100001110 | 1101 | 100100 |
Color Harmonies of #5C5068
Complementary color
Monochromatic Colors of #5C5068
Black with #5C5068
Text Example
Text Example
White with #5C5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5068; }
p { color: rgb(92,80,104); }
H1.HeaderClassName
{
color: #5C5068;
}
.AnyTagClassName
{
color: #5C5068;
}
</style>
background-color css
<style>
a { background-color: #5C5068; }
a { background-color: rgb(92,80,104); }
div.DivClassName
{
background-color: #5C5068;
}
.BgClassName
{
background-color: #5C5068;
}
</style>
border-color css
<style>
span { border-color: #5C5068; }
span { border-color: rgb(92,80,104); }
td.TdClassName
{
border-color: #5C5068;
}
.TagClassName
{
border-color: #5C5068;
}
</style>