Color Hex Logo

#596062 Color Hex

#596062
(89,96,98)
0 Favorites   0 Comments

Color spaces of #596062

RGB 899698
HSL0.540.050.37
HSV193°38°
CMYK 0.090.020.00   0.62
XYZ10.507311.371413.1964
Yxy11.37140.29960.3242
Hunter Lab33.7215-3.39370.4028
CIE-Lab40.1991-2.2690-2.0807

#596062 color RGB value is (89,96,98).

#596062 hex color red value is 89, green value is 96 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #596062 hue: 0.54 , saturation: 0.05 and the lightness value of 596062 is 0.37.

The process color (four color CMYK) of #596062 color hex is 0.09, 0.02, 0.00, 0.62. Web safe color of #596062 is #666666. Color #596062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100000 01100010
Octal 131 140 142
Decimal 89 96 98
Hex 59 60 62

RGB Percentages of Color #596062

%31.45
%33.92
%34.63

CMYK Percentages of Color #596062

%9
%2
%0
%62

Triadic Colors of #596062

#596062 #625960 #606259

Analogous Colors of #596062

#596062 #595c62 #596260

Monochromatic Colors of #596062

#596062

Complementary Color

#596062 #625b59

#596062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596062 Color CSS Codes

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

#596062 Text Font Color

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

This sample text font color is #596062
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.


#596062 Background Color

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

This div background color is #596062


#596062 Border Color

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

This div border color is #596062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596062


Comments

No comments written yet.

Please login to write comment.