Shades of Chicago #5B5D58
Tints of Chicago #5B5D58
RGB
CMYK
RGB Variations
Color information
#5B5D58 (or 0x5B5D58) is known color: Chicago. HEX triplet: 5B, 5D and 58. RGB value is (91,93,88). Sum of RGB (Red+Green+Blue) = 91+93+88=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D58 is #A4A2A7. Grayscale: #5B5B5B. Windows color (decimal): -10789544 or 5791067. OLE color: 5791067.
HSL color Cylindrical-coordinate representation of color #5B5D58: hue angle of 84º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B5D58 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 88 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.64 |
| HSL | 84º | 0.03% | 0.35% | - |
| HSV(B) | 84º | 0.05% | 0.36% | - |
| XYZ | 9.99 | 10.76 | 10.78 | - |
| YUV | 91.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 88 | 0.02 | 0 | 0.05 | 0.64 | 84 | 0.03 | 0.35 |
| Hex | 5B | 5D | 58 | 2 | 0 | 5 | 40 | 54 | 3 | 23 |
| Octal | 133 | 135 | 130 | 2 | 0 | 5 | 100 | 124 | 3 | 43 |
| Binary | 1011011 | 1011101 | 1011000 | 10 | 0 | 101 | 1000000 | 1010100 | 11 | 100011 |
Color Harmonies of #5B5D58
Complementary color
Monochromatic Colors of #5B5D58
Black with #5B5D58
Text Example
Text Example
White with #5B5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D58; }
p { color: rgb(91,93,88); }
H1.HeaderClassName
{
color: #5B5D58;
}
.AnyTagClassName
{
color: #5B5D58;
}
</style>
background-color css
<style>
a { background-color: #5B5D58; }
a { background-color: rgb(91,93,88); }
div.DivClassName
{
background-color: #5B5D58;
}
.BgClassName
{
background-color: #5B5D58;
}
</style>
border-color css
<style>
span { border-color: #5B5D58; }
span { border-color: rgb(91,93,88); }
td.TdClassName
{
border-color: #5B5D58;
}
.TagClassName
{
border-color: #5B5D58;
}
</style>