#555750

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

Shades of Chicago #555750

Tints of Chicago #555750

Color information

#555750 (or 0x555750) is unknown color: approx Chicago. HEX triplet: 55, 57 and 50. RGB value is (85,87,80). Sum of RGB (Red+Green+Blue) = 85+87+80=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #555750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555750 is #AAA8AF. Grayscale: #555555. Windows color (decimal): -11184304 or 5265237. OLE color: 5265237.

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

Color convert

RGB858780-
CMYK0.0200.080.66
HSL77.14º4.19%32.75%-
HSV(B)77.14º8.05%34.12%-
XYZ8.69.338.94-
YUV85.6124.84127.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=33.73%
G=34.52%
B=31.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587800.0200.080.6677.144.1932.75
Hex555750208424d421
Octal1251271202010102115441
Binary101010110101111010000100100010000101001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555750; }

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

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

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

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

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

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

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

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