Shades of Chicago #5B614B
Tints of Chicago #5B614B
RGB
CMYK
RGB Variations
Color information
#5B614B (or 0x5B614B) is known color: Chicago. HEX triplet: 5B, 61 and 4B. RGB value is (91,97,75). Sum of RGB (Red+Green+Blue) = 91+97+75=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B614B is #A49EB4. Grayscale: #5C5C5C. Windows color (decimal): -10788533 or 4940123. OLE color: 4940123.
HSL color Cylindrical-coordinate representation of color #5B614B: hue angle of 76.36º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B614B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 75 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.62 |
| HSL | 76.36º | 0.13% | 0.34% | - |
| HSV(B) | 76.36º | 0.23% | 0.38% | - |
| XYZ | 9.86 | 11.28 | 8.31 | - |
| YUV | 92.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 75 | 0.06 | 0 | 0.23 | 0.62 | 76.36 | 0.13 | 0.34 |
| Hex | 5B | 61 | 4B | 6 | 0 | 17 | 3E | 4C | D | 22 |
| Octal | 133 | 141 | 113 | 6 | 0 | 27 | 76 | 114 | 15 | 42 |
| Binary | 1011011 | 1100001 | 1001011 | 110 | 0 | 10111 | 111110 | 1001100 | 1101 | 100010 |
Color Harmonies of #5B614B
Complementary color
Monochromatic Colors of #5B614B
Black with #5B614B
Text Example
Text Example
White with #5B614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B614B; }
p { color: rgb(91,97,75); }
H1.HeaderClassName
{
color: #5B614B;
}
.AnyTagClassName
{
color: #5B614B;
}
</style>
background-color css
<style>
a { background-color: #5B614B; }
a { background-color: rgb(91,97,75); }
div.DivClassName
{
background-color: #5B614B;
}
.BgClassName
{
background-color: #5B614B;
}
</style>
border-color css
<style>
span { border-color: #5B614B; }
span { border-color: rgb(91,97,75); }
td.TdClassName
{
border-color: #5B614B;
}
.TagClassName
{
border-color: #5B614B;
}
</style>