Shades of Mobster #5A5367
Tints of Mobster #5A5367
RGB
CMYK
RGB Variations
Color information
#5A5367 (or 0x5A5367) is known color: Mobster. HEX triplet: 5A, 53 and 67. RGB value is (90,83,103). Sum of RGB (Red+Green+Blue) = 90+83+103=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5367 is #A5AC98. Grayscale: #575757. Windows color (decimal): -10857625 or 6771546. OLE color: 6771546.
HSL color Cylindrical-coordinate representation of color #5A5367: hue angle of 261º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5367 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 83 | 103 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.60 |
| HSL | 261º | 0.11% | 0.36% | - |
| HSV(B) | 261º | 0.19% | 0.4% | - |
| XYZ | 9.76 | 9.34 | 14.12 | - |
| YUV | 87.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 103 | 0.13 | 0.19 | 0 | 0.60 | 261 | 0.11 | 0.36 |
| Hex | 5A | 53 | 67 | D | 13 | 0 | 3C | 105 | B | 24 |
| Octal | 132 | 123 | 147 | 15 | 23 | 0 | 74 | 405 | 13 | 44 |
| Binary | 1011010 | 1010011 | 1100111 | 1101 | 10011 | 0 | 111100 | 100000101 | 1011 | 100100 |
Color Harmonies of #5A5367
Complementary color
Monochromatic Colors of #5A5367
Black with #5A5367
Text Example
Text Example
White with #5A5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5367; }
p { color: rgb(90,83,103); }
H1.HeaderClassName
{
color: #5A5367;
}
.AnyTagClassName
{
color: #5A5367;
}
</style>
background-color css
<style>
a { background-color: #5A5367; }
a { background-color: rgb(90,83,103); }
div.DivClassName
{
background-color: #5A5367;
}
.BgClassName
{
background-color: #5A5367;
}
</style>
border-color css
<style>
span { border-color: #5A5367; }
span { border-color: rgb(90,83,103); }
td.TdClassName
{
border-color: #5A5367;
}
.TagClassName
{
border-color: #5A5367;
}
</style>