#5E605A

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

Shades of Chicago #5E605A

Tints of Chicago #5E605A

Color information

#5E605A (or 0x5E605A) is unknown color: approx Chicago. HEX triplet: 5E, 60 and 5A. RGB value is (94,96,90). Sum of RGB (Red+Green+Blue) = 94+96+90=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 96 - color contains mainly: green. Hex color #5E605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E605A is #A19FA5. Grayscale: #5E5E5E. Windows color (decimal): -10592166 or 5922910. OLE color: 5922910.

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

Color convert

RGB949690-
CMYK0.0200.060.62
HSL80º3.23%36.47%-
HSV(B)80º6.25%37.65%-
XYZ10.6411.4811.33-
YUV94.72125.34127.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.57%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=33.57%
G=34.29%
B=32.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496900.0200.060.62803.2336.47
Hex5E605A2063E50324
Octal13614013220676120344
Binary101111011000001011010100110111110101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,90); }

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

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

 a { background-color: rgb(94,96,90); }

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

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

 span { border-color: rgb(94,96,90); }

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