Color Hex Logo

#5966ad Color Hex

#5966AD
(89,102,173)
0 Favorites   0 Comments

Color spaces of #5966ad

RGB 89102173
HSL0.640.340.51
HSV231°49°68°
CMYK 0.490.410.00   0.32
XYZ16.414014.643741.4966
Yxy14.64370.22620.2018
Hunter Lab38.26719.5971-37.5068
CIE-Lab45.142314.8938-39.5866

#5966ad color RGB value is (89,102,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100110 10101101
Octal 131 146 255
Decimal 89 102 173
Hex 59 66 AD

RGB Percentages of Color #5966ad

%24.45
%28.02
%47.53

CMYK Percentages of Color #5966ad

%49
%41
%0
%32

Triadic Colors of #5966ad

#5966ad #ad5966 #66ad59

Analogous Colors of #5966ad

#5966ad #7659ad #5990ad

Monochromatic Colors of #5966ad

#5966ad

Complementary Color

#5966ad #ada059

#5966ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5966ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5966ad Color CSS Codes

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

#5966ad Text Font Color

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

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


#5966ad Background Color

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

This div background color is #5966ad


#5966ad Border Color

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

This div border color is #5966ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5966ad


Comments

No comments written yet.

Please login to write comment.