#5E6057

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

Shades of Chicago #5E6057

Tints of Chicago #5E6057

Color information

#5E6057 (or 0x5E6057) is unknown color: approx Chicago. HEX triplet: 5E, 60 and 57. RGB value is (94,96,87). Sum of RGB (Red+Green+Blue) = 94+96+87=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6057 is #A19FA8. Grayscale: #5E5E5E. Windows color (decimal): -10592169 or 5726302. OLE color: 5726302.

HSL color Cylindrical-coordinate representation of color #5E6057: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E6057 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB949687-
CMYK0.0200.090.62
HSL73.33º4.92%35.88%-
HSV(B)73.33º9.38%37.65%-
XYZ10.5211.4310.67-
YUV94.38123.84127.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=33.94%
G=34.66%
B=31.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496870.0200.090.6273.334.9235.88
Hex5E60572093E49524
Octal136140127201176111544
Binary10111101100000101011110010011111101001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6057; }

 p { color: rgb(94,96,87); }

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

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

 a { background-color: rgb(94,96,87); }

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

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

 span { border-color: rgb(94,96,87); }

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