Shades of Chicago #565A4B
Tints of Chicago #565A4B
RGB
CMYK
RGB Variations
Color information
#565A4B (or 0x565A4B) is known color: Chicago. HEX triplet: 56, 5A and 4B. RGB value is (86,90,75). Sum of RGB (Red+Green+Blue) = 86+90+75=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #565A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A4B is #A9A5B4. Grayscale: #575757. Windows color (decimal): -11118005 or 4938326. OLE color: 4938326.
HSL color Cylindrical-coordinate representation of color #565A4B: hue angle of 76º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565A4B is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 75 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.65 |
| HSL | 76º | 0.09% | 0.32% | - |
| HSV(B) | 76º | 0.17% | 0.35% | - |
| XYZ | 8.76 | 9.8 | 8.09 | - |
| YUV | 87.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 75 | 0.04 | 0 | 0.17 | 0.65 | 76 | 0.09 | 0.32 |
| Hex | 56 | 5A | 4B | 4 | 0 | 11 | 41 | 4C | 9 | 20 |
| Octal | 126 | 132 | 113 | 4 | 0 | 21 | 101 | 114 | 11 | 40 |
| Binary | 1010110 | 1011010 | 1001011 | 100 | 0 | 10001 | 1000001 | 1001100 | 1001 | 100000 |
Color Harmonies of #565A4B
Complementary color
Monochromatic Colors of #565A4B
Black with #565A4B
Text Example
Text Example
White with #565A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A4B; }
p { color: rgb(86,90,75); }
H1.HeaderClassName
{
color: #565A4B;
}
.AnyTagClassName
{
color: #565A4B;
}
</style>
background-color css
<style>
a { background-color: #565A4B; }
a { background-color: rgb(86,90,75); }
div.DivClassName
{
background-color: #565A4B;
}
.BgClassName
{
background-color: #565A4B;
}
</style>
border-color css
<style>
span { border-color: #565A4B; }
span { border-color: rgb(86,90,75); }
td.TdClassName
{
border-color: #565A4B;
}
.TagClassName
{
border-color: #565A4B;
}
</style>