#55574D

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

Shades of Chicago #55574D

Tints of Chicago #55574D

Color information

#55574D (or 0x55574D) is unknown color: approx Chicago. HEX triplet: 55, 57 and 4D. RGB value is (85,87,77). Sum of RGB (Red+Green+Blue) = 85+87+77=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 87 - color contains mainly: green. Hex color #55574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55574D is #AAA8B2. Grayscale: #555555. Windows color (decimal): -11184307 or 5068629. OLE color: 5068629.

HSL color Cylindrical-coordinate representation of color #55574D: hue angle of 72º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55574D is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB858777-
CMYK0.0200.110.66
HSL72º6.1%32.16%-
HSV(B)72º11.49%34.12%-
XYZ8.499.288.37-
YUV85.26123.34127.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=34.14%
G=34.94%
B=30.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587770.0200.110.66726.132.16
Hex55574D20B4248620
Octal1251271152013102110640
Binary101010110101111001101100101110000101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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