#595D54

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

Shades of Chicago #595D54

Tints of Chicago #595D54

Color information

#595D54 (or 0x595D54) is unknown color: approx Chicago. HEX triplet: 59, 5D and 54. RGB value is (89,93,84). Sum of RGB (Red+Green+Blue) = 89+93+84=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #595D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D54 is #A6A2AB. Grayscale: #5A5A5A. Windows color (decimal): -10920620 or 5528921. OLE color: 5528921.

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

Color convert

RGB899384-
CMYK0.0400.100.64
HSL86.67º5.08%34.71%-
HSV(B)86.67º9.68%36.47%-
XYZ9.6310.599.92-
YUV90.78124.17126.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=33.46%
G=34.96%
B=31.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993840.0400.100.6486.675.0834.71
Hex595D5440A4057523
Octal1311351244012100127543
Binary1011001101110110101001000101010000001010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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