#555950

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

Shades of Chicago #555950

Tints of Chicago #555950

Color information

#555950 (or 0x555950) is unknown color: approx Chicago. HEX triplet: 55, 59 and 50. RGB value is (85,89,80). Sum of RGB (Red+Green+Blue) = 85+89+80=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #555950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555950 is #AAA6AF. Grayscale: #565656. Windows color (decimal): -11183792 or 5265749. OLE color: 5265749.

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

Color convert

RGB858980-
CMYK0.0400.100.65
HSL86.67º5.33%33.14%-
HSV(B)86.67º10.11%34.9%-
XYZ8.779.668.99-
YUV86.78124.17126.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=33.46%
G=35.04%
B=31.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589800.0400.100.6586.675.3333.14
Hex55595040A4157521
Octal1251311204012101127541
Binary1010101101100110100001000101010000011010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555950; }

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

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

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

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

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

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

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

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