Color Hex Logo

#595aad Color Hex

#595AAD
(89,90,173)
0 Favorites   0 Comments

Color spaces of #595aad

RGB 8990173
HSL0.660.340.51
HSV239°49°68°
CMYK 0.490.480.00   0.32
XYZ15.318812.453341.1315
Yxy12.45330.22230.1807
Hunter Lab35.289215.7294-44.4032
CIE-Lab41.927722.4140-44.7024

#595aad color RGB value is (89,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 10101101
Octal 131 132 255
Decimal 89 90 173
Hex 59 5A AD

RGB Percentages of Color #595aad

%25.28
%25.57
%49.15

CMYK Percentages of Color #595aad

%49
%48
%0
%32

Triadic Colors of #595aad

#595aad #ad595a #5aad59

Analogous Colors of #595aad

#595aad #8259ad #5984ad

Monochromatic Colors of #595aad

#595aad

Complementary Color

#595aad #adac59

#595aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#595aad Color CSS Codes

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

#595aad Text Font Color

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

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


#595aad Background Color

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

This div background color is #595aad


#595aad Border Color

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

This div border color is #595aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595aad


Comments

No comments written yet.

Please login to write comment.