#595A54

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

Shades of Chicago #595A54

Tints of Chicago #595A54

Color information

#595A54 (or 0x595A54) is unknown color: approx Chicago. HEX triplet: 59, 5A and 54. RGB value is (89,90,84). Sum of RGB (Red+Green+Blue) = 89+90+84=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 90 - color contains mainly: green. Hex color #595A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A54 is #A6A5AB. Grayscale: #595959. Windows color (decimal): -10921388 or 5528153. OLE color: 5528153.

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

Color convert

RGB899084-
CMYK0.0100.070.65
HSL70º3.45%34.12%-
HSV(B)70º6.67%35.29%-
XYZ9.3810.089.84-
YUV89.02125.17127.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=33.84%
G=34.22%
B=31.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990840.0100.070.65703.4534.12
Hex595A541074146322
Octal131132124107101106342
Binary101100110110101010100101111000001100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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