#575950

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

Shades of Chicago #575950

Tints of Chicago #575950

Color information

#575950 (or 0x575950) is unknown color: approx Chicago. HEX triplet: 57, 59 and 50. RGB value is (87,89,80). Sum of RGB (Red+Green+Blue) = 87+89+80=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #575950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575950 is #A8A6AF. Grayscale: #575757. Windows color (decimal): -11052720 or 5265751. OLE color: 5265751.

HSL color Cylindrical-coordinate representation of color #575950: hue angle of 73.33º 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 #575950 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB878980-
CMYK0.0200.100.65
HSL73.33º5.33%33.14%-
HSV(B)73.33º10.11%34.9%-
XYZ8.959.759-
YUV87.38123.84127.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=33.98%
G=34.77%
B=31.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789800.0200.100.6573.335.3333.14
Hex57595020A4149521
Octal1271311202012101111541
Binary101011110110011010000100101010000011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575950; }

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

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

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

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

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

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

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

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