Shades of Chicago #5B6051
Tints of Chicago #5B6051
RGB
CMYK
RGB Variations
Color information
#5B6051 (or 0x5B6051) is known color: Chicago. HEX triplet: 5B, 60 and 51. RGB value is (91,96,81). Sum of RGB (Red+Green+Blue) = 91+96+81=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6051 is #A49FAE. Grayscale: #5C5C5C. Windows color (decimal): -10788783 or 5333083. OLE color: 5333083.
HSL color Cylindrical-coordinate representation of color #5B6051: hue angle of 80º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B6051 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 81 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.62 |
| HSL | 80º | 0.08% | 0.35% | - |
| HSV(B) | 80º | 0.16% | 0.38% | - |
| XYZ | 9.98 | 11.18 | 9.42 | - |
| YUV | 92.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 81 | 0.05 | 0 | 0.16 | 0.62 | 80 | 0.08 | 0.35 |
| Hex | 5B | 60 | 51 | 5 | 0 | 10 | 3E | 50 | 8 | 23 |
| Octal | 133 | 140 | 121 | 5 | 0 | 20 | 76 | 120 | 10 | 43 |
| Binary | 1011011 | 1100000 | 1010001 | 101 | 0 | 10000 | 111110 | 1010000 | 1000 | 100011 |
Color Harmonies of #5B6051
Complementary color
Monochromatic Colors of #5B6051
Black with #5B6051
Text Example
Text Example
White with #5B6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6051; }
p { color: rgb(91,96,81); }
H1.HeaderClassName
{
color: #5B6051;
}
.AnyTagClassName
{
color: #5B6051;
}
</style>
background-color css
<style>
a { background-color: #5B6051; }
a { background-color: rgb(91,96,81); }
div.DivClassName
{
background-color: #5B6051;
}
.BgClassName
{
background-color: #5B6051;
}
</style>
border-color css
<style>
span { border-color: #5B6051; }
span { border-color: rgb(91,96,81); }
td.TdClassName
{
border-color: #5B6051;
}
.TagClassName
{
border-color: #5B6051;
}
</style>