Shades of Chicago #5E644E
Tints of Chicago #5E644E
RGB
CMYK
RGB Variations
Color information
#5E644E (or 0x5E644E) is known color: Chicago. HEX triplet: 5E, 64 and 4E. RGB value is (94,100,78). Sum of RGB (Red+Green+Blue) = 94+100+78=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #5E644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E644E is #A19BB1. Grayscale: #5F5F5F. Windows color (decimal): -10591154 or 5137502. OLE color: 5137502.
HSL color Cylindrical-coordinate representation of color #5E644E: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E644E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 100 | 78 | - |
CMYK | 0.06 | 0 | 0.22 | 0.61 |
HSL | 76.36º | 0.12% | 0.35% | - |
HSV(B) | 76.36º | 0.22% | 0.39% | - |
XYZ | 10.55 | 12.04 | 8.98 | - |
YUV | 95.7 | 118.01 | 126.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 100 | 78 | 0.06 | 0 | 0.22 | 0.61 | 76.36 | 0.12 | 0.35 |
Hex | 5E | 64 | 4E | 6 | 0 | 16 | 3D | 4C | C | 23 |
Octal | 136 | 144 | 116 | 6 | 0 | 26 | 75 | 114 | 14 | 43 |
Binary | 1011110 | 1100100 | 1001110 | 110 | 0 | 10110 | 111101 | 1001100 | 1100 | 100011 |
Color Harmonies of #5E644E
Complementary color
Monochromatic Colors of #5E644E
Black with #5E644E
Text Example
Text Example
White with #5E644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E644E; }
p { color: rgb(94,100,78); }
H1.HeaderClassName
{
color: #5E644E;
}
.AnyTagClassName
{
color: #5E644E;
}
</style>
background-color css
<style>
a { background-color: #5E644E; }
a { background-color: rgb(94,100,78); }
div.DivClassName
{
background-color: #5E644E;
}
.BgClassName
{
background-color: #5E644E;
}
</style>
border-color css
<style>
span { border-color: #5E644E; }
span { border-color: rgb(94,100,78); }
td.TdClassName
{
border-color: #5E644E;
}
.TagClassName
{
border-color: #5E644E;
}
</style>