Shades of Chicago #5B6451
Tints of Chicago #5B6451
RGB
CMYK
RGB Variations
Color information
#5B6451 (or 0x5B6451) is known color: Chicago. HEX triplet: 5B, 64 and 51. RGB value is (91,100,81). Sum of RGB (Red+Green+Blue) = 91+100+81=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #5B6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6451 is #A49BAE. Grayscale: #5F5F5F. Windows color (decimal): -10787759 or 5334107. OLE color: 5334107.
HSL color Cylindrical-coordinate representation of color #5B6451: hue angle of 88.42º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6451 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 81 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.61 |
| HSL | 88.42º | 0.1% | 0.35% | - |
| HSV(B) | 88.42º | 0.19% | 0.39% | - |
| XYZ | 10.36 | 11.93 | 9.54 | - |
| YUV | 95.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 81 | 0.09 | 0 | 0.19 | 0.61 | 88.42 | 0.1 | 0.35 |
| Hex | 5B | 64 | 51 | 9 | 0 | 13 | 3D | 58 | A | 23 |
| Octal | 133 | 144 | 121 | 11 | 0 | 23 | 75 | 130 | 12 | 43 |
| Binary | 1011011 | 1100100 | 1010001 | 1001 | 0 | 10011 | 111101 | 1011000 | 1010 | 100011 |
Color Harmonies of #5B6451
Complementary color
Monochromatic Colors of #5B6451
Black with #5B6451
Text Example
Text Example
White with #5B6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6451; }
p { color: rgb(91,100,81); }
H1.HeaderClassName
{
color: #5B6451;
}
.AnyTagClassName
{
color: #5B6451;
}
</style>
background-color css
<style>
a { background-color: #5B6451; }
a { background-color: rgb(91,100,81); }
div.DivClassName
{
background-color: #5B6451;
}
.BgClassName
{
background-color: #5B6451;
}
</style>
border-color css
<style>
span { border-color: #5B6451; }
span { border-color: rgb(91,100,81); }
td.TdClassName
{
border-color: #5B6451;
}
.TagClassName
{
border-color: #5B6451;
}
</style>