Shades of Chicago #5B614A
Tints of Chicago #5B614A
RGB
CMYK
RGB Variations
Color information
#5B614A (or 0x5B614A) is known color: Chicago. HEX triplet: 5B, 61 and 4A. RGB value is (91,97,74). Sum of RGB (Red+Green+Blue) = 91+97+74=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B614A is #A49EB5. Grayscale: #5C5C5C. Windows color (decimal): -10788534 or 4874587. OLE color: 4874587.
HSL color Cylindrical-coordinate representation of color #5B614A: hue angle of 75.65º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B614A is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 74 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.62 |
| HSL | 75.65º | 0.13% | 0.34% | - |
| HSV(B) | 75.65º | 0.24% | 0.38% | - |
| XYZ | 9.83 | 11.27 | 8.14 | - |
| YUV | 92.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 74 | 0.06 | 0 | 0.24 | 0.62 | 75.65 | 0.13 | 0.34 |
| Hex | 5B | 61 | 4A | 6 | 0 | 18 | 3E | 4C | D | 22 |
| Octal | 133 | 141 | 112 | 6 | 0 | 30 | 76 | 114 | 15 | 42 |
| Binary | 1011011 | 1100001 | 1001010 | 110 | 0 | 11000 | 111110 | 1001100 | 1101 | 100010 |
Color Harmonies of #5B614A
Complementary color
Monochromatic Colors of #5B614A
Black with #5B614A
Text Example
Text Example
White with #5B614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B614A; }
p { color: rgb(91,97,74); }
H1.HeaderClassName
{
color: #5B614A;
}
.AnyTagClassName
{
color: #5B614A;
}
</style>
background-color css
<style>
a { background-color: #5B614A; }
a { background-color: rgb(91,97,74); }
div.DivClassName
{
background-color: #5B614A;
}
.BgClassName
{
background-color: #5B614A;
}
</style>
border-color css
<style>
span { border-color: #5B614A; }
span { border-color: rgb(91,97,74); }
td.TdClassName
{
border-color: #5B614A;
}
.TagClassName
{
border-color: #5B614A;
}
</style>