Shades of Chicago #5E6351
Tints of Chicago #5E6351
RGB
CMYK
RGB Variations
Color information
#5E6351 (or 0x5E6351) is known color: Chicago. HEX triplet: 5E, 63 and 51. RGB value is (94,99,81). Sum of RGB (Red+Green+Blue) = 94+99+81=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6351 is #A19CAE. Grayscale: #5F5F5F. Windows color (decimal): -10591407 or 5333854. OLE color: 5333854.
HSL color Cylindrical-coordinate representation of color #5E6351: hue angle of 76.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6351 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 81 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.61 |
| HSL | 76.67º | 0.1% | 0.35% | - |
| HSV(B) | 76.67º | 0.18% | 0.39% | - |
| XYZ | 10.56 | 11.9 | 9.52 | - |
| YUV | 95.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 81 | 0.05 | 0 | 0.18 | 0.61 | 76.67 | 0.1 | 0.35 |
| Hex | 5E | 63 | 51 | 5 | 0 | 12 | 3D | 4D | A | 23 |
| Octal | 136 | 143 | 121 | 5 | 0 | 22 | 75 | 115 | 12 | 43 |
| Binary | 1011110 | 1100011 | 1010001 | 101 | 0 | 10010 | 111101 | 1001101 | 1010 | 100011 |
Color Harmonies of #5E6351
Complementary color
Monochromatic Colors of #5E6351
Black with #5E6351
Text Example
Text Example
White with #5E6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6351; }
p { color: rgb(94,99,81); }
H1.HeaderClassName
{
color: #5E6351;
}
.AnyTagClassName
{
color: #5E6351;
}
</style>
background-color css
<style>
a { background-color: #5E6351; }
a { background-color: rgb(94,99,81); }
div.DivClassName
{
background-color: #5E6351;
}
.BgClassName
{
background-color: #5E6351;
}
</style>
border-color css
<style>
span { border-color: #5E6351; }
span { border-color: rgb(94,99,81); }
td.TdClassName
{
border-color: #5E6351;
}
.TagClassName
{
border-color: #5E6351;
}
</style>