Shades of Chicago #5B5C58
Tints of Chicago #5B5C58
RGB
CMYK
RGB Variations
Color information
#5B5C58 (or 0x5B5C58) is known color: Chicago. HEX triplet: 5B, 5C and 58. RGB value is (91,92,88). Sum of RGB (Red+Green+Blue) = 91+92+88=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C58 is #A4A3A7. Grayscale: #5B5B5B. Windows color (decimal): -10789800 or 5790811. OLE color: 5790811.
HSL color Cylindrical-coordinate representation of color #5B5C58: hue angle of 75º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5B5C58 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 88 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.64 |
| HSL | 75º | 0.02% | 0.35% | - |
| HSV(B) | 75º | 0.04% | 0.36% | - |
| XYZ | 9.9 | 10.58 | 10.75 | - |
| YUV | 91.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 88 | 0.01 | 0 | 0.04 | 0.64 | 75 | 0.02 | 0.35 |
| Hex | 5B | 5C | 58 | 1 | 0 | 4 | 40 | 4B | 2 | 23 |
| Octal | 133 | 134 | 130 | 1 | 0 | 4 | 100 | 113 | 2 | 43 |
| Binary | 1011011 | 1011100 | 1011000 | 1 | 0 | 100 | 1000000 | 1001011 | 10 | 100011 |
Color Harmonies of #5B5C58
Complementary color
Monochromatic Colors of #5B5C58
Black with #5B5C58
Text Example
Text Example
White with #5B5C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C58; }
p { color: rgb(91,92,88); }
H1.HeaderClassName
{
color: #5B5C58;
}
.AnyTagClassName
{
color: #5B5C58;
}
</style>
background-color css
<style>
a { background-color: #5B5C58; }
a { background-color: rgb(91,92,88); }
div.DivClassName
{
background-color: #5B5C58;
}
.BgClassName
{
background-color: #5B5C58;
}
</style>
border-color css
<style>
span { border-color: #5B5C58; }
span { border-color: rgb(91,92,88); }
td.TdClassName
{
border-color: #5B5C58;
}
.TagClassName
{
border-color: #5B5C58;
}
</style>