Shades of Chicago #5B614D
Tints of Chicago #5B614D
RGB
CMYK
RGB Variations
Color information
#5B614D (or 0x5B614D) is known color: Chicago. HEX triplet: 5B, 61 and 4D. RGB value is (91,97,77). Sum of RGB (Red+Green+Blue) = 91+97+77=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B614D is #A49EB2. Grayscale: #5D5D5D. Windows color (decimal): -10788531 or 5071195. OLE color: 5071195.
HSL color Cylindrical-coordinate representation of color #5B614D: hue angle of 78º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B614D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 77 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.62 |
| HSL | 78º | 0.11% | 0.34% | - |
| HSV(B) | 78º | 0.21% | 0.38% | - |
| XYZ | 9.93 | 11.31 | 8.68 | - |
| YUV | 92.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 77 | 0.06 | 0 | 0.21 | 0.62 | 78 | 0.11 | 0.34 |
| Hex | 5B | 61 | 4D | 6 | 0 | 15 | 3E | 4E | B | 22 |
| Octal | 133 | 141 | 115 | 6 | 0 | 25 | 76 | 116 | 13 | 42 |
| Binary | 1011011 | 1100001 | 1001101 | 110 | 0 | 10101 | 111110 | 1001110 | 1011 | 100010 |
Color Harmonies of #5B614D
Complementary color
Monochromatic Colors of #5B614D
Black with #5B614D
Text Example
Text Example
White with #5B614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B614D; }
p { color: rgb(91,97,77); }
H1.HeaderClassName
{
color: #5B614D;
}
.AnyTagClassName
{
color: #5B614D;
}
</style>
background-color css
<style>
a { background-color: #5B614D; }
a { background-color: rgb(91,97,77); }
div.DivClassName
{
background-color: #5B614D;
}
.BgClassName
{
background-color: #5B614D;
}
</style>
border-color css
<style>
span { border-color: #5B614D; }
span { border-color: rgb(91,97,77); }
td.TdClassName
{
border-color: #5B614D;
}
.TagClassName
{
border-color: #5B614D;
}
</style>