Color Hex Logo

#595cad Color Hex

#595CAD
(89,92,173)
0 Favorites   0 Comments

Color spaces of #595cad

RGB 8992173
HSL0.660.340.51
HSV238°49°68°
CMYK 0.490.470.00   0.32
XYZ15.489812.795341.1885
Yxy12.79530.22300.1842
Hunter Lab35.770514.6979-43.2310
CIE-Lab42.453221.1576-43.8632

#595cad color RGB value is (89,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 10101101
Octal 131 134 255
Decimal 89 92 173
Hex 59 5C AD

RGB Percentages of Color #595cad

%25.14
%25.99
%48.87

CMYK Percentages of Color #595cad

%49
%47
%0
%32

Triadic Colors of #595cad

#595cad #ad595c #5cad59

Analogous Colors of #595cad

#595cad #8059ad #5986ad

Monochromatic Colors of #595cad

#595cad

Complementary Color

#595cad #adaa59

#595cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#595cad Color CSS Codes

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

#595cad Text Font Color

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

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


#595cad Background Color

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

This div background color is #595cad


#595cad Border Color

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

This div border color is #595cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595cad


Comments

No comments written yet.

Please login to write comment.