Shades of Chicago #5B6250
Tints of Chicago #5B6250
RGB
CMYK
RGB Variations
Color information
#5B6250 (or 0x5B6250) is known color: Chicago. HEX triplet: 5B, 62 and 50. RGB value is (91,98,80). Sum of RGB (Red+Green+Blue) = 91+98+80=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6250 is #A49DAF. Grayscale: #5D5D5D. Windows color (decimal): -10788272 or 5268059. OLE color: 5268059.
HSL color Cylindrical-coordinate representation of color #5B6250: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B6250 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 80 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.62 |
| HSL | 83.33º | 0.1% | 0.35% | - |
| HSV(B) | 83.33º | 0.18% | 0.38% | - |
| XYZ | 10.13 | 11.54 | 9.28 | - |
| YUV | 93.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 80 | 0.07 | 0 | 0.18 | 0.62 | 83.33 | 0.1 | 0.35 |
| Hex | 5B | 62 | 50 | 7 | 0 | 12 | 3E | 53 | A | 23 |
| Octal | 133 | 142 | 120 | 7 | 0 | 22 | 76 | 123 | 12 | 43 |
| Binary | 1011011 | 1100010 | 1010000 | 111 | 0 | 10010 | 111110 | 1010011 | 1010 | 100011 |
Color Harmonies of #5B6250
Complementary color
Monochromatic Colors of #5B6250
Black with #5B6250
Text Example
Text Example
White with #5B6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6250; }
p { color: rgb(91,98,80); }
H1.HeaderClassName
{
color: #5B6250;
}
.AnyTagClassName
{
color: #5B6250;
}
</style>
background-color css
<style>
a { background-color: #5B6250; }
a { background-color: rgb(91,98,80); }
div.DivClassName
{
background-color: #5B6250;
}
.BgClassName
{
background-color: #5B6250;
}
</style>
border-color css
<style>
span { border-color: #5B6250; }
span { border-color: rgb(91,98,80); }
td.TdClassName
{
border-color: #5B6250;
}
.TagClassName
{
border-color: #5B6250;
}
</style>