#595A50

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

Shades of Chicago #595A50

Tints of Chicago #595A50

Color information

#595A50 (or 0x595A50) is unknown color: approx Chicago. HEX triplet: 59, 5A and 50. RGB value is (89,90,80). Sum of RGB (Red+Green+Blue) = 89+90+80=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 90 - color contains mainly: green. Hex color #595A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A50 is #A6A5AF. Grayscale: #585858. Windows color (decimal): -10921392 or 5266009. OLE color: 5266009.

HSL color Cylindrical-coordinate representation of color #595A50: hue angle of 66º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #595A50 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB899080-
CMYK0.0100.110.65
HSL66º5.88%33.33%-
HSV(B)66º11.11%35.29%-
XYZ9.2210.029.04-
YUV88.56123.17128.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.36%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=34.36%
G=34.75%
B=30.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990800.0100.110.65665.8833.33
Hex595A5010B4142621
Octal1311321201013101102641
Binary10110011011010101000010101110000011000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,90,80); }

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

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

 a { background-color: rgb(89,90,80); }

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

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

 span { border-color: rgb(89,90,80); }

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