Color Hex Logo

#595aac Color Hex

#595AAC
(89,90,172)
0 Favorites   0 Comments

Color spaces of #595aac

RGB 8990172
HSL0.660.330.51
HSV239°48°67°
CMYK 0.480.480.00   0.33
XYZ15.222412.414740.6237
Yxy12.41470.22300.1819
Hunter Lab35.234515.4572-43.6944
CIE-Lab41.867822.1002-44.2083

#595aac color RGB value is (89,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 10101100
Octal 131 132 254
Decimal 89 90 172
Hex 59 5A AC

RGB Percentages of Color #595aac

%25.36
%25.64
%49.00

CMYK Percentages of Color #595aac

%48
%48
%0
%33

Triadic Colors of #595aac

#595aac #ac595a #5aac59

Analogous Colors of #595aac

#595aac #8259ac #5984ac

Monochromatic Colors of #595aac

#595aac

Complementary Color

#595aac #acab59

#595aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#595aac Color CSS Codes

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

#595aac Text Font Color

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

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


#595aac Background Color

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

This div background color is #595aac


#595aac Border Color

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

This div border color is #595aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595aac


Comments

No comments written yet.

Please login to write comment.