#565A4B

Color #565A4B Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #565A4B

Tints of Chicago #565A4B

Color information

#565A4B (or 0x565A4B) is unknown color: approx 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

RGB869075-
CMYK0.0400.170.65
HSL76º9.09%32.35%-
HSV(B)76º16.67%35.29%-
XYZ8.769.88.09-
YUV87.09121.17127.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=34.26%
G=35.86%
B=29.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690750.0400.170.65769.0932.35
Hex565A4B4011414c920
Octal12613211340211011141140
Binary101011010110101001011100010001100000110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>