#595C53

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

Shades of Chicago #595C53

Tints of Chicago #595C53

Color information

#595C53 (or 0x595C53) is unknown color: approx Chicago. HEX triplet: 59, 5C and 53. RGB value is (89,92,83). Sum of RGB (Red+Green+Blue) = 89+92+83=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #595C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C53 is #A6A3AC. Grayscale: #5A5A5A. Windows color (decimal): -10920877 or 5463129. OLE color: 5463129.

HSL color Cylindrical-coordinate representation of color #595C53: hue angle of 80º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595C53 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB899283-
CMYK0.0300.100.64
HSL80º5.14%34.31%-
HSV(B)80º9.78%36.08%-
XYZ9.5110.49.69-
YUV90.08124.01127.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=33.71%
G=34.85%
B=31.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8992830.0300.100.64805.1434.31
Hex595C5330A4050522
Octal1311341233012100120542
Binary101100110111001010011110101010000001010000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,92,83); }

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

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

 a { background-color: rgb(89,92,83); }

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

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

 span { border-color: rgb(89,92,83); }

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