#5E6456

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

Shades of Chicago #5E6456

Tints of Chicago #5E6456

Color information

#5E6456 (or 0x5E6456) is unknown color: approx Chicago. HEX triplet: 5E, 64 and 56. RGB value is (94,100,86). Sum of RGB (Red+Green+Blue) = 94+100+86=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6456 is #A19BA9. Grayscale: #606060. Windows color (decimal): -10591146 or 5661790. OLE color: 5661790.

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

Color convert

RGB9410086-
CMYK0.0600.140.61
HSL85.71º7.53%36.47%-
HSV(B)85.71º14%39.22%-
XYZ10.8512.1710.58-
YUV96.61122.01126.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.57%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=33.57%
G=35.71%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94100860.0600.140.6185.717.5336.47
Hex5E645660E3D56824
Octal1361441266016751261044
Binary1011110110010010101101100111011110110101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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