Shades of Chicago #5B5D51
Tints of Chicago #5B5D51
RGB
CMYK
RGB Variations
Color information
#5B5D51 (or 0x5B5D51) is known color: Chicago. HEX triplet: 5B, 5D and 51. RGB value is (91,93,81). Sum of RGB (Red+Green+Blue) = 91+93+81=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D51 is #A4A2AE. Grayscale: #5B5B5B. Windows color (decimal): -10789551 or 5332315. OLE color: 5332315.
HSL color Cylindrical-coordinate representation of color #5B5D51: hue angle of 70º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B5D51 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 81 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.64 |
| HSL | 70º | 0.07% | 0.34% | - |
| HSV(B) | 70º | 0.13% | 0.36% | - |
| XYZ | 9.71 | 10.65 | 9.33 | - |
| YUV | 91.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 81 | 0.02 | 0 | 0.13 | 0.64 | 70 | 0.07 | 0.34 |
| Hex | 5B | 5D | 51 | 2 | 0 | D | 40 | 46 | 7 | 22 |
| Octal | 133 | 135 | 121 | 2 | 0 | 15 | 100 | 106 | 7 | 42 |
| Binary | 1011011 | 1011101 | 1010001 | 10 | 0 | 1101 | 1000000 | 1000110 | 111 | 100010 |
Color Harmonies of #5B5D51
Complementary color
Monochromatic Colors of #5B5D51
Black with #5B5D51
Text Example
Text Example
White with #5B5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D51; }
p { color: rgb(91,93,81); }
H1.HeaderClassName
{
color: #5B5D51;
}
.AnyTagClassName
{
color: #5B5D51;
}
</style>
background-color css
<style>
a { background-color: #5B5D51; }
a { background-color: rgb(91,93,81); }
div.DivClassName
{
background-color: #5B5D51;
}
.BgClassName
{
background-color: #5B5D51;
}
</style>
border-color css
<style>
span { border-color: #5B5D51; }
span { border-color: rgb(91,93,81); }
td.TdClassName
{
border-color: #5B5D51;
}
.TagClassName
{
border-color: #5B5D51;
}
</style>