Color Hex Logo

#596aad Color Hex

#596AAD
(89,106,173)
0 Favorites   0 Comments

Color spaces of #596aad

RGB 89106173
HSL0.630.340.51
HSV228°49°68°
CMYK 0.490.390.00   0.32
XYZ16.816715.449041.6308
Yxy15.44900.22760.2091
Hunter Lab39.30527.5869-35.2844
CIE-Lab46.243112.4074-37.8447

#596aad color RGB value is (89,106,173).

#596aad hex color red value is 89, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #596aad hue: 0.63 , saturation: 0.34 and the lightness value of 596aad is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10101101
Octal 131 152 255
Decimal 89 106 173
Hex 59 6A AD

RGB Percentages of Color #596aad

%24.18
%28.80
%47.01

CMYK Percentages of Color #596aad

%49
%39
%0
%32

Triadic Colors of #596aad

#596aad #ad596a #6aad59

Analogous Colors of #596aad

#596aad #7259ad #5994ad

Monochromatic Colors of #596aad

#596aad

Complementary Color

#596aad #ad9c59

#596aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#596aad Color CSS Codes

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

#596aad Text Font Color

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

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


#596aad Background Color

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

This div background color is #596aad


#596aad Border Color

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

This div border color is #596aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596aad


Comments

No comments written yet.

Please login to write comment.