#575A50

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

Shades of Chicago #575A50

Tints of Chicago #575A50

Color information

#575A50 (or 0x575A50) is unknown color: approx Chicago. HEX triplet: 57, 5A and 50. RGB value is (87,90,80). Sum of RGB (Red+Green+Blue) = 87+90+80=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #575A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A50 is #A8A5AF. Grayscale: #575757. Windows color (decimal): -11052464 or 5266007. OLE color: 5266007.

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

Color convert

RGB879080-
CMYK0.0300.110.65
HSL78º5.88%33.33%-
HSV(B)78º11.11%35.29%-
XYZ9.039.929.03-
YUV87.96123.51127.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=33.85%
G=35.02%
B=31.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790800.0300.110.65785.8833.33
Hex575A5030B414e621
Octal1271321203013101116641
Binary101011110110101010000110101110000011001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575A50; }

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

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

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

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

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

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

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

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