#5C6350

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

Shades of Chicago #5C6350

Tints of Chicago #5C6350

Color information

#5C6350 (or 0x5C6350) is unknown color: approx Chicago. HEX triplet: 5C, 63 and 50. RGB value is (92,99,80). Sum of RGB (Red+Green+Blue) = 92+99+80=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6350 is #A39CAF. Grayscale: #5E5E5E. Windows color (decimal): -10722480 or 5268316. OLE color: 5268316.

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

Color convert

RGB929980-
CMYK0.0700.190.61
HSL82.11º10.61%35.1%-
HSV(B)82.11º19.19%38.82%-
XYZ10.3211.789.32-
YUV94.74119.68126.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=33.95%
G=36.53%
B=29.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299800.0700.190.6182.1110.6135.1
Hex5C635070133D52b23
Octal1341431207023751221343
Binary10111001100011101000011101001111110110100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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