#56594E

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

Shades of Chicago #56594E

Tints of Chicago #56594E

Color information

#56594E (or 0x56594E) is unknown color: approx Chicago. HEX triplet: 56, 59 and 4E. RGB value is (86,89,78). Sum of RGB (Red+Green+Blue) = 86+89+78=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #56594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56594E is #A9A6B1. Grayscale: #565656. Windows color (decimal): -11118258 or 5134678. OLE color: 5134678.

HSL color Cylindrical-coordinate representation of color #56594E: hue angle of 76.36º 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 #56594E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB868978-
CMYK0.0300.120.65
HSL76.36º6.59%32.75%-
HSV(B)76.36º12.36%34.9%-
XYZ8.799.678.61-
YUV86.85123.01127.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=33.99%
G=35.18%
B=30.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689780.0300.120.6576.366.5932.75
Hex56594E30C414c721
Octal1261311163014101114741
Binary101011010110011001110110110010000011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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