Shades of Chicago #5E654C
Tints of Chicago #5E654C
RGB
CMYK
RGB Variations
Color information
#5E654C (or 0x5E654C) is known color: Chicago. HEX triplet: 5E, 65 and 4C. RGB value is (94,101,76). Sum of RGB (Red+Green+Blue) = 94+101+76=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #5E654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E654C is #A19AB3. Grayscale: #606060. Windows color (decimal): -10590900 or 5006686. OLE color: 5006686.
HSL color Cylindrical-coordinate representation of color #5E654C: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E654C is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 76 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.60 |
| HSL | 76.8º | 0.14% | 0.35% | - |
| HSV(B) | 76.8º | 0.25% | 0.4% | - |
| XYZ | 10.57 | 12.21 | 8.64 | - |
| YUV | 96.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 76 | 0.07 | 0 | 0.25 | 0.60 | 76.8 | 0.14 | 0.35 |
| Hex | 5E | 65 | 4C | 7 | 0 | 19 | 3C | 4D | E | 23 |
| Octal | 136 | 145 | 114 | 7 | 0 | 31 | 74 | 115 | 16 | 43 |
| Binary | 1011110 | 1100101 | 1001100 | 111 | 0 | 11001 | 111100 | 1001101 | 1110 | 100011 |
Color Harmonies of #5E654C
Complementary color
Monochromatic Colors of #5E654C
Black with #5E654C
Text Example
Text Example
White with #5E654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E654C; }
p { color: rgb(94,101,76); }
H1.HeaderClassName
{
color: #5E654C;
}
.AnyTagClassName
{
color: #5E654C;
}
</style>
background-color css
<style>
a { background-color: #5E654C; }
a { background-color: rgb(94,101,76); }
div.DivClassName
{
background-color: #5E654C;
}
.BgClassName
{
background-color: #5E654C;
}
</style>
border-color css
<style>
span { border-color: #5E654C; }
span { border-color: rgb(94,101,76); }
td.TdClassName
{
border-color: #5E654C;
}
.TagClassName
{
border-color: #5E654C;
}
</style>