Color Hex Logo

#596eaf Color Hex

#596EAF
(89,110,175)
0 Favorites   0 Comments

Color spaces of #596eaf

RGB 89110175
HSL0.630.350.52
HSV225°49°69°
CMYK 0.490.370.00   0.31
XYZ17.433616.370942.7985
Yxy16.37090.22760.2137
Hunter Lab40.46106.1044-34.3927
CIE-Lab47.457410.5648-37.0958

#596eaf color RGB value is (89,110,175).

#596eaf hex color red value is 89, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #596eaf hue: 0.63 , saturation: 0.35 and the lightness value of 596eaf is 0.52.

The process color (four color CMYK) of #596eaf color hex is 0.49, 0.37, 0.00, 0.31. Web safe color of #596eaf is #666699. Color #596eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101110 10101111
Octal 131 156 257
Decimal 89 110 175
Hex 59 6E AF

RGB Percentages of Color #596eaf

%23.80
%29.41
%46.79

CMYK Percentages of Color #596eaf

%49
%37
%0
%31

Triadic Colors of #596eaf

#596eaf #af596e #6eaf59

Analogous Colors of #596eaf

#596eaf #6f59af #5999af

Monochromatic Colors of #596eaf

#596eaf

Complementary Color

#596eaf #af9a59

#596eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#596eaf Color CSS Codes

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

#596eaf Text Font Color

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

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


#596eaf Background Color

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

This div background color is #596eaf


#596eaf Border Color

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

This div border color is #596eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596eaf


Comments

No comments written yet.

Please login to write comment.