#575A49

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

Shades of Chicago #575A49

Tints of Chicago #575A49

Color information

#575A49 (or 0x575A49) is unknown color: approx Chicago. HEX triplet: 57, 5A and 49. RGB value is (87,90,73). Sum of RGB (Red+Green+Blue) = 87+90+73=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #575A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A49 is #A8A5B6. Grayscale: #575757. Windows color (decimal): -11052471 or 4807255. OLE color: 4807255.

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

Color convert

RGB879073-
CMYK0.0300.190.65
HSL70.59º10.43%31.96%-
HSV(B)70.59º18.89%35.29%-
XYZ8.799.827.74-
YUV87.16120.01127.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=34.8%
G=36%
B=29.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790730.0300.190.6570.5910.4331.96
Hex575A4930134147a20
Octal12713211130231011071240
Binary10101111011010100100111010011100000110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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