#5E6555

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

Shades of Chicago #5E6555

Tints of Chicago #5E6555

Color information

#5E6555 (or 0x5E6555) is unknown color: approx Chicago. HEX triplet: 5E, 65 and 55. RGB value is (94,101,85). Sum of RGB (Red+Green+Blue) = 94+101+85=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6555 is #A19AAA. Grayscale: #616161. Windows color (decimal): -10590891 or 5596510. OLE color: 5596510.

HSL color Cylindrical-coordinate representation of color #5E6555: hue angle of 86.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E6555 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB9410185-
CMYK0.0700.160.60
HSL86.25º8.6%36.47%-
HSV(B)86.25º15.84%39.61%-
XYZ10.9112.3410.4-
YUV97.08121.18125.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.57%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=33.57%
G=36.07%
B=30.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101850.0700.160.6086.258.636.47
Hex5E655570103C56924
Octal1361451257020741261144
Binary10111101100101101010111101000011110010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,85); }

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

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

 a { background-color: rgb(94,101,85); }

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

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

 span { border-color: rgb(94,101,85); }

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