#56584E

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

Shades of Chicago #56584E

Tints of Chicago #56584E

Color information

#56584E (or 0x56584E) is unknown color: approx Chicago. HEX triplet: 56, 58 and 4E. RGB value is (86,88,78). Sum of RGB (Red+Green+Blue) = 86+88+78=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #56584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56584E is #A9A7B1. Grayscale: #565656. Windows color (decimal): -11118514 or 5134422. OLE color: 5134422.

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

Color convert

RGB868878-
CMYK0.0200.110.65
HSL72º6.02%32.55%-
HSV(B)72º11.36%34.51%-
XYZ8.79.518.58-
YUV86.26123.34127.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=34.13%
G=34.92%
B=30.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688780.0200.110.65726.0232.55
Hex56584E20B4148621
Octal1261301162013101110641
Binary101011010110001001110100101110000011001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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