Shades of Chicago #5E615B
Tints of Chicago #5E615B
RGB
CMYK
RGB Variations
Color information
#5E615B (or 0x5E615B) is known color: Chicago. HEX triplet: 5E, 61 and 5B. RGB value is (94,97,91). Sum of RGB (Red+Green+Blue) = 94+97+91=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5E615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E615B is #A19EA4. Grayscale: #5F5F5F. Windows color (decimal): -10591909 or 5988702. OLE color: 5988702.
HSL color Cylindrical-coordinate representation of color #5E615B: hue angle of 90º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5E615B is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 97 | 91 | - |
CMYK | 0.03 | 0 | 0.06 | 0.62 |
HSL | 90º | 0.03% | 0.37% | - |
HSV(B) | 90º | 0.06% | 0.38% | - |
XYZ | 10.78 | 11.68 | 11.58 | - |
YUV | 95.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 97 | 91 | 0.03 | 0 | 0.06 | 0.62 | 90 | 0.03 | 0.37 |
Hex | 5E | 61 | 5B | 3 | 0 | 6 | 3E | 5A | 3 | 25 |
Octal | 136 | 141 | 133 | 3 | 0 | 6 | 76 | 132 | 3 | 45 |
Binary | 1011110 | 1100001 | 1011011 | 11 | 0 | 110 | 111110 | 1011010 | 11 | 100101 |
Color Harmonies of #5E615B
Complementary color
Monochromatic Colors of #5E615B
Black with #5E615B
Text Example
Text Example
White with #5E615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E615B; }
p { color: rgb(94,97,91); }
H1.HeaderClassName
{
color: #5E615B;
}
.AnyTagClassName
{
color: #5E615B;
}
</style>
background-color css
<style>
a { background-color: #5E615B; }
a { background-color: rgb(94,97,91); }
div.DivClassName
{
background-color: #5E615B;
}
.BgClassName
{
background-color: #5E615B;
}
</style>
border-color css
<style>
span { border-color: #5E615B; }
span { border-color: rgb(94,97,91); }
td.TdClassName
{
border-color: #5E615B;
}
.TagClassName
{
border-color: #5E615B;
}
</style>