Color Hex Logo

#5679ac Color Hex

#5679AC
(86,121,172)
0 Favorites   0 Comments

Color spaces of #5679ac

RGB 86121172
HSL0.600.340.51
HSV216°50°67°
CMYK 0.500.300.00   0.33
XYZ18.121518.631741.6709
Yxy18.63170.23110.2376
Hunter Lab43.1645-0.5991-27.0234
CIE-Lab50.25352.2010-30.9768

#5679ac color RGB value is (86,121,172).

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

The process color (four color CMYK) of #5679ac color hex is 0.50, 0.30, 0.00, 0.33. Web safe color of #5679ac is #666699. Color #5679ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111001 10101100
Octal 126 171 254
Decimal 86 121 172
Hex 56 79 AC

RGB Percentages of Color #5679ac

%22.69
%31.93
%45.38

CMYK Percentages of Color #5679ac

%50
%30
%0
%33

Triadic Colors of #5679ac

#5679ac #ac5679 #79ac56

Analogous Colors of #5679ac

#5679ac #5e56ac #56a4ac

Monochromatic Colors of #5679ac

#5679ac

Complementary Color

#5679ac #ac8956

#5679ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5679ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5679ac Color CSS Codes

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

#5679ac Text Font Color

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

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


#5679ac Background Color

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

This div background color is #5679ac


#5679ac Border Color

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

This div border color is #5679ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5679ac


Comments

No comments written yet.

Please login to write comment.