Shades of Chicago #5E6458
Tints of Chicago #5E6458
RGB
CMYK
RGB Variations
Color information
#5E6458 (or 0x5E6458) is known color: Chicago. HEX triplet: 5E, 64 and 58. RGB value is (94,100,88). Sum of RGB (Red+Green+Blue) = 94+100+88=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6458 is #A19BA7. Grayscale: #606060. Windows color (decimal): -10591144 or 5792862. OLE color: 5792862.
HSL color Cylindrical-coordinate representation of color #5E6458: hue angle of 90º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5E6458 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 100 | 88 | - |
CMYK | 0.06 | 0 | 0.12 | 0.61 |
HSL | 90º | 0.06% | 0.37% | - |
HSV(B) | 90º | 0.12% | 0.39% | - |
XYZ | 10.93 | 12.2 | 11.01 | - |
YUV | 96.84 | 123.01 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 100 | 88 | 0.06 | 0 | 0.12 | 0.61 | 90 | 0.06 | 0.37 |
Hex | 5E | 64 | 58 | 6 | 0 | C | 3D | 5A | 6 | 25 |
Octal | 136 | 144 | 130 | 6 | 0 | 14 | 75 | 132 | 6 | 45 |
Binary | 1011110 | 1100100 | 1011000 | 110 | 0 | 1100 | 111101 | 1011010 | 110 | 100101 |
Color Harmonies of #5E6458
Complementary color
Monochromatic Colors of #5E6458
Black with #5E6458
Text Example
Text Example
White with #5E6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6458; }
p { color: rgb(94,100,88); }
H1.HeaderClassName
{
color: #5E6458;
}
.AnyTagClassName
{
color: #5E6458;
}
</style>
background-color css
<style>
a { background-color: #5E6458; }
a { background-color: rgb(94,100,88); }
div.DivClassName
{
background-color: #5E6458;
}
.BgClassName
{
background-color: #5E6458;
}
</style>
border-color css
<style>
span { border-color: #5E6458; }
span { border-color: rgb(94,100,88); }
td.TdClassName
{
border-color: #5E6458;
}
.TagClassName
{
border-color: #5E6458;
}
</style>