#565A4C

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

Shades of Chicago #565A4C

Tints of Chicago #565A4C

Color information

#565A4C (or 0x565A4C) is unknown color: approx Chicago. HEX triplet: 56, 5A and 4C. RGB value is (86,90,76). Sum of RGB (Red+Green+Blue) = 86+90+76=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #565A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A4C is #A9A5B3. Grayscale: #575757. Windows color (decimal): -11118004 or 5003862. OLE color: 5003862.

HSL color Cylindrical-coordinate representation of color #565A4C: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565A4C is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB869076-
CMYK0.0400.160.65
HSL77.14º8.43%32.55%-
HSV(B)77.14º15.56%35.29%-
XYZ8.89.818.27-
YUV87.21121.67127.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=34.13%
G=35.71%
B=30.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690760.0400.160.6577.148.4332.55
Hex565A4C4010414d821
Octal12613211440201011151041
Binary101011010110101001100100010000100000110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565A4C; }

 p { color: rgb(86,90,76); }

 H1.HeaderClassName
 {
   color: #565A4C;
 }
 .AnyTagClassName
 {
   color: #565A4C;
 }
</style>
background-color css

<style>
 a { background-color: #565A4C; }

 a { background-color: rgb(86,90,76); }

 div.DivClassName
 {
   background-color: #565A4C;
 }
 .BgClassName
 {
   background-color: #565A4C;
 }
</style>
border-color css

<style>
 span { border-color: #565A4C; }

 span { border-color: rgb(86,90,76); }

 td.TdClassName
 {
   border-color: #565A4C;
 }
 .TagClassName
 {
   border-color: #565A4C;
 }
</style>