#5C5E50

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

Shades of Chicago #5C5E50

Tints of Chicago #5C5E50

Color information

#5C5E50 (or 0x5C5E50) is unknown color: approx Chicago. HEX triplet: 5C, 5E and 50. RGB value is (92,94,80). Sum of RGB (Red+Green+Blue) = 92+94+80=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5E50 is #A3A1AF. Grayscale: #5B5B5B. Windows color (decimal): -10723760 or 5267036. OLE color: 5267036.

HSL color Cylindrical-coordinate representation of color #5C5E50: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C5E50 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB929480-
CMYK0.0200.150.63
HSL68.57º8.05%34.12%-
HSV(B)68.57º14.89%36.86%-
XYZ9.8610.869.17-
YUV91.81121.34128.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.59%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=34.59%
G=35.34%
B=30.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9294800.0200.150.6368.578.0534.12
Hex5C5E5020F3F45822
Octal1341361202017771051042
Binary101110010111101010000100111111111110001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,94,80); }

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

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

 a { background-color: rgb(92,94,80); }

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

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

 span { border-color: rgb(92,94,80); }

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