#5E6153

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

Shades of Chicago #5E6153

Tints of Chicago #5E6153

Color information

#5E6153 (or 0x5E6153) is unknown color: approx Chicago. HEX triplet: 5E, 61 and 53. RGB value is (94,97,83). Sum of RGB (Red+Green+Blue) = 94+97+83=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6153 is #A19EAC. Grayscale: #5E5E5E. Windows color (decimal): -10591917 or 5464414. OLE color: 5464414.

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

Color convert

RGB949783-
CMYK0.0300.140.62
HSL72.86º7.78%35.29%-
HSV(B)72.86º14.43%38.04%-
XYZ10.4511.559.86-
YUV94.51121.51127.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=34.31%
G=35.40%
B=30.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497830.0300.140.6272.867.7835.29
Hex5E615330E3E49823
Octal1361411233016761111043
Binary101111011000011010011110111011111010010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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