Color Hex Logo

#5679da Color Hex

#5679DA
(86,121,218)
0 Favorites   0 Comments

Color spaces of #5679da

RGB 86121218
HSL0.620.640.60
HSV224°61°85°
CMYK 0.610.440.00   0.15
XYZ23.330020.715169.0985
Yxy20.71510.20620.1831
Hunter Lab45.513811.8483-58.1536
CIE-Lab52.636317.2149-53.5314

#5679da color RGB value is (86,121,218).

#5679da hex color red value is 86, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5679da hue: 0.62 , saturation: 0.64 and the lightness value of 5679da is 0.60.

The process color (four color CMYK) of #5679da color hex is 0.61, 0.44, 0.00, 0.15. Web safe color of #5679da is #6666cc. Color #5679da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111001 11011010
Octal 126 171 332
Decimal 86 121 218
Hex 56 79 DA

RGB Percentages of Color #5679da

%20.24
%28.47
%51.29

CMYK Percentages of Color #5679da

%61
%44
%0
%15

Triadic Colors of #5679da

#5679da #da5679 #79da56

Analogous Colors of #5679da

#5679da #7556da #56bbda

Monochromatic Colors of #5679da

#5679da

Complementary Color

#5679da #dab756

#5679da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5679da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5679da Color CSS Codes

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

#5679da Text Font Color

<p style="color:#5679da">Text here</p>

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


#5679da Background Color

<div style="background-color:#5679da">
Div content here</div>

This div background color is #5679da


#5679da Border Color

<div style="border:3px solid #5679da">
Div here</div>

This div border color is #5679da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,121,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5679da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5679da;
  -webkit-box-shadow: 1px 1px 3px 2px #5679da;
  box-shadow:         1px 1px 3px 2px #5679da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,121,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5679da


Comments

No comments written yet.

Please login to write comment.