Shades of Chicago #5B5C51
Tints of Chicago #5B5C51
RGB
CMYK
RGB Variations
Color information
#5B5C51 (or 0x5B5C51) is known color: Chicago. HEX triplet: 5B, 5C and 51. RGB value is (91,92,81). Sum of RGB (Red+Green+Blue) = 91+92+81=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C51 is #A4A3AE. Grayscale: #5A5A5A. Windows color (decimal): -10789807 or 5332059. OLE color: 5332059.
HSL color Cylindrical-coordinate representation of color #5B5C51: hue angle of 65.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5C51 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 81 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.64 |
| HSL | 65.45º | 0.06% | 0.34% | - |
| HSV(B) | 65.45º | 0.12% | 0.36% | - |
| XYZ | 9.63 | 10.47 | 9.3 | - |
| YUV | 90.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 81 | 0.01 | 0 | 0.12 | 0.64 | 65.45 | 0.06 | 0.34 |
| Hex | 5B | 5C | 51 | 1 | 0 | C | 40 | 41 | 6 | 22 |
| Octal | 133 | 134 | 121 | 1 | 0 | 14 | 100 | 101 | 6 | 42 |
| Binary | 1011011 | 1011100 | 1010001 | 1 | 0 | 1100 | 1000000 | 1000001 | 110 | 100010 |
Color Harmonies of #5B5C51
Complementary color
Monochromatic Colors of #5B5C51
Black with #5B5C51
Text Example
Text Example
White with #5B5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C51; }
p { color: rgb(91,92,81); }
H1.HeaderClassName
{
color: #5B5C51;
}
.AnyTagClassName
{
color: #5B5C51;
}
</style>
background-color css
<style>
a { background-color: #5B5C51; }
a { background-color: rgb(91,92,81); }
div.DivClassName
{
background-color: #5B5C51;
}
.BgClassName
{
background-color: #5B5C51;
}
</style>
border-color css
<style>
span { border-color: #5B5C51; }
span { border-color: rgb(91,92,81); }
td.TdClassName
{
border-color: #5B5C51;
}
.TagClassName
{
border-color: #5B5C51;
}
</style>