#565A4F

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

Shades of Chicago #565A4F

Tints of Chicago #565A4F

Color information

#565A4F (or 0x565A4F) is unknown color: approx Chicago. HEX triplet: 56, 5A and 4F. RGB value is (86,90,79). Sum of RGB (Red+Green+Blue) = 86+90+79=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #565A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A4F is #A9A5B0. Grayscale: #575757. Windows color (decimal): -11118001 or 5200470. OLE color: 5200470.

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

Color convert

RGB869079-
CMYK0.0400.120.65
HSL81.82º6.51%33.14%-
HSV(B)81.82º12.22%35.29%-
XYZ8.919.868.83-
YUV87.55123.17126.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=33.73%
G=35.29%
B=30.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690790.0400.120.6581.826.5133.14
Hex565A4F40C4152721
Octal1261321174014101122741
Binary1010110101101010011111000110010000011010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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