#575955

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

Shades of Chicago #575955

Tints of Chicago #575955

Color information

#575955 (or 0x575955) is unknown color: approx Chicago. HEX triplet: 57, 59 and 55. RGB value is (87,89,85). Sum of RGB (Red+Green+Blue) = 87+89+85=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 89 - color contains mainly: green. Hex color #575955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575955 is #A8A6AA. Grayscale: #575757. Windows color (decimal): -11052715 or 5593431. OLE color: 5593431.

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

Color convert

RGB878985-
CMYK0.0200.040.65
HSL90º2.3%34.12%-
HSV(B)90º4.49%34.9%-
XYZ9.149.8310.01-
YUV87.95126.34127.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=33.33%
G=34.10%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789850.0200.040.65902.334.12
Hex575955204415a222
Octal127131125204101132242
Binary1010111101100110101011001001000001101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575955; }

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

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

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

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

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

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

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

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