Color Hex Logo

#596aae Color Hex

#596AAE
(89,106,174)
0 Favorites   0 Comments

Color spaces of #596aae

RGB 89106174
HSL0.630.340.52
HSV228°49°68°
CMYK 0.490.390.00   0.32
XYZ16.913815.487942.1424
Yxy15.48790.22690.2078
Hunter Lab39.35477.8448-35.9416
CIE-Lab46.295312.7217-38.3469

#596aae color RGB value is (89,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10101110
Octal 131 152 256
Decimal 89 106 174
Hex 59 6A AE

RGB Percentages of Color #596aae

%24.12
%28.73
%47.15

CMYK Percentages of Color #596aae

%49
%39
%0
%32

Triadic Colors of #596aae

#596aae #ae596a #6aae59

Analogous Colors of #596aae

#596aae #7359ae #5995ae

Monochromatic Colors of #596aae

#596aae

Complementary Color

#596aae #ae9d59

#596aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#596aae Color CSS Codes

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

#596aae Text Font Color

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

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


#596aae Background Color

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

This div background color is #596aae


#596aae Border Color

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

This div border color is #596aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596aae


Comments

No comments written yet.

Please login to write comment.