#5E6150

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

Shades of Chicago #5E6150

Tints of Chicago #5E6150

Color information

#5E6150 (or 0x5E6150) is unknown color: approx Chicago. HEX triplet: 5E, 61 and 50. RGB value is (94,97,80). Sum of RGB (Red+Green+Blue) = 94+97+80=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6150 is #A19EAF. Grayscale: #5E5E5E. Windows color (decimal): -10591920 or 5267806. OLE color: 5267806.

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

Color convert

RGB949780-
CMYK0.0300.180.62
HSL70.59º9.6%34.71%-
HSV(B)70.59º17.53%38.04%-
XYZ10.3411.519.27-
YUV94.16120.01127.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.69%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=34.69%
G=35.79%
B=29.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497800.0300.180.6270.599.634.71
Hex5E615030123E47a23
Octal1361411203022761071243
Binary1011110110000110100001101001011111010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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