Color Hex Logo

#5960ad Color Hex

#5960AD
(89,96,173)
0 Favorites   0 Comments

Color spaces of #5960ad

RGB 8996173
HSL0.650.340.51
HSV235°49°68°
CMYK 0.490.450.00   0.32
XYZ15.845513.506741.3071
Yxy13.50670.22430.1912
Hunter Lab36.751512.6457-40.9134
CIE-Lab43.517018.6469-42.1677

#5960ad color RGB value is (89,96,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100000 10101101
Octal 131 140 255
Decimal 89 96 173
Hex 59 60 AD

RGB Percentages of Color #5960ad

%24.86
%26.82
%48.32

CMYK Percentages of Color #5960ad

%49
%45
%0
%32

Triadic Colors of #5960ad

#5960ad #ad5960 #60ad59

Analogous Colors of #5960ad

#5960ad #7c59ad #598aad

Monochromatic Colors of #5960ad

#5960ad

Complementary Color

#5960ad #ada659

#5960ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5960ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5960ad Color CSS Codes

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

#5960ad Text Font Color

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

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


#5960ad Background Color

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

This div background color is #5960ad


#5960ad Border Color

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

This div border color is #5960ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5960ad


Comments

No comments written yet.

Please login to write comment.