Shades of Chicago #5B6154
Tints of Chicago #5B6154
RGB
CMYK
RGB Variations
Color information
#5B6154 (or 0x5B6154) is known color: Chicago. HEX triplet: 5B, 61 and 54. RGB value is (91,97,84). Sum of RGB (Red+Green+Blue) = 91+97+84=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6154 is #A49EAB. Grayscale: #5D5D5D. Windows color (decimal): -10788524 or 5529947. OLE color: 5529947.
HSL color Cylindrical-coordinate representation of color #5B6154: hue angle of 87.69º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B6154 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 84 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.62 |
| HSL | 87.69º | 0.07% | 0.35% | - |
| HSV(B) | 87.69º | 0.13% | 0.38% | - |
| XYZ | 10.19 | 11.41 | 10.05 | - |
| YUV | 93.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 84 | 0.06 | 0 | 0.13 | 0.62 | 87.69 | 0.07 | 0.35 |
| Hex | 5B | 61 | 54 | 6 | 0 | D | 3E | 58 | 7 | 23 |
| Octal | 133 | 141 | 124 | 6 | 0 | 15 | 76 | 130 | 7 | 43 |
| Binary | 1011011 | 1100001 | 1010100 | 110 | 0 | 1101 | 111110 | 1011000 | 111 | 100011 |
Color Harmonies of #5B6154
Complementary color
Monochromatic Colors of #5B6154
Black with #5B6154
Text Example
Text Example
White with #5B6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6154; }
p { color: rgb(91,97,84); }
H1.HeaderClassName
{
color: #5B6154;
}
.AnyTagClassName
{
color: #5B6154;
}
</style>
background-color css
<style>
a { background-color: #5B6154; }
a { background-color: rgb(91,97,84); }
div.DivClassName
{
background-color: #5B6154;
}
.BgClassName
{
background-color: #5B6154;
}
</style>
border-color css
<style>
span { border-color: #5B6154; }
span { border-color: rgb(91,97,84); }
td.TdClassName
{
border-color: #5B6154;
}
.TagClassName
{
border-color: #5B6154;
}
</style>