#595D4F

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

Shades of Chicago #595D4F

Tints of Chicago #595D4F

Color information

#595D4F (or 0x595D4F) is unknown color: approx Chicago. HEX triplet: 59, 5D and 4F. RGB value is (89,93,79). Sum of RGB (Red+Green+Blue) = 89+93+79=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #595D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D4F is #A6A2B0. Grayscale: #5A5A5A. Windows color (decimal): -10920625 or 5201241. OLE color: 5201241.

HSL color Cylindrical-coordinate representation of color #595D4F: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595D4F is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB899379-
CMYK0.0400.150.64
HSL77.14º8.14%33.73%-
HSV(B)77.14º15.05%36.47%-
XYZ9.4510.528.93-
YUV90.21121.67127.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.10%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=34.10%
G=35.63%
B=30.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993790.0400.150.6477.148.1433.73
Hex595D4F40F404d822
Octal13113511740171001151042
Binary10110011011101100111110001111100000010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595D4F; }

 p { color: rgb(89,93,79); }

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

<style>
 a { background-color: #595D4F; }

 a { background-color: rgb(89,93,79); }

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

<style>
 span { border-color: #595D4F; }

 span { border-color: rgb(89,93,79); }

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