#5E6451

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

Shades of Chicago #5E6451

Tints of Chicago #5E6451

Color information

#5E6451 (or 0x5E6451) is unknown color: approx Chicago. HEX triplet: 5E, 64 and 51. RGB value is (94,100,81). Sum of RGB (Red+Green+Blue) = 94+100+81=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6451 is #A19BAE. Grayscale: #606060. Windows color (decimal): -10591151 or 5334110. OLE color: 5334110.

HSL color Cylindrical-coordinate representation of color #5E6451: hue angle of 78.95º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E6451 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB9410081-
CMYK0.0600.190.61
HSL78.95º10.5%35.49%-
HSV(B)78.95º19%39.22%-
XYZ10.6612.099.56-
YUV96.04119.51126.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=34.18%
G=36.36%
B=29.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94100810.0600.190.6178.9510.535.49
Hex5E645160133D4fa23
Octal1361441216023751171243
Binary10111101100100101000111001001111110110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,81); }

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

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

 a { background-color: rgb(94,100,81); }

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

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

 span { border-color: rgb(94,100,81); }

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