Color Hex Logo

#5964ad Color Hex

#5964AD
(89,100,173)
0 Favorites   0 Comments

Color spaces of #5964ad

RGB 89100173
HSL0.640.340.51
HSV232°49°68°
CMYK 0.490.420.00   0.32
XYZ16.219814.255341.4318
Yxy14.25530.22560.1982
Hunter Lab37.756210.6090-38.6326
CIE-Lab44.596916.1423-40.4514

#5964ad color RGB value is (89,100,173).

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

The process color (four color CMYK) of #5964ad color hex is 0.49, 0.42, 0.00, 0.32. Web safe color of #5964ad is #666699. Color #5964ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 10101101
Octal 131 144 255
Decimal 89 100 173
Hex 59 64 AD

RGB Percentages of Color #5964ad

%24.59
%27.62
%47.79

CMYK Percentages of Color #5964ad

%49
%42
%0
%32

Triadic Colors of #5964ad

#5964ad #ad5964 #64ad59

Analogous Colors of #5964ad

#5964ad #7859ad #598ead

Monochromatic Colors of #5964ad

#5964ad

Complementary Color

#5964ad #ada259

#5964ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5964ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5964ad Color CSS Codes

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

#5964ad Text Font Color

<p style="color:#5964ad">Text here</p>

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


#5964ad Background Color

<div style="background-color:#5964ad">
Div content here</div>

This div background color is #5964ad


#5964ad Border Color

<div style="border:3px solid #5964ad">
Div here</div>

This div border color is #5964ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5964ad


Comments

No comments written yet.

Please login to write comment.