#5E6157

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

Shades of Chicago #5E6157

Tints of Chicago #5E6157

Color information

#5E6157 (or 0x5E6157) is unknown color: approx Chicago. HEX triplet: 5E, 61 and 57. RGB value is (94,97,87). Sum of RGB (Red+Green+Blue) = 94+97+87=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6157 is #A19EA8. Grayscale: #5F5F5F. Windows color (decimal): -10591913 or 5726558. OLE color: 5726558.

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

Color convert

RGB949787-
CMYK0.0300.100.62
HSL78º5.43%36.08%-
HSV(B)78º10.31%38.04%-
XYZ10.6111.6210.7-
YUV94.96123.51127.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.81%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=33.81%
G=34.89%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497870.0300.100.62785.4336.08
Hex5E615730A3E4e524
Octal136141127301276116544
Binary10111101100001101011111010101111101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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