Shades of Chicago #5E6453
Tints of Chicago #5E6453
RGB
CMYK
RGB Variations
Color information
#5E6453 (or 0x5E6453) is known color: Chicago. HEX triplet: 5E, 64 and 53. RGB value is (94,100,83). Sum of RGB (Red+Green+Blue) = 94+100+83=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6453 is #A19BAC. Grayscale: #606060. Windows color (decimal): -10591149 or 5465182. OLE color: 5465182.
HSL color Cylindrical-coordinate representation of color #5E6453: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6453 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 83 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.61 |
| HSL | 81.18º | 0.09% | 0.36% | - |
| HSV(B) | 81.18º | 0.17% | 0.39% | - |
| XYZ | 10.73 | 12.12 | 9.96 | - |
| YUV | 96.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 83 | 0.06 | 0 | 0.17 | 0.61 | 81.18 | 0.09 | 0.36 |
| Hex | 5E | 64 | 53 | 6 | 0 | 11 | 3D | 51 | 9 | 24 |
| Octal | 136 | 144 | 123 | 6 | 0 | 21 | 75 | 121 | 11 | 44 |
| Binary | 1011110 | 1100100 | 1010011 | 110 | 0 | 10001 | 111101 | 1010001 | 1001 | 100100 |
Color Harmonies of #5E6453
Complementary color
Monochromatic Colors of #5E6453
Black with #5E6453
Text Example
Text Example
White with #5E6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6453; }
p { color: rgb(94,100,83); }
H1.HeaderClassName
{
color: #5E6453;
}
.AnyTagClassName
{
color: #5E6453;
}
</style>
background-color css
<style>
a { background-color: #5E6453; }
a { background-color: rgb(94,100,83); }
div.DivClassName
{
background-color: #5E6453;
}
.BgClassName
{
background-color: #5E6453;
}
</style>
border-color css
<style>
span { border-color: #5E6453; }
span { border-color: rgb(94,100,83); }
td.TdClassName
{
border-color: #5E6453;
}
.TagClassName
{
border-color: #5E6453;
}
</style>