Shades of Chicago #5E674E
Tints of Chicago #5E674E
RGB
CMYK
RGB Variations
Color information
#5E674E (or 0x5E674E) is known color: Chicago. HEX triplet: 5E, 67 and 4E. RGB value is (94,103,78). Sum of RGB (Red+Green+Blue) = 94+103+78=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #5E674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E674E is #A198B1. Grayscale: #616161. Windows color (decimal): -10590386 or 5138270. OLE color: 5138270.
HSL color Cylindrical-coordinate representation of color #5E674E: hue angle of 81.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E674E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 103 | 78 | - |
CMYK | 0.09 | 0 | 0.24 | 0.60 |
HSL | 81.6º | 0.14% | 0.35% | - |
HSV(B) | 81.6º | 0.24% | 0.4% | - |
XYZ | 10.84 | 12.63 | 9.07 | - |
YUV | 97.46 | 117.02 | 125.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 103 | 78 | 0.09 | 0 | 0.24 | 0.60 | 81.6 | 0.14 | 0.35 |
Hex | 5E | 67 | 4E | 9 | 0 | 18 | 3C | 52 | E | 23 |
Octal | 136 | 147 | 116 | 11 | 0 | 30 | 74 | 122 | 16 | 43 |
Binary | 1011110 | 1100111 | 1001110 | 1001 | 0 | 11000 | 111100 | 1010010 | 1110 | 100011 |
Color Harmonies of #5E674E
Complementary color
Monochromatic Colors of #5E674E
Black with #5E674E
Text Example
Text Example
White with #5E674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E674E; }
p { color: rgb(94,103,78); }
H1.HeaderClassName
{
color: #5E674E;
}
.AnyTagClassName
{
color: #5E674E;
}
</style>
background-color css
<style>
a { background-color: #5E674E; }
a { background-color: rgb(94,103,78); }
div.DivClassName
{
background-color: #5E674E;
}
.BgClassName
{
background-color: #5E674E;
}
</style>
border-color css
<style>
span { border-color: #5E674E; }
span { border-color: rgb(94,103,78); }
td.TdClassName
{
border-color: #5E674E;
}
.TagClassName
{
border-color: #5E674E;
}
</style>