Color Hex Logo

#5759df Color Hex

#5759DF
(87,89,223)
0 Favorites   0 Comments

Color spaces of #5759df

RGB 8789223
HSL0.660.680.61
HSV239°61°87°
CMYK 0.610.600.00   0.13
XYZ20.822114.498771.5131
Yxy14.49870.19490.1357
Hunter Lab38.077230.9758-84.6991
CIE-Lab44.939838.7438-68.7802

#5759df color RGB value is (87,89,223).

#5759df hex color red value is 87, green value is 89 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5759df hue: 0.66 , saturation: 0.68 and the lightness value of 5759df is 0.61.

The process color (four color CMYK) of #5759df color hex is 0.61, 0.60, 0.00, 0.13. Web safe color of #5759df is #6666cc. Color #5759df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 11011111
Octal 127 131 337
Decimal 87 89 223
Hex 57 59 DF

RGB Percentages of Color #5759df

%21.80
%22.31
%55.89

CMYK Percentages of Color #5759df

%61
%60
%0
%13

Triadic Colors of #5759df

#5759df #df5759 #59df57

Analogous Colors of #5759df

#5759df #9957df #579ddf

Monochromatic Colors of #5759df

#5759df

Complementary Color

#5759df #dfdd57

#5759df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5759df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5759df Color CSS Codes

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

#5759df Text Font Color

<p style="color:#5759df">Text here</p>

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


#5759df Background Color

<div style="background-color:#5759df">
Div content here</div>

This div background color is #5759df


#5759df Border Color

<div style="border:3px solid #5759df">
Div here</div>

This div border color is #5759df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,89,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5759df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5759df;
  -webkit-box-shadow: 1px 1px 3px 2px #5759df;
  box-shadow:         1px 1px 3px 2px #5759df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5759df


Comments

No comments written yet.

Please login to write comment.