#55594D

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

Shades of Chicago #55594D

Tints of Chicago #55594D

Color information

#55594D (or 0x55594D) is unknown color: approx Chicago. HEX triplet: 55, 59 and 4D. RGB value is (85,89,77). Sum of RGB (Red+Green+Blue) = 85+89+77=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #55594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55594D is #AAA6B2. Grayscale: #565656. Windows color (decimal): -11183795 or 5069141. OLE color: 5069141.

HSL color Cylindrical-coordinate representation of color #55594D: hue angle of 80º 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 #55594D is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB858977-
CMYK0.0400.130.65
HSL80º7.23%32.55%-
HSV(B)80º13.48%34.9%-
XYZ8.669.618.42-
YUV86.44122.67126.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=33.86%
G=35.46%
B=30.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589770.0400.130.65807.2332.55
Hex55594D40D4150721
Octal1251311154015101120741
Binary1010101101100110011011000110110000011010000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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