Color Hex Logo

#5759db Color Hex

#5759DB
(87,89,219)
0 Favorites   0 Comments

Color spaces of #5759db

RGB 8789219
HSL0.660.650.60
HSV239°60°86°
CMYK 0.600.590.00   0.14
XYZ20.289014.285568.7059
Yxy14.28550.19640.1383
Hunter Lab37.796229.6756-81.3201
CIE-Lab44.639637.4431-66.9926

#5759db color RGB value is (87,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 11011011
Octal 127 131 333
Decimal 87 89 219
Hex 57 59 DB

RGB Percentages of Color #5759db

%22.03
%22.53
%55.44

CMYK Percentages of Color #5759db

%60
%59
%0
%14

Triadic Colors of #5759db

#5759db #db5759 #59db57

Analogous Colors of #5759db

#5759db #9757db #579bdb

Monochromatic Colors of #5759db

#5759db

Complementary Color

#5759db #dbd957

#5759db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5759db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5759db Color CSS Codes

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

#5759db Text Font Color

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

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


#5759db Background Color

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

This div background color is #5759db


#5759db Border Color

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

This div border color is #5759db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5759db


Comments

No comments written yet.

Please login to write comment.