Color Hex Logo

#5971ff Color Hex

#5971FF
(89,113,255)
0 Favorites   0 Comments

Color spaces of #5971ff

RGB 89113255
HSL0.641.000.67
HSV231°65°100°
CMYK 0.650.560.00   0.00
XYZ28.075021.154197.2112
Yxy21.15410.19170.1445
Hunter Lab45.993628.4696-93.1187
CIE-Lab53.117735.0682-73.4134

#5971ff color RGB value is (89,113,255).

#5971ff hex color red value is 89, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5971ff hue: 0.64 , saturation: 1.00 and the lightness value of 5971ff is 0.67.

The process color (four color CMYK) of #5971ff color hex is 0.65, 0.56, 0.00, 0.00. Web safe color of #5971ff is #6666ff. Color #5971ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110001 11111111
Octal 131 161 377
Decimal 89 113 255
Hex 59 71 FF

RGB Percentages of Color #5971ff

%19.47
%24.73
%55.80

CMYK Percentages of Color #5971ff

%65
%56
%0
%0

Triadic Colors of #5971ff

#5971ff #ff5971 #71ff59

Analogous Colors of #5971ff

#5971ff #9459ff #59c4ff

Monochromatic Colors of #5971ff

#5971ff

Complementary Color

#5971ff #ffe759

#5971ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5971ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5971ff Color CSS Codes

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

#5971ff Text Font Color

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

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


#5971ff Background Color

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

This div background color is #5971ff


#5971ff Border Color

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

This div border color is #5971ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5971ff

Related Colors


Comments

No comments written yet.

Please login to write comment.