Shades of Chicago #5B614E
Tints of Chicago #5B614E
RGB
CMYK
RGB Variations
Color information
#5B614E (or 0x5B614E) is known color: Chicago. HEX triplet: 5B, 61 and 4E. RGB value is (91,97,78). Sum of RGB (Red+Green+Blue) = 91+97+78=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B614E is #A49EB1. Grayscale: #5D5D5D. Windows color (decimal): -10788530 or 5136731. OLE color: 5136731.
HSL color Cylindrical-coordinate representation of color #5B614E: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B614E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 78 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.62 |
| HSL | 78.95º | 0.11% | 0.34% | - |
| HSV(B) | 78.95º | 0.2% | 0.38% | - |
| XYZ | 9.96 | 11.32 | 8.87 | - |
| YUV | 93.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 78 | 0.06 | 0 | 0.20 | 0.62 | 78.95 | 0.11 | 0.34 |
| Hex | 5B | 61 | 4E | 6 | 0 | 14 | 3E | 4F | B | 22 |
| Octal | 133 | 141 | 116 | 6 | 0 | 24 | 76 | 117 | 13 | 42 |
| Binary | 1011011 | 1100001 | 1001110 | 110 | 0 | 10100 | 111110 | 1001111 | 1011 | 100010 |
Color Harmonies of #5B614E
Complementary color
Monochromatic Colors of #5B614E
Black with #5B614E
Text Example
Text Example
White with #5B614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B614E; }
p { color: rgb(91,97,78); }
H1.HeaderClassName
{
color: #5B614E;
}
.AnyTagClassName
{
color: #5B614E;
}
</style>
background-color css
<style>
a { background-color: #5B614E; }
a { background-color: rgb(91,97,78); }
div.DivClassName
{
background-color: #5B614E;
}
.BgClassName
{
background-color: #5B614E;
}
</style>
border-color css
<style>
span { border-color: #5B614E; }
span { border-color: rgb(91,97,78); }
td.TdClassName
{
border-color: #5B614E;
}
.TagClassName
{
border-color: #5B614E;
}
</style>