#55594C

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

Shades of Chicago #55594C

Tints of Chicago #55594C

Color information

#55594C (or 0x55594C) is unknown color: approx Chicago. HEX triplet: 55, 59 and 4C. RGB value is (85,89,76). Sum of RGB (Red+Green+Blue) = 85+89+76=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #55594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55594C is #AAA6B3. Grayscale: #565656. Windows color (decimal): -11183796 or 5003605. OLE color: 5003605.

HSL color Cylindrical-coordinate representation of color #55594C: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55594C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB858976-
CMYK0.0400.150.65
HSL78.46º7.88%32.35%-
HSV(B)78.46º14.61%34.9%-
XYZ8.629.68.24-
YUV86.32122.17127.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=34%
G=35.6%
B=30.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589760.0400.150.6578.467.8832.35
Hex55594C40F414e820
Octal12513111440171011161040
Binary10101011011001100110010001111100000110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55594C; }

 p { color: rgb(85,89,76); }

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

<style>
 a { background-color: #55594C; }

 a { background-color: rgb(85,89,76); }

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

<style>
 span { border-color: #55594C; }

 span { border-color: rgb(85,89,76); }

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