Color Hex Logo

#5764db Color Hex

#5764DB
(87,100,219)
0 Favorites   0 Comments

Color spaces of #5764db

RGB 87100219
HSL0.650.650.60
HSV234°60°86°
CMYK 0.600.540.00   0.14
XYZ21.273816.255169.0341
Yxy16.25510.19960.1525
Hunter Lab40.317623.6306-73.2974
CIE-Lab47.307430.7026-62.6657

#5764db color RGB value is (87,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100100 11011011
Octal 127 144 333
Decimal 87 100 219
Hex 57 64 DB

RGB Percentages of Color #5764db

%21.43
%24.63
%53.94

CMYK Percentages of Color #5764db

%60
%54
%0
%14

Triadic Colors of #5764db

#5764db #db5764 #64db57

Analogous Colors of #5764db

#5764db #8c57db #57a6db

Monochromatic Colors of #5764db

#5764db

Complementary Color

#5764db #dbce57

#5764db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5764db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5764db Color CSS Codes

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

#5764db Text Font Color

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

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


#5764db Background Color

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

This div background color is #5764db


#5764db Border Color

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

This div border color is #5764db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,100,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 #5764db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5764db


Comments

No comments written yet.

Please login to write comment.