#5E664D

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

Shades of Chicago #5E664D

Tints of Chicago #5E664D

Color information

#5E664D (or 0x5E664D) is unknown color: approx Chicago. HEX triplet: 5E, 66 and 4D. RGB value is (94,102,77). Sum of RGB (Red+Green+Blue) = 94+102+77=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #5E664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E664D is #A199B2. Grayscale: #606060. Windows color (decimal): -10590643 or 5072478. OLE color: 5072478.

HSL color Cylindrical-coordinate representation of color #5E664D: hue angle of 79.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E664D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB9410277-
CMYK0.0800.250.6
HSL79.2º13.97%35.1%-
HSV(B)79.2º24.51%40%-
XYZ10.7112.428.85-
YUV96.76116.85126.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.43%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=34.43%
G=37.36%
B=28.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102770.0800.250.679.213.9735.1
Hex5E664D80193C4fe23
Octal13614611510031741171643
Binary101111011001101001101100001100111110010011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,102,77); }

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

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

 a { background-color: rgb(94,102,77); }

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

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

 span { border-color: rgb(94,102,77); }

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