#575B48

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

Shades of Chicago #575B48

Tints of Chicago #575B48

Color information

#575B48 (or 0x575B48) is unknown color: approx Chicago. HEX triplet: 57, 5B and 48. RGB value is (87,91,72). Sum of RGB (Red+Green+Blue) = 87+91+72=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #575B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B48 is #A8A4B7. Grayscale: #575757. Windows color (decimal): -11052216 or 4741975. OLE color: 4741975.

HSL color Cylindrical-coordinate representation of color #575B48: hue angle of 72.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575B48 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB879172-
CMYK0.0400.210.64
HSL72.63º11.66%31.96%-
HSV(B)72.63º20.88%35.69%-
XYZ8.849.987.59-
YUV87.64119.17127.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=34.8%
G=36.4%
B=28.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791720.0400.210.6472.6311.6631.96
Hex575B4840154049c20
Octal12713311040251001111440
Binary101011110110111001000100010101100000010010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,72); }

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

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

 a { background-color: rgb(87,91,72); }

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

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

 span { border-color: rgb(87,91,72); }

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