#56594D

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

Shades of Chicago #56594D

Tints of Chicago #56594D

Color information

#56594D (or 0x56594D) is unknown color: approx Chicago. HEX triplet: 56, 59 and 4D. RGB value is (86,89,77). Sum of RGB (Red+Green+Blue) = 86+89+77=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #56594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56594D is #A9A6B2. Grayscale: #565656. Windows color (decimal): -11118259 or 5069142. OLE color: 5069142.

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

Color convert

RGB868977-
CMYK0.0300.130.65
HSL75º7.23%32.55%-
HSV(B)75º13.48%34.9%-
XYZ8.759.668.42-
YUV86.74122.51127.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=34.13%
G=35.32%
B=30.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689770.0300.130.65757.2332.55
Hex56594D30D414b721
Octal1261311153015101113741
Binary101011010110011001101110110110000011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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