Color Hex Logo

#596baf Color Hex

#596BAF
(89,107,175)
0 Favorites   0 Comments

Color spaces of #596baf

RGB 89107175
HSL0.630.350.52
HSV227°49°69°
CMYK 0.490.390.00   0.31
XYZ17.115415.734442.6924
Yxy15.73440.22660.2083
Hunter Lab39.66667.6028-36.0460
CIE-Lab46.624112.4176-38.4114

#596baf color RGB value is (89,107,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101011 10101111
Octal 131 153 257
Decimal 89 107 175
Hex 59 6B AF

RGB Percentages of Color #596baf

%23.99
%28.84
%47.17

CMYK Percentages of Color #596baf

%49
%39
%0
%31

Triadic Colors of #596baf

#596baf #af596b #6baf59

Analogous Colors of #596baf

#596baf #7259af #5996af

Monochromatic Colors of #596baf

#596baf

Complementary Color

#596baf #af9d59

#596baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#596baf Color CSS Codes

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

#596baf Text Font Color

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

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


#596baf Background Color

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

This div background color is #596baf


#596baf Border Color

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

This div border color is #596baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,107,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 #596baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596baf


Comments

No comments written yet.

Please login to write comment.