Shades of Chicago #5B6254
Tints of Chicago #5B6254
RGB
CMYK
RGB Variations
Color information
#5B6254 (or 0x5B6254) is known color: Chicago. HEX triplet: 5B, 62 and 54. RGB value is (91,98,84). Sum of RGB (Red+Green+Blue) = 91+98+84=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6254 is #A49DAB. Grayscale: #5E5E5E. Windows color (decimal): -10788268 or 5530203. OLE color: 5530203.
HSL color Cylindrical-coordinate representation of color #5B6254: hue angle of 90º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B6254 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 84 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.62 |
| HSL | 90º | 0.08% | 0.36% | - |
| HSV(B) | 90º | 0.14% | 0.38% | - |
| XYZ | 10.28 | 11.6 | 10.08 | - |
| YUV | 94.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 84 | 0.07 | 0 | 0.14 | 0.62 | 90 | 0.08 | 0.36 |
| Hex | 5B | 62 | 54 | 7 | 0 | E | 3E | 5A | 8 | 24 |
| Octal | 133 | 142 | 124 | 7 | 0 | 16 | 76 | 132 | 10 | 44 |
| Binary | 1011011 | 1100010 | 1010100 | 111 | 0 | 1110 | 111110 | 1011010 | 1000 | 100100 |
Color Harmonies of #5B6254
Complementary color
Monochromatic Colors of #5B6254
Black with #5B6254
Text Example
Text Example
White with #5B6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6254; }
p { color: rgb(91,98,84); }
H1.HeaderClassName
{
color: #5B6254;
}
.AnyTagClassName
{
color: #5B6254;
}
</style>
background-color css
<style>
a { background-color: #5B6254; }
a { background-color: rgb(91,98,84); }
div.DivClassName
{
background-color: #5B6254;
}
.BgClassName
{
background-color: #5B6254;
}
</style>
border-color css
<style>
span { border-color: #5B6254; }
span { border-color: rgb(91,98,84); }
td.TdClassName
{
border-color: #5B6254;
}
.TagClassName
{
border-color: #5B6254;
}
</style>