Shades of Chicago #5E674B
Tints of Chicago #5E674B
RGB
CMYK
RGB Variations
Color information
#5E674B (or 0x5E674B) is known color: Chicago. HEX triplet: 5E, 67 and 4B. RGB value is (94,103,75). Sum of RGB (Red+Green+Blue) = 94+103+75=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #5E674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E674B is #A198B4. Grayscale: #616161. Windows color (decimal): -10590389 or 4941662. OLE color: 4941662.
HSL color Cylindrical-coordinate representation of color #5E674B: hue angle of 79.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E674B is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 75 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.60 |
| HSL | 79.29º | 0.16% | 0.35% | - |
| HSV(B) | 79.29º | 0.27% | 0.4% | - |
| XYZ | 10.74 | 12.59 | 8.52 | - |
| YUV | 97.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 75 | 0.09 | 0 | 0.27 | 0.60 | 79.29 | 0.16 | 0.35 |
| Hex | 5E | 67 | 4B | 9 | 0 | 1B | 3C | 4F | 10 | 23 |
| Octal | 136 | 147 | 113 | 11 | 0 | 33 | 74 | 117 | 20 | 43 |
| Binary | 1011110 | 1100111 | 1001011 | 1001 | 0 | 11011 | 111100 | 1001111 | 10000 | 100011 |
Color Harmonies of #5E674B
Complementary color
Monochromatic Colors of #5E674B
Black with #5E674B
Text Example
Text Example
White with #5E674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E674B; }
p { color: rgb(94,103,75); }
H1.HeaderClassName
{
color: #5E674B;
}
.AnyTagClassName
{
color: #5E674B;
}
</style>
background-color css
<style>
a { background-color: #5E674B; }
a { background-color: rgb(94,103,75); }
div.DivClassName
{
background-color: #5E674B;
}
.BgClassName
{
background-color: #5E674B;
}
</style>
border-color css
<style>
span { border-color: #5E674B; }
span { border-color: rgb(94,103,75); }
td.TdClassName
{
border-color: #5E674B;
}
.TagClassName
{
border-color: #5E674B;
}
</style>