Shades of Chicago #5D6056
Tints of Chicago #5D6056
RGB
CMYK
RGB Variations
Color information
#5D6056 (or 0x5D6056) is known color: Chicago. HEX triplet: 5D, 60 and 56. RGB value is (93,96,86). Sum of RGB (Red+Green+Blue) = 93+96+86=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6056 is #A29FA9. Grayscale: #5E5E5E. Windows color (decimal): -10657706 or 5660765. OLE color: 5660765.
HSL color Cylindrical-coordinate representation of color #5D6056: hue angle of 78º 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 #5D6056 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 86 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.62 |
| HSL | 78º | 0.05% | 0.36% | - |
| HSV(B) | 78º | 0.1% | 0.38% | - |
| XYZ | 10.38 | 11.36 | 10.45 | - |
| YUV | 93.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 86 | 0.03 | 0 | 0.10 | 0.62 | 78 | 0.05 | 0.36 |
| Hex | 5D | 60 | 56 | 3 | 0 | A | 3E | 4E | 5 | 24 |
| Octal | 135 | 140 | 126 | 3 | 0 | 12 | 76 | 116 | 5 | 44 |
| Binary | 1011101 | 1100000 | 1010110 | 11 | 0 | 1010 | 111110 | 1001110 | 101 | 100100 |
Color Harmonies of #5D6056
Complementary color
Monochromatic Colors of #5D6056
Black with #5D6056
Text Example
Text Example
White with #5D6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6056; }
p { color: rgb(93,96,86); }
H1.HeaderClassName
{
color: #5D6056;
}
.AnyTagClassName
{
color: #5D6056;
}
</style>
background-color css
<style>
a { background-color: #5D6056; }
a { background-color: rgb(93,96,86); }
div.DivClassName
{
background-color: #5D6056;
}
.BgClassName
{
background-color: #5D6056;
}
</style>
border-color css
<style>
span { border-color: #5D6056; }
span { border-color: rgb(93,96,86); }
td.TdClassName
{
border-color: #5D6056;
}
.TagClassName
{
border-color: #5D6056;
}
</style>