#5E615B

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

Shades of Chicago #5E615B

Tints of Chicago #5E615B

Color information

#5E615B (or 0x5E615B) is unknown color: approx Chicago. HEX triplet: 5E, 61 and 5B. RGB value is (94,97,91). Sum of RGB (Red+Green+Blue) = 94+97+91=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5E615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E615B is #A19EA4. Grayscale: #5F5F5F. Windows color (decimal): -10591909 or 5988702. OLE color: 5988702.

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

Color convert

RGB949791-
CMYK0.0300.060.62
HSL90º3.19%36.86%-
HSV(B)90º6.19%38.04%-
XYZ10.7811.6811.58-
YUV95.42125.51126.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=33.33%
G=34.40%
B=32.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497910.0300.060.62903.1936.86
Hex5E615B3063E5a325
Octal13614113330676132345
Binary101111011000011011011110110111110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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