Shades of Chicago #5A5C57
Tints of Chicago #5A5C57
RGB
CMYK
RGB Variations
Color information
#5A5C57 (or 0x5A5C57) is known color: Chicago. HEX triplet: 5A, 5C and 57. RGB value is (90,92,87). Sum of RGB (Red+Green+Blue) = 90+92+87=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C57 is #A5A3A8. Grayscale: #5A5A5A. Windows color (decimal): -10855337 or 5725274. OLE color: 5725274.
HSL color Cylindrical-coordinate representation of color #5A5C57: 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 #5A5C57 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 87 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.64 |
| HSL | 84º | 0.03% | 0.35% | - |
| HSV(B) | 84º | 0.05% | 0.36% | - |
| XYZ | 9.76 | 10.52 | 10.53 | - |
| YUV | 90.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 87 | 0.02 | 0 | 0.05 | 0.64 | 84 | 0.03 | 0.35 |
| Hex | 5A | 5C | 57 | 2 | 0 | 5 | 40 | 54 | 3 | 23 |
| Octal | 132 | 134 | 127 | 2 | 0 | 5 | 100 | 124 | 3 | 43 |
| Binary | 1011010 | 1011100 | 1010111 | 10 | 0 | 101 | 1000000 | 1010100 | 11 | 100011 |
Color Harmonies of #5A5C57
Complementary color
Monochromatic Colors of #5A5C57
Black with #5A5C57
Text Example
Text Example
White with #5A5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C57; }
p { color: rgb(90,92,87); }
H1.HeaderClassName
{
color: #5A5C57;
}
.AnyTagClassName
{
color: #5A5C57;
}
</style>
background-color css
<style>
a { background-color: #5A5C57; }
a { background-color: rgb(90,92,87); }
div.DivClassName
{
background-color: #5A5C57;
}
.BgClassName
{
background-color: #5A5C57;
}
</style>
border-color css
<style>
span { border-color: #5A5C57; }
span { border-color: rgb(90,92,87); }
td.TdClassName
{
border-color: #5A5C57;
}
.TagClassName
{
border-color: #5A5C57;
}
</style>