Shades of Chicago #5B6255
Tints of Chicago #5B6255
RGB
CMYK
RGB Variations
Color information
#5B6255 (or 0x5B6255) is known color: Chicago. HEX triplet: 5B, 62 and 55. RGB value is (91,98,85). Sum of RGB (Red+Green+Blue) = 91+98+85=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6255 is #A49DAA. Grayscale: #5E5E5E. Windows color (decimal): -10788267 or 5595739. OLE color: 5595739.
HSL color Cylindrical-coordinate representation of color #5B6255: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B6255 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 85 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.62 |
| HSL | 92.31º | 0.07% | 0.36% | - |
| HSV(B) | 92.31º | 0.13% | 0.38% | - |
| XYZ | 10.32 | 11.62 | 10.29 | - |
| YUV | 94.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 85 | 0.07 | 0 | 0.13 | 0.62 | 92.31 | 0.07 | 0.36 |
| Hex | 5B | 62 | 55 | 7 | 0 | D | 3E | 5C | 7 | 24 |
| Octal | 133 | 142 | 125 | 7 | 0 | 15 | 76 | 134 | 7 | 44 |
| Binary | 1011011 | 1100010 | 1010101 | 111 | 0 | 1101 | 111110 | 1011100 | 111 | 100100 |
Color Harmonies of #5B6255
Complementary color
Monochromatic Colors of #5B6255
Black with #5B6255
Text Example
Text Example
White with #5B6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6255; }
p { color: rgb(91,98,85); }
H1.HeaderClassName
{
color: #5B6255;
}
.AnyTagClassName
{
color: #5B6255;
}
</style>
background-color css
<style>
a { background-color: #5B6255; }
a { background-color: rgb(91,98,85); }
div.DivClassName
{
background-color: #5B6255;
}
.BgClassName
{
background-color: #5B6255;
}
</style>
border-color css
<style>
span { border-color: #5B6255; }
span { border-color: rgb(91,98,85); }
td.TdClassName
{
border-color: #5B6255;
}
.TagClassName
{
border-color: #5B6255;
}
</style>