#575855

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

Shades of Chicago #575855

Tints of Chicago #575855

Color information

#575855 (or 0x575855) is unknown color: approx Chicago. HEX triplet: 57, 58 and 55. RGB value is (87,88,85). Sum of RGB (Red+Green+Blue) = 87+88+85=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 88 - color contains mainly: green. Hex color #575855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575855 is #A8A7AA. Grayscale: #575757. Windows color (decimal): -11052971 or 5593175. OLE color: 5593175.

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

Color convert

RGB878885-
CMYK0.0100.030.65
HSL80º1.73%33.92%-
HSV(B)80º3.41%34.51%-
XYZ9.069.669.98-
YUV87.36126.67127.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=33.46%
G=33.85%
B=32.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788850.0100.030.65801.7333.92
Hex5758551034150222
Octal127130125103101120242
Binary10101111011000101010110111000001101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575855; }

 p { color: rgb(87,88,85); }

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

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

 a { background-color: rgb(87,88,85); }

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

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

 span { border-color: rgb(87,88,85); }

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