#575850

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

Shades of Chicago #575850

Tints of Chicago #575850

Color information

#575850 (or 0x575850) is unknown color: approx Chicago. HEX triplet: 57, 58 and 50. RGB value is (87,88,80). Sum of RGB (Red+Green+Blue) = 87+88+80=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #575850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575850 is #A8A7AF. Grayscale: #565656. Windows color (decimal): -11052976 or 5265495. OLE color: 5265495.

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

Color convert

RGB878880-
CMYK0.0100.090.65
HSL67.5º4.76%32.94%-
HSV(B)67.5º9.09%34.51%-
XYZ8.879.588.97-
YUV86.79124.17128.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=34.12%
G=34.51%
B=31.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788800.0100.090.6567.54.7632.94
Hex5758501094144521
Octal1271301201011101104541
Binary10101111011000101000010100110000011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575850; }

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

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

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

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

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

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

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

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