Color Hex Logo

#5971cd Color Hex

#5971CD
(89,113,205)
0 Favorites   0 Comments

Color spaces of #5971cd

RGB 89113205
HSL0.630.540.58
HSV228°57°80°
CMYK 0.570.450.00   0.20
XYZ21.044418.341960.1888
Yxy18.34190.21130.1842
Hunter Lab42.827412.7627-53.3457
CIE-Lab49.908218.3972-50.5055

#5971cd color RGB value is (89,113,205).

#5971cd hex color red value is 89, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5971cd hue: 0.63 , saturation: 0.54 and the lightness value of 5971cd is 0.58.

The process color (four color CMYK) of #5971cd color hex is 0.57, 0.45, 0.00, 0.20. Web safe color of #5971cd is #6666cc. Color #5971cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110001 11001101
Octal 131 161 315
Decimal 89 113 205
Hex 59 71 CD

RGB Percentages of Color #5971cd

%21.87
%27.76
%50.37

CMYK Percentages of Color #5971cd

%57
%45
%0
%20

Triadic Colors of #5971cd

#5971cd #cd5971 #71cd59

Analogous Colors of #5971cd

#5971cd #7b59cd #59abcd

Monochromatic Colors of #5971cd

#5971cd

Complementary Color

#5971cd #cdb559

#5971cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5971cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5971cd Color CSS Codes

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

#5971cd Text Font Color

<p style="color:#5971cd">Text here</p>

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


#5971cd Background Color

<div style="background-color:#5971cd">
Div content here</div>

This div background color is #5971cd


#5971cd Border Color

<div style="border:3px solid #5971cd">
Div here</div>

This div border color is #5971cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,113,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5971cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5971cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5971cd;
  box-shadow:         1px 1px 3px 2px #5971cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,113,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5971cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5971cd


Comments

No comments written yet.

Please login to write comment.