Color Hex Logo

#596061 Color Hex

#596061
(89,96,97)
0 Favorites   0 Comments

Color spaces of #596061

RGB 899697
HSL0.520.040.36
HSV188°38°
CMYK 0.080.010.00   0.62
XYZ10.460411.352712.9492
Yxy11.35270.30090.3266
Hunter Lab33.6938-3.54790.7993
CIE-Lab40.1683-2.4937-1.5119

#596061 color RGB value is (89,96,97).

#596061 hex color red value is 89, green value is 96 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #596061 hue: 0.52 , saturation: 0.04 and the lightness value of 596061 is 0.36.

The process color (four color CMYK) of #596061 color hex is 0.08, 0.01, 0.00, 0.62. Web safe color of #596061 is #666666. Color #596061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100000 01100001
Octal 131 140 141
Decimal 89 96 97
Hex 59 60 61

RGB Percentages of Color #596061

%31.56
%34.04
%34.40

CMYK Percentages of Color #596061

%8
%1
%0
%62

Triadic Colors of #596061

#596061 #615960 #606159

Analogous Colors of #596061

#596061 #595c61 #59615e

Monochromatic Colors of #596061

#596061

Complementary Color

#596061 #615a59

#596061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596061 Color CSS Codes

.mybgcolor {background-color:#596061; } 
.myforecolor {color:#596061; }
.mybordercolor {border:3px solid #596061; }

#596061 Text Font Color

<p style="color:#596061">Text here</p>

This sample text font color is #596061
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#596061 Background Color

<div style="background-color:#596061">
Div content here</div>

This div background color is #596061


#596061 Border Color

<div style="border:3px solid #596061">
Div here</div>

This div border color is #596061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,96,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #596061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #596061;
  -webkit-box-shadow: 1px 1px 3px 2px #596061;
  box-shadow:         1px 1px 3px 2px #596061; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,96,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #596061">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #596061;
  -webkit-box-shadow: 1px 1px 3px 2px #596061;
  box-shadow:         1px 1px 3px 2px #596061;">
Div content here</div>

This div box has shadow with color #596061


Comments

No comments written yet.

Please login to write comment.