Color Hex Logo

#596a8e Color Hex

#596A8E
(89,106,142)
0 Favorites   0 Comments

Color spaces of #596a8e

RGB 89106142
HSL0.610.230.45
HSV221°37°56°
CMYK 0.370.250.00   0.44
XYZ14.156314.384927.6216
Yxy14.38490.25210.2561
Hunter Lab37.92740.2516-16.6302
CIE-Lab44.77993.0549-21.8145

#596a8e color RGB value is (89,106,142).

#596a8e hex color red value is 89, green value is 106 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #596a8e hue: 0.61 , saturation: 0.23 and the lightness value of 596a8e is 0.45.

The process color (four color CMYK) of #596a8e color hex is 0.37, 0.25, 0.00, 0.44. Web safe color of #596a8e is #666699. Color #596a8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10001110
Octal 131 152 216
Decimal 89 106 142
Hex 59 6A 8E

RGB Percentages of Color #596a8e

%26.41
%31.45
%42.14

CMYK Percentages of Color #596a8e

%37
%25
%0
%44

Triadic Colors of #596a8e

#596a8e #8e596a #6a8e59

Analogous Colors of #596a8e

#596a8e #62598e #59858e

Monochromatic Colors of #596a8e

#596a8e

Complementary Color

#596a8e #8e7d59

#596a8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596a8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#596a8e Color CSS Codes

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

#596a8e Text Font Color

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

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


#596a8e Background Color

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

This div background color is #596a8e


#596a8e Border Color

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

This div border color is #596a8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,106,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #596a8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #596a8e;
  -webkit-box-shadow: 1px 1px 3px 2px #596a8e;
  box-shadow:         1px 1px 3px 2px #596a8e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596a8e


Comments

No comments written yet.

Please login to write comment.