Color Hex Logo

#5976e5 Color Hex

#5976E5
(89,118,229)
0 Favorites   0 Comments

Color spaces of #5976e5

RGB 89118229
HSL0.630.730.62
HSV228°61°90°
CMYK 0.610.480.00   0.10
XYZ24.741120.737976.8275
Yxy20.73790.20230.1696
Hunter Lab45.538917.2853-68.1494
CIE-Lab52.661423.2950-59.6710

#5976e5 color RGB value is (89,118,229).

#5976e5 hex color red value is 89, green value is 118 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5976e5 hue: 0.63 , saturation: 0.73 and the lightness value of 5976e5 is 0.62.

The process color (four color CMYK) of #5976e5 color hex is 0.61, 0.48, 0.00, 0.10. Web safe color of #5976e5 is #6666cc. Color #5976e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110110 11100101
Octal 131 166 345
Decimal 89 118 229
Hex 59 76 E5

RGB Percentages of Color #5976e5

%20.41
%27.06
%52.52

CMYK Percentages of Color #5976e5

%61
%48
%0
%10

Triadic Colors of #5976e5

#5976e5 #e55976 #76e559

Analogous Colors of #5976e5

#5976e5 #8259e5 #59bce5

Monochromatic Colors of #5976e5

#5976e5

Complementary Color

#5976e5 #e5c859

#5976e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5976e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5976e5 Color CSS Codes

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

#5976e5 Text Font Color

<p style="color:#5976e5">Text here</p>

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


#5976e5 Background Color

<div style="background-color:#5976e5">
Div content here</div>

This div background color is #5976e5


#5976e5 Border Color

<div style="border:3px solid #5976e5">
Div here</div>

This div border color is #5976e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,118,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5976e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5976e5;
  -webkit-box-shadow: 1px 1px 3px 2px #5976e5;
  box-shadow:         1px 1px 3px 2px #5976e5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5976e5


Comments

No comments written yet.

Please login to write comment.