Color Hex Logo

#5676ab Color Hex

#5676AB
(86,118,171)
0 Favorites   0 Comments

Color spaces of #5676ab

RGB 86118171
HSL0.600.340.50
HSV217°50°67°
CMYK 0.500.310.00   0.33
XYZ17.666917.875641.0473
Yxy17.87560.23070.2334
Hunter Lab42.27950.5987-27.9663
CIE-Lab49.34493.6907-31.8155

#5676ab color RGB value is (86,118,171).

#5676ab hex color red value is 86, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5676ab hue: 0.60 , saturation: 0.34 and the lightness value of 5676ab is 0.50.

The process color (four color CMYK) of #5676ab color hex is 0.50, 0.31, 0.00, 0.33. Web safe color of #5676ab is #666699. Color #5676ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110110 10101011
Octal 126 166 253
Decimal 86 118 171
Hex 56 76 AB

RGB Percentages of Color #5676ab

%22.93
%31.47
%45.60

CMYK Percentages of Color #5676ab

%50
%31
%0
%33

Triadic Colors of #5676ab

#5676ab #ab5676 #76ab56

Analogous Colors of #5676ab

#5676ab #6056ab #56a1ab

Monochromatic Colors of #5676ab

#5676ab

Complementary Color

#5676ab #ab8b56

#5676ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5676ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5676ab Color CSS Codes

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

#5676ab Text Font Color

<p style="color:#5676ab">Text here</p>

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


#5676ab Background Color

<div style="background-color:#5676ab">
Div content here</div>

This div background color is #5676ab


#5676ab Border Color

<div style="border:3px solid #5676ab">
Div here</div>

This div border color is #5676ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,118,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5676ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5676ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5676ab;
  box-shadow:         1px 1px 3px 2px #5676ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5676ab


Comments

No comments written yet.

Please login to write comment.