#5E6453

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

Shades of Chicago #5E6453

Tints of Chicago #5E6453

Color information

#5E6453 (or 0x5E6453) is unknown color: approx Chicago. HEX triplet: 5E, 64 and 53. RGB value is (94,100,83). Sum of RGB (Red+Green+Blue) = 94+100+83=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6453 is #A19BAC. Grayscale: #606060. Windows color (decimal): -10591149 or 5465182. OLE color: 5465182.

HSL color Cylindrical-coordinate representation of color #5E6453: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6453 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB9410083-
CMYK0.0600.170.61
HSL81.18º9.29%35.88%-
HSV(B)81.18º17%39.22%-
XYZ10.7312.129.96-
YUV96.27120.51126.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=33.94%
G=36.10%
B=29.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94100830.0600.170.6181.189.2935.88
Hex5E645360113D51924
Octal1361441236021751211144
Binary10111101100100101001111001000111110110100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,83); }

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

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

 a { background-color: rgb(94,100,83); }

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

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

 span { border-color: rgb(94,100,83); }

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