#5C6150

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

Shades of Chicago #5C6150

Tints of Chicago #5C6150

Color information

#5C6150 (or 0x5C6150) is unknown color: approx Chicago. HEX triplet: 5C, 61 and 50. RGB value is (92,97,80). Sum of RGB (Red+Green+Blue) = 92+97+80=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6150 is #A39EAF. Grayscale: #5D5D5D. Windows color (decimal): -10722992 or 5267804. OLE color: 5267804.

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

Color convert

RGB929780-
CMYK0.0500.180.62
HSL77.65º9.6%34.71%-
HSV(B)77.65º17.53%38.04%-
XYZ10.1411.49.26-
YUV93.57120.34126.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=34.20%
G=36.06%
B=29.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297800.0500.180.6277.659.634.71
Hex5C615050123E4ea23
Octal1341411205022761161243
Binary10111001100001101000010101001011111010011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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