#555850

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

Shades of Chicago #555850

Tints of Chicago #555850

Color information

#555850 (or 0x555850) is unknown color: approx Chicago. HEX triplet: 55, 58 and 50. RGB value is (85,88,80). Sum of RGB (Red+Green+Blue) = 85+88+80=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #555850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555850 is #AAA7AF. Grayscale: #565656. Windows color (decimal): -11184048 or 5265493. OLE color: 5265493.

HSL color Cylindrical-coordinate representation of color #555850: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555850 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB858880-
CMYK0.0300.090.65
HSL82.5º4.76%32.94%-
HSV(B)82.5º9.09%34.51%-
XYZ8.689.498.96-
YUV86.19124.51127.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=33.60%
G=34.78%
B=31.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588800.0300.090.6582.54.7632.94
Hex5558503094152521
Octal1251301203011101122541
Binary101010110110001010000110100110000011010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555850; }

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

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

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

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

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

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

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

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