#595D51

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

Shades of Chicago #595D51

Tints of Chicago #595D51

Color information

#595D51 (or 0x595D51) is unknown color: approx Chicago. HEX triplet: 59, 5D and 51. RGB value is (89,93,81). Sum of RGB (Red+Green+Blue) = 89+93+81=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #595D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D51 is #A6A2AE. Grayscale: #5A5A5A. Windows color (decimal): -10920623 or 5332313. OLE color: 5332313.

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

Color convert

RGB899381-
CMYK0.0400.130.64
HSL80º6.9%34.12%-
HSV(B)80º12.9%36.47%-
XYZ9.5210.559.32-
YUV90.44122.67126.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=33.84%
G=35.36%
B=30.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993810.0400.130.64806.934.12
Hex595D5140D4050722
Octal1311351214015100120742
Binary1011001101110110100011000110110000001010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,81); }

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

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

 a { background-color: rgb(89,93,81); }

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

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

 span { border-color: rgb(89,93,81); }

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