Shades of Chicago #565A4A
Tints of Chicago #565A4A
RGB
CMYK
RGB Variations
Color information
#565A4A (or 0x565A4A) is known color: Chicago. HEX triplet: 56, 5A and 4A. RGB value is (86,90,74). Sum of RGB (Red+Green+Blue) = 86+90+74=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #565A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A4A is #A9A5B5. Grayscale: #575757. Windows color (decimal): -11118006 or 4872790. OLE color: 4872790.
HSL color Cylindrical-coordinate representation of color #565A4A: hue angle of 75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565A4A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 74 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.65 |
| HSL | 75º | 0.1% | 0.32% | - |
| HSV(B) | 75º | 0.18% | 0.35% | - |
| XYZ | 8.73 | 9.79 | 7.91 | - |
| YUV | 86.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 74 | 0.04 | 0 | 0.18 | 0.65 | 75 | 0.1 | 0.32 |
| Hex | 56 | 5A | 4A | 4 | 0 | 12 | 41 | 4B | A | 20 |
| Octal | 126 | 132 | 112 | 4 | 0 | 22 | 101 | 113 | 12 | 40 |
| Binary | 1010110 | 1011010 | 1001010 | 100 | 0 | 10010 | 1000001 | 1001011 | 1010 | 100000 |
Color Harmonies of #565A4A
Complementary color
Monochromatic Colors of #565A4A
Black with #565A4A
Text Example
Text Example
White with #565A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A4A; }
p { color: rgb(86,90,74); }
H1.HeaderClassName
{
color: #565A4A;
}
.AnyTagClassName
{
color: #565A4A;
}
</style>
background-color css
<style>
a { background-color: #565A4A; }
a { background-color: rgb(86,90,74); }
div.DivClassName
{
background-color: #565A4A;
}
.BgClassName
{
background-color: #565A4A;
}
</style>
border-color css
<style>
span { border-color: #565A4A; }
span { border-color: rgb(86,90,74); }
td.TdClassName
{
border-color: #565A4A;
}
.TagClassName
{
border-color: #565A4A;
}
</style>