Color Hex Logo

#5965ad Color Hex

#5965AD
(89,101,173)
0 Favorites   0 Comments

Color spaces of #5965ad

RGB 89101173
HSL0.640.340.51
HSV231°49°68°
CMYK 0.490.420.00   0.32
XYZ16.316314.448341.4640
Yxy14.44830.22590.2000
Hunter Lab38.010910.1025-38.0685
CIE-Lab44.869115.5177-40.0196

#5965ad color RGB value is (89,101,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 10101101
Octal 131 145 255
Decimal 89 101 173
Hex 59 65 AD

RGB Percentages of Color #5965ad

%24.52
%27.82
%47.66

CMYK Percentages of Color #5965ad

%49
%42
%0
%32

Triadic Colors of #5965ad

#5965ad #ad5965 #65ad59

Analogous Colors of #5965ad

#5965ad #7759ad #598fad

Monochromatic Colors of #5965ad

#5965ad

Complementary Color

#5965ad #ada159

#5965ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5965ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5965ad Color CSS Codes

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

#5965ad Text Font Color

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

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


#5965ad Background Color

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

This div background color is #5965ad


#5965ad Border Color

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

This div border color is #5965ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5965ad


Comments

No comments written yet.

Please login to write comment.