#5F6350

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

Shades of Chicago #5F6350

Tints of Chicago #5F6350

Color information

#5F6350 (or 0x5F6350) is unknown color: approx Chicago. HEX triplet: 5F, 63 and 50. RGB value is (95,99,80). Sum of RGB (Red+Green+Blue) = 95+99+80=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6350 is #A09CAF. Grayscale: #5F5F5F. Windows color (decimal): -10525872 or 5268319. OLE color: 5268319.

HSL color Cylindrical-coordinate representation of color #5F6350: hue angle of 72.63º 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 #5F6350 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB959980-
CMYK0.0400.190.61
HSL72.63º10.61%35.1%-
HSV(B)72.63º19.19%38.82%-
XYZ10.6311.949.33-
YUV95.64119.17127.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.67%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=34.67%
G=36.13%
B=29.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599800.0400.190.6172.6310.6135.1
Hex5F635040133D49b23
Octal1371431204023751111343
Binary10111111100011101000010001001111110110010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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