#595F51

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

Shades of Chicago #595F51

Tints of Chicago #595F51

Color information

#595F51 (or 0x595F51) is unknown color: approx Chicago. HEX triplet: 59, 5F and 51. RGB value is (89,95,81). Sum of RGB (Red+Green+Blue) = 89+95+81=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 95 - color contains mainly: green. Hex color #595F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F51 is #A6A0AE. Grayscale: #5B5B5B. Windows color (decimal): -10920111 or 5332825. OLE color: 5332825.

HSL color Cylindrical-coordinate representation of color #595F51: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595F51 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB899581-
CMYK0.0600.150.63
HSL85.71º7.95%34.51%-
HSV(B)85.71º14.74%37.25%-
XYZ9.710.99.38-
YUV91.61122.01126.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=33.58%
G=35.85%
B=30.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995810.0600.150.6385.717.9534.51
Hex595F5160F3F56823
Octal1311371216017771261043
Binary1011001101111110100011100111111111110101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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