#565755

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

Shades of Chicago #565755

Tints of Chicago #565755

Color information

#565755 (or 0x565755) is unknown color: approx Chicago. HEX triplet: 56, 57 and 55. RGB value is (86,87,85). Sum of RGB (Red+Green+Blue) = 86+87+85=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 87 - color contains mainly: green. Hex color #565755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565755 is #A9A8AA. Grayscale: #565656. Windows color (decimal): -11118763 or 5592918. OLE color: 5592918.

HSL color Cylindrical-coordinate representation of color #565755: hue angle of 90º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #565755 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB868785-
CMYK0.0100.020.66
HSL90º1.16%33.73%-
HSV(B)90º2.3%34.12%-
XYZ8.899.459.95-
YUV86.47127.17127.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=33.33%
G=33.72%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687850.0100.020.66901.1633.73
Hex565755102425a122
Octal126127125102102132142
Binary1010110101011110101011010100001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565755; }

 p { color: rgb(86,87,85); }

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

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

 a { background-color: rgb(86,87,85); }

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

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

 span { border-color: rgb(86,87,85); }

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