#595B4F

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

Shades of Chicago #595B4F

Tints of Chicago #595B4F

Color information

#595B4F (or 0x595B4F) is unknown color: approx Chicago. HEX triplet: 59, 5B and 4F. RGB value is (89,91,79). Sum of RGB (Red+Green+Blue) = 89+91+79=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #595B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B4F is #A6A4B0. Grayscale: #595959. Windows color (decimal): -10921137 or 5200729. OLE color: 5200729.

HSL color Cylindrical-coordinate representation of color #595B4F: hue angle of 70º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595B4F is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB899179-
CMYK0.0200.130.64
HSL70º7.06%33.33%-
HSV(B)70º13.19%35.69%-
XYZ9.2710.178.87-
YUV89.03122.34127.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.36%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=34.36%
G=35.14%
B=30.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8991790.0200.130.64707.0633.33
Hex595B4F20D4046721
Octal1311331172015100106741
Binary101100110110111001111100110110000001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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