#56584D

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

Shades of Chicago #56584D

Tints of Chicago #56584D

Color information

#56584D (or 0x56584D) is unknown color: approx Chicago. HEX triplet: 56, 58 and 4D. RGB value is (86,88,77). Sum of RGB (Red+Green+Blue) = 86+88+77=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #56584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56584D is #A9A7B2. Grayscale: #565656. Windows color (decimal): -11118515 or 5068886. OLE color: 5068886.

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

Color convert

RGB868877-
CMYK0.0200.120.65
HSL70.91º6.67%32.35%-
HSV(B)70.91º12.5%34.51%-
XYZ8.679.498.4-
YUV86.15122.84127.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=34.26%
G=35.06%
B=30.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688770.0200.120.6570.916.6732.35
Hex56584D20C4147720
Octal1261301152014101107740
Binary101011010110001001101100110010000011000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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