Shades of Chicago #565B4D
Tints of Chicago #565B4D
RGB
CMYK
RGB Variations
Color information
#565B4D (or 0x565B4D) is known color: Chicago. HEX triplet: 56, 5B and 4D. RGB value is (86,91,77). Sum of RGB (Red+Green+Blue) = 86+91+77=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 91 - color contains mainly: green. Hex color #565B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B4D is #A9A4B2. Grayscale: #575757. Windows color (decimal): -11117747 or 5069654. OLE color: 5069654.
HSL color Cylindrical-coordinate representation of color #565B4D: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #565B4D is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 91 | 77 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.64 |
| HSL | 81.43º | 0.08% | 0.33% | - |
| HSV(B) | 81.43º | 0.15% | 0.36% | - |
| XYZ | 8.92 | 10 | 8.48 | - |
| YUV | 87.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 77 | 0.05 | 0 | 0.15 | 0.64 | 81.43 | 0.08 | 0.33 |
| Hex | 56 | 5B | 4D | 5 | 0 | F | 40 | 51 | 8 | 21 |
| Octal | 126 | 133 | 115 | 5 | 0 | 17 | 100 | 121 | 10 | 41 |
| Binary | 1010110 | 1011011 | 1001101 | 101 | 0 | 1111 | 1000000 | 1010001 | 1000 | 100001 |
Color Harmonies of #565B4D
Complementary color
Monochromatic Colors of #565B4D
Black with #565B4D
Text Example
Text Example
White with #565B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B4D; }
p { color: rgb(86,91,77); }
H1.HeaderClassName
{
color: #565B4D;
}
.AnyTagClassName
{
color: #565B4D;
}
</style>
background-color css
<style>
a { background-color: #565B4D; }
a { background-color: rgb(86,91,77); }
div.DivClassName
{
background-color: #565B4D;
}
.BgClassName
{
background-color: #565B4D;
}
</style>
border-color css
<style>
span { border-color: #565B4D; }
span { border-color: rgb(86,91,77); }
td.TdClassName
{
border-color: #565B4D;
}
.TagClassName
{
border-color: #565B4D;
}
</style>