Color Hex Logo

#595aae Color Hex

#595AAE
(89,90,174)
0 Favorites   0 Comments

Color spaces of #595aae

RGB 8990174
HSL0.660.340.52
HSV239°49°68°
CMYK 0.490.480.00   0.32
XYZ15.416012.492241.6431
Yxy12.49220.22160.1796
Hunter Lab35.344316.0032-45.1152
CIE-Lab41.987922.7285-45.1955

#595aae color RGB value is (89,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 10101110
Octal 131 132 256
Decimal 89 90 174
Hex 59 5A AE

RGB Percentages of Color #595aae

%25.21
%25.50
%49.29

CMYK Percentages of Color #595aae

%49
%48
%0
%32

Triadic Colors of #595aae

#595aae #ae595a #5aae59

Analogous Colors of #595aae

#595aae #8359ae #5985ae

Monochromatic Colors of #595aae

#595aae

Complementary Color

#595aae #aead59

#595aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#595aae Color CSS Codes

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

#595aae Text Font Color

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

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


#595aae Background Color

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

This div background color is #595aae


#595aae Border Color

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

This div border color is #595aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595aae


Comments

No comments written yet.

Please login to write comment.