Shades of Chicago #5E624F
Tints of Chicago #5E624F
RGB
CMYK
RGB Variations
Color information
#5E624F (or 0x5E624F) is known color: Chicago. HEX triplet: 5E, 62 and 4F. RGB value is (94,98,79). Sum of RGB (Red+Green+Blue) = 94+98+79=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #5E624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E624F is #A19DB0. Grayscale: #5E5E5E. Windows color (decimal): -10591665 or 5202526. OLE color: 5202526.
HSL color Cylindrical-coordinate representation of color #5E624F: hue angle of 72.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E624F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 79 | - |
CMYK | 0.04 | 0 | 0.19 | 0.62 |
HSL | 72.63º | 0.11% | 0.35% | - |
HSV(B) | 72.63º | 0.19% | 0.38% | - |
XYZ | 10.4 | 11.68 | 9.1 | - |
YUV | 94.64 | 119.17 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 79 | 0.04 | 0 | 0.19 | 0.62 | 72.63 | 0.11 | 0.35 |
Hex | 5E | 62 | 4F | 4 | 0 | 13 | 3E | 49 | B | 23 |
Octal | 136 | 142 | 117 | 4 | 0 | 23 | 76 | 111 | 13 | 43 |
Binary | 1011110 | 1100010 | 1001111 | 100 | 0 | 10011 | 111110 | 1001001 | 1011 | 100011 |
Color Harmonies of #5E624F
Complementary color
Monochromatic Colors of #5E624F
Black with #5E624F
Text Example
Text Example
White with #5E624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E624F; }
p { color: rgb(94,98,79); }
H1.HeaderClassName
{
color: #5E624F;
}
.AnyTagClassName
{
color: #5E624F;
}
</style>
background-color css
<style>
a { background-color: #5E624F; }
a { background-color: rgb(94,98,79); }
div.DivClassName
{
background-color: #5E624F;
}
.BgClassName
{
background-color: #5E624F;
}
</style>
border-color css
<style>
span { border-color: #5E624F; }
span { border-color: rgb(94,98,79); }
td.TdClassName
{
border-color: #5E624F;
}
.TagClassName
{
border-color: #5E624F;
}
</style>