#5C6050

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

Shades of Chicago #5C6050

Tints of Chicago #5C6050

Color information

#5C6050 (or 0x5C6050) is unknown color: approx Chicago. HEX triplet: 5C, 60 and 50. RGB value is (92,96,80). Sum of RGB (Red+Green+Blue) = 92+96+80=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6050 is #A39FAF. Grayscale: #5D5D5D. Windows color (decimal): -10723248 or 5267548. OLE color: 5267548.

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

Color convert

RGB929680-
CMYK0.0400.170.62
HSL75º9.09%34.51%-
HSV(B)75º16.67%37.65%-
XYZ10.0411.229.23-
YUV92.98120.67127.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=34.33%
G=35.82%
B=29.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296800.0400.170.62759.0934.51
Hex5C605040113E4b923
Octal1341401204021761131143
Binary10111001100000101000010001000111111010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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