#55594E

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

Shades of Chicago #55594E

Tints of Chicago #55594E

Color information

#55594E (or 0x55594E) is unknown color: approx Chicago. HEX triplet: 55, 59 and 4E. RGB value is (85,89,78). Sum of RGB (Red+Green+Blue) = 85+89+78=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #55594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55594E is #AAA6B1. Grayscale: #565656. Windows color (decimal): -11183794 or 5134677. OLE color: 5134677.

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

Color convert

RGB858978-
CMYK0.0400.120.65
HSL81.82º6.59%32.75%-
HSV(B)81.82º12.36%34.9%-
XYZ8.699.638.61-
YUV86.55123.17126.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=33.73%
G=35.32%
B=30.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589780.0400.120.6581.826.5932.75
Hex55594E40C4152721
Octal1251311164014101122741
Binary1010101101100110011101000110010000011010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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