Shades of Chicago #5D6157
Tints of Chicago #5D6157
RGB
CMYK
RGB Variations
Color information
#5D6157 (or 0x5D6157) is known color: Chicago. HEX triplet: 5D, 61 and 57. RGB value is (93,97,87). Sum of RGB (Red+Green+Blue) = 93+97+87=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6157 is #A29EA8. Grayscale: #5E5E5E. Windows color (decimal): -10657449 or 5726557. OLE color: 5726557.
HSL color Cylindrical-coordinate representation of color #5D6157: hue angle of 84º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D6157 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 87 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.62 |
| HSL | 84º | 0.05% | 0.36% | - |
| HSV(B) | 84º | 0.1% | 0.38% | - |
| XYZ | 10.51 | 11.56 | 10.7 | - |
| YUV | 94.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 87 | 0.04 | 0 | 0.10 | 0.62 | 84 | 0.05 | 0.36 |
| Hex | 5D | 61 | 57 | 4 | 0 | A | 3E | 54 | 5 | 24 |
| Octal | 135 | 141 | 127 | 4 | 0 | 12 | 76 | 124 | 5 | 44 |
| Binary | 1011101 | 1100001 | 1010111 | 100 | 0 | 1010 | 111110 | 1010100 | 101 | 100100 |
Color Harmonies of #5D6157
Complementary color
Monochromatic Colors of #5D6157
Black with #5D6157
Text Example
Text Example
White with #5D6157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6157; }
p { color: rgb(93,97,87); }
H1.HeaderClassName
{
color: #5D6157;
}
.AnyTagClassName
{
color: #5D6157;
}
</style>
background-color css
<style>
a { background-color: #5D6157; }
a { background-color: rgb(93,97,87); }
div.DivClassName
{
background-color: #5D6157;
}
.BgClassName
{
background-color: #5D6157;
}
</style>
border-color css
<style>
span { border-color: #5D6157; }
span { border-color: rgb(93,97,87); }
td.TdClassName
{
border-color: #5D6157;
}
.TagClassName
{
border-color: #5D6157;
}
</style>