Color Hex Logo

#5679aa Color Hex

#5679AA
(86,121,170)
0 Favorites   0 Comments

Color spaces of #5679aa

RGB 86121170
HSL0.600.330.50
HSV215°49°67°
CMYK 0.490.290.00   0.33
XYZ17.930818.555540.6667
Yxy18.55550.23240.2405
Hunter Lab43.0761-1.0810-25.8204
CIE-Lab50.16311.5778-29.9569

#5679aa color RGB value is (86,121,170).

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

The process color (four color CMYK) of #5679aa color hex is 0.49, 0.29, 0.00, 0.33. Web safe color of #5679aa is #666699. Color #5679aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111001 10101010
Octal 126 171 252
Decimal 86 121 170
Hex 56 79 AA

RGB Percentages of Color #5679aa

%22.81
%32.10
%45.09

CMYK Percentages of Color #5679aa

%49
%29
%0
%33

Triadic Colors of #5679aa

#5679aa #aa5679 #79aa56

Analogous Colors of #5679aa

#5679aa #5d56aa #56a3aa

Monochromatic Colors of #5679aa

#5679aa

Complementary Color

#5679aa #aa8756

#5679aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5679aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5679aa Color CSS Codes

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

#5679aa Text Font Color

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

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


#5679aa Background Color

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

This div background color is #5679aa


#5679aa Border Color

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

This div border color is #5679aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5679aa


Comments

No comments written yet.

Please login to write comment.