#5E6552

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

Shades of Chicago #5E6552

Tints of Chicago #5E6552

Color information

#5E6552 (or 0x5E6552) is unknown color: approx Chicago. HEX triplet: 5E, 65 and 52. RGB value is (94,101,82). Sum of RGB (Red+Green+Blue) = 94+101+82=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6552 is #A19AAD. Grayscale: #606060. Windows color (decimal): -10590894 or 5399902. OLE color: 5399902.

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

Color convert

RGB9410182-
CMYK0.0700.190.60
HSL82.11º10.38%35.88%-
HSV(B)82.11º18.81%39.61%-
XYZ10.7912.39.79-
YUV96.74119.68126.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=33.94%
G=36.46%
B=29.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101820.0700.190.6082.1110.3835.88
Hex5E655270133C52a24
Octal1361451227023741221244
Binary10111101100101101001011101001111110010100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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