Shades of Chicago #5E605C
Tints of Chicago #5E605C
RGB
CMYK
RGB Variations
Color information
#5E605C (or 0x5E605C) is known color: Chicago. HEX triplet: 5E, 60 and 5C. RGB value is (94,96,92). Sum of RGB (Red+Green+Blue) = 94+96+92=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 96 - color contains mainly: green. Hex color #5E605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E605C is #A19FA3. Grayscale: #5E5E5E. Windows color (decimal): -10592164 or 6053982. OLE color: 6053982.
HSL color Cylindrical-coordinate representation of color #5E605C: hue angle of 90º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5E605C is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 96 | 92 | - |
CMYK | 0.02 | 0 | 0.04 | 0.62 |
HSL | 90º | 0.02% | 0.37% | - |
HSV(B) | 90º | 0.04% | 0.38% | - |
XYZ | 10.73 | 11.52 | 11.78 | - |
YUV | 94.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 96 | 92 | 0.02 | 0 | 0.04 | 0.62 | 90 | 0.02 | 0.37 |
Hex | 5E | 60 | 5C | 2 | 0 | 4 | 3E | 5A | 2 | 25 |
Octal | 136 | 140 | 134 | 2 | 0 | 4 | 76 | 132 | 2 | 45 |
Binary | 1011110 | 1100000 | 1011100 | 10 | 0 | 100 | 111110 | 1011010 | 10 | 100101 |
Color Harmonies of #5E605C
Complementary color
Monochromatic Colors of #5E605C
Black with #5E605C
Text Example
Text Example
White with #5E605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E605C; }
p { color: rgb(94,96,92); }
H1.HeaderClassName
{
color: #5E605C;
}
.AnyTagClassName
{
color: #5E605C;
}
</style>
background-color css
<style>
a { background-color: #5E605C; }
a { background-color: rgb(94,96,92); }
div.DivClassName
{
background-color: #5E605C;
}
.BgClassName
{
background-color: #5E605C;
}
</style>
border-color css
<style>
span { border-color: #5E605C; }
span { border-color: rgb(94,96,92); }
td.TdClassName
{
border-color: #5E605C;
}
.TagClassName
{
border-color: #5E605C;
}
</style>