#56594F

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

Shades of Chicago #56594F

Tints of Chicago #56594F

Color information

#56594F (or 0x56594F) is unknown color: approx Chicago. HEX triplet: 56, 59 and 4F. RGB value is (86,89,79). Sum of RGB (Red+Green+Blue) = 86+89+79=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #56594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56594F is #A9A6B0. Grayscale: #575757. Windows color (decimal): -11118257 or 5200214. OLE color: 5200214.

HSL color Cylindrical-coordinate representation of color #56594F: hue angle of 78º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56594F is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB868979-
CMYK0.0300.110.65
HSL78º5.95%32.94%-
HSV(B)78º11.24%34.9%-
XYZ8.829.698.8-
YUV86.96123.51127.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=33.86%
G=35.04%
B=31.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689790.0300.110.65785.9532.94
Hex56594F30B414e621
Octal1261311173013101116641
Binary101011010110011001111110101110000011001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56594F; }

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

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

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

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

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

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

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

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