Shades of Chicago #5E6457
Tints of Chicago #5E6457
RGB
CMYK
RGB Variations
Color information
#5E6457 (or 0x5E6457) is known color: Chicago. HEX triplet: 5E, 64 and 57. RGB value is (94,100,87). Sum of RGB (Red+Green+Blue) = 94+100+87=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6457 is #A19BA8. Grayscale: #606060. Windows color (decimal): -10591145 or 5727326. OLE color: 5727326.
HSL color Cylindrical-coordinate representation of color #5E6457: hue angle of 87.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E6457 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 100 | 87 | - |
CMYK | 0.06 | 0 | 0.13 | 0.61 |
HSL | 87.69º | 0.07% | 0.37% | - |
HSV(B) | 87.69º | 0.13% | 0.39% | - |
XYZ | 10.89 | 12.18 | 10.79 | - |
YUV | 96.72 | 122.51 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 100 | 87 | 0.06 | 0 | 0.13 | 0.61 | 87.69 | 0.07 | 0.37 |
Hex | 5E | 64 | 57 | 6 | 0 | D | 3D | 58 | 7 | 25 |
Octal | 136 | 144 | 127 | 6 | 0 | 15 | 75 | 130 | 7 | 45 |
Binary | 1011110 | 1100100 | 1010111 | 110 | 0 | 1101 | 111101 | 1011000 | 111 | 100101 |
Color Harmonies of #5E6457
Complementary color
Monochromatic Colors of #5E6457
Black with #5E6457
Text Example
Text Example
White with #5E6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6457; }
p { color: rgb(94,100,87); }
H1.HeaderClassName
{
color: #5E6457;
}
.AnyTagClassName
{
color: #5E6457;
}
</style>
background-color css
<style>
a { background-color: #5E6457; }
a { background-color: rgb(94,100,87); }
div.DivClassName
{
background-color: #5E6457;
}
.BgClassName
{
background-color: #5E6457;
}
</style>
border-color css
<style>
span { border-color: #5E6457; }
span { border-color: rgb(94,100,87); }
td.TdClassName
{
border-color: #5E6457;
}
.TagClassName
{
border-color: #5E6457;
}
</style>