#575A53

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

Shades of Chicago #575A53

Tints of Chicago #575A53

Color information

#575A53 (or 0x575A53) is unknown color: approx Chicago. HEX triplet: 57, 5A and 53. RGB value is (87,90,83). Sum of RGB (Red+Green+Blue) = 87+90+83=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 90 - color contains mainly: green. Hex color #575A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A53 is #A8A5AC. Grayscale: #585858. Windows color (decimal): -11052461 or 5462615. OLE color: 5462615.

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

Color convert

RGB879083-
CMYK0.0300.080.65
HSL85.71º4.05%33.92%-
HSV(B)85.71º7.78%35.29%-
XYZ9.159.969.62-
YUV88.3125.01127.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=33.46%
G=34.62%
B=31.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790830.0300.080.6585.714.0533.92
Hex575A533084156422
Octal1271321233010101126442
Binary101011110110101010011110100010000011010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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