#595A55

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

Shades of Chicago #595A55

Tints of Chicago #595A55

Color information

#595A55 (or 0x595A55) is unknown color: approx Chicago. HEX triplet: 59, 5A and 55. RGB value is (89,90,85). Sum of RGB (Red+Green+Blue) = 89+90+85=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 90 - color contains mainly: green. Hex color #595A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A55 is #A6A5AA. Grayscale: #595959. Windows color (decimal): -10921387 or 5593689. OLE color: 5593689.

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

Color convert

RGB899085-
CMYK0.0100.060.65
HSL72º2.86%34.31%-
HSV(B)72º5.56%35.29%-
XYZ9.4210.0910.05-
YUV89.13125.67127.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=33.71%
G=34.09%
B=32.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990850.0100.060.65722.8634.31
Hex595A551064148322
Octal131132125106101110342
Binary101100110110101010101101101000001100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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