Shades of Chicago #5E5F5C
Tints of Chicago #5E5F5C
RGB
CMYK
RGB Variations
Color information
#5E5F5C (or 0x5E5F5C) is known color: Chicago. HEX triplet: 5E, 5F and 5C. RGB value is (94,95,92). Sum of RGB (Red+Green+Blue) = 94+95+92=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5F5C is #A1A0A3. Grayscale: #5E5E5E. Windows color (decimal): -10592420 or 6053726. OLE color: 6053726.
HSL color Cylindrical-coordinate representation of color #5E5F5C: hue angle of 80º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5E5F5C is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 95 | 92 | - |
CMYK | 0.01 | 0 | 0.03 | 0.63 |
HSL | 80º | 0.02% | 0.37% | - |
HSV(B) | 80º | 0.03% | 0.37% | - |
XYZ | 10.64 | 11.34 | 11.75 | - |
YUV | 94.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 95 | 92 | 0.01 | 0 | 0.03 | 0.63 | 80 | 0.02 | 0.37 |
Hex | 5E | 5F | 5C | 1 | 0 | 3 | 3F | 50 | 2 | 25 |
Octal | 136 | 137 | 134 | 1 | 0 | 3 | 77 | 120 | 2 | 45 |
Binary | 1011110 | 1011111 | 1011100 | 1 | 0 | 11 | 111111 | 1010000 | 10 | 100101 |
Color Harmonies of #5E5F5C
Complementary color
Monochromatic Colors of #5E5F5C
Black with #5E5F5C
Text Example
Text Example
White with #5E5F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F5C; }
p { color: rgb(94,95,92); }
H1.HeaderClassName
{
color: #5E5F5C;
}
.AnyTagClassName
{
color: #5E5F5C;
}
</style>
background-color css
<style>
a { background-color: #5E5F5C; }
a { background-color: rgb(94,95,92); }
div.DivClassName
{
background-color: #5E5F5C;
}
.BgClassName
{
background-color: #5E5F5C;
}
</style>
border-color css
<style>
span { border-color: #5E5F5C; }
span { border-color: rgb(94,95,92); }
td.TdClassName
{
border-color: #5E5F5C;
}
.TagClassName
{
border-color: #5E5F5C;
}
</style>