Shades of Chicago #5E654E
Tints of Chicago #5E654E
RGB
CMYK
RGB Variations
Color information
#5E654E (or 0x5E654E) is known color: Chicago. HEX triplet: 5E, 65 and 4E. RGB value is (94,101,78). Sum of RGB (Red+Green+Blue) = 94+101+78=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #5E654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E654E is #A19AB1. Grayscale: #606060. Windows color (decimal): -10590898 or 5137758. OLE color: 5137758.
HSL color Cylindrical-coordinate representation of color #5E654E: hue angle of 78.26º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E654E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 101 | 78 | - |
CMYK | 0.07 | 0 | 0.23 | 0.60 |
HSL | 78.26º | 0.13% | 0.35% | - |
HSV(B) | 78.26º | 0.23% | 0.4% | - |
XYZ | 10.64 | 12.24 | 9.01 | - |
YUV | 96.29 | 117.68 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 101 | 78 | 0.07 | 0 | 0.23 | 0.60 | 78.26 | 0.13 | 0.35 |
Hex | 5E | 65 | 4E | 7 | 0 | 17 | 3C | 4E | D | 23 |
Octal | 136 | 145 | 116 | 7 | 0 | 27 | 74 | 116 | 15 | 43 |
Binary | 1011110 | 1100101 | 1001110 | 111 | 0 | 10111 | 111100 | 1001110 | 1101 | 100011 |
Color Harmonies of #5E654E
Complementary color
Monochromatic Colors of #5E654E
Black with #5E654E
Text Example
Text Example
White with #5E654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E654E; }
p { color: rgb(94,101,78); }
H1.HeaderClassName
{
color: #5E654E;
}
.AnyTagClassName
{
color: #5E654E;
}
</style>
background-color css
<style>
a { background-color: #5E654E; }
a { background-color: rgb(94,101,78); }
div.DivClassName
{
background-color: #5E654E;
}
.BgClassName
{
background-color: #5E654E;
}
</style>
border-color css
<style>
span { border-color: #5E654E; }
span { border-color: rgb(94,101,78); }
td.TdClassName
{
border-color: #5E654E;
}
.TagClassName
{
border-color: #5E654E;
}
</style>