Color Hex Logo

#5679bd Color Hex

#5679BD
(86,121,189)
0 Favorites   0 Comments

Color spaces of #5679bd

RGB 86121189
HSL0.610.440.54
HSV220°54°74°
CMYK 0.540.360.00   0.26
XYZ19.860419.327350.8279
Yxy19.32730.22060.2147
Hunter Lab43.96283.7032-37.7745
CIE-Lab51.06807.6156-39.5128

#5679bd color RGB value is (86,121,189).

#5679bd hex color red value is 86, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5679bd hue: 0.61 , saturation: 0.44 and the lightness value of 5679bd is 0.54.

The process color (four color CMYK) of #5679bd color hex is 0.54, 0.36, 0.00, 0.26. Web safe color of #5679bd is #6666cc. Color #5679bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111001 10111101
Octal 126 171 275
Decimal 86 121 189
Hex 56 79 BD

RGB Percentages of Color #5679bd

%21.72
%30.56
%47.73

CMYK Percentages of Color #5679bd

%54
%36
%0
%26

Triadic Colors of #5679bd

#5679bd #bd5679 #79bd56

Analogous Colors of #5679bd

#5679bd #6756bd #56adbd

Monochromatic Colors of #5679bd

#5679bd

Complementary Color

#5679bd #bd9a56

#5679bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5679bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5679bd Color CSS Codes

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

#5679bd Text Font Color

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

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


#5679bd Background Color

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

This div background color is #5679bd


#5679bd Border Color

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

This div border color is #5679bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5679bd


Comments

No comments written yet.

Please login to write comment.