Color Hex Logo

#5771ac Color Hex

#5771AC
(87,113,172)
0 Favorites   0 Comments

Color spaces of #5771ac

RGB 87113172
HSL0.620.340.51
HSV222°49°67°
CMYK 0.490.340.00   0.33
XYZ17.282016.815041.3645
Yxy16.81500.22900.2228
Hunter Lab41.00613.4681-31.1039
CIE-Lab48.02617.2876-34.4604

#5771ac color RGB value is (87,113,172).

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

The process color (four color CMYK) of #5771ac color hex is 0.49, 0.34, 0.00, 0.33. Web safe color of #5771ac is #666699. Color #5771ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110001 10101100
Octal 127 161 254
Decimal 87 113 172
Hex 57 71 AC

RGB Percentages of Color #5771ac

%23.39
%30.38
%46.24

CMYK Percentages of Color #5771ac

%49
%34
%0
%33

Triadic Colors of #5771ac

#5771ac #ac5771 #71ac57

Analogous Colors of #5771ac

#5771ac #6857ac #579cac

Monochromatic Colors of #5771ac

#5771ac

Complementary Color

#5771ac #ac9257

#5771ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5771ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5771ac Color CSS Codes

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

#5771ac Text Font Color

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

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


#5771ac Background Color

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

This div background color is #5771ac


#5771ac Border Color

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

This div border color is #5771ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,113,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 #5771ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5771ac


Comments

No comments written yet.

Please login to write comment.