Color Hex Logo

#5671af Color Hex

#5671AF
(86,113,175)
0 Favorites   0 Comments

Color spaces of #5671af

RGB 86113175
HSL0.620.360.51
HSV222°51°69°
CMYK 0.510.350.00   0.31
XYZ17.480716.883842.8950
Yxy16.88380.22630.2185
Hunter Lab41.08994.0312-33.1317
CIE-Lab48.11337.9932-36.0750

#5671af color RGB value is (86,113,175).

#5671af hex color red value is 86, green value is 113 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5671af hue: 0.62 , saturation: 0.36 and the lightness value of 5671af is 0.51.

The process color (four color CMYK) of #5671af color hex is 0.51, 0.35, 0.00, 0.31. Web safe color of #5671af is #666699. Color #5671af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110001 10101111
Octal 126 161 257
Decimal 86 113 175
Hex 56 71 AF

RGB Percentages of Color #5671af

%22.99
%30.21
%46.79

CMYK Percentages of Color #5671af

%51
%35
%0
%31

Triadic Colors of #5671af

#5671af #af5671 #71af56

Analogous Colors of #5671af

#5671af #6856af #569eaf

Monochromatic Colors of #5671af

#5671af

Complementary Color

#5671af #af9456

#5671af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5671af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5671af Color CSS Codes

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

#5671af Text Font Color

<p style="color:#5671af">Text here</p>

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


#5671af Background Color

<div style="background-color:#5671af">
Div content here</div>

This div background color is #5671af


#5671af Border Color

<div style="border:3px solid #5671af">
Div here</div>

This div border color is #5671af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,113,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5671af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5671af;
  -webkit-box-shadow: 1px 1px 3px 2px #5671af;
  box-shadow:         1px 1px 3px 2px #5671af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5671af


Comments

No comments written yet.

Please login to write comment.