Color Hex Logo

#596a8d Color Hex

#596A8D
(89,106,141)
0 Favorites   0 Comments

Color spaces of #596a8d

RGB 89106141
HSL0.610.230.45
HSV220°37°55°
CMYK 0.370.250.00   0.45
XYZ14.081614.355027.2279
Yxy14.35500.25300.2579
Hunter Lab37.88800.0380-16.0867
CIE-Lab44.73782.7695-21.2828

#596a8d color RGB value is (89,106,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10001101
Octal 131 152 215
Decimal 89 106 141
Hex 59 6A 8D

RGB Percentages of Color #596a8d

%26.49
%31.55
%41.96

CMYK Percentages of Color #596a8d

%37
%25
%0
%45

Triadic Colors of #596a8d

#596a8d #8d596a #6a8d59

Analogous Colors of #596a8d

#596a8d #62598d #59848d

Monochromatic Colors of #596a8d

#596a8d

Complementary Color

#596a8d #8d7c59

#596a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#596a8d Color CSS Codes

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

#596a8d Text Font Color

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

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


#596a8d Background Color

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

This div background color is #596a8d


#596a8d Border Color

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

This div border color is #596a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596a8d


Comments

No comments written yet.

Please login to write comment.