Color Hex Logo

#517bac Color Hex

#517BAC
(81,123,172)
0 Favorites   0 Comments

Color spaces of #517bac

RGB 81123172
HSL0.590.360.50
HSV212°53°67°
CMYK 0.530.280.00   0.33
XYZ17.922718.893841.7320
Yxy18.89380.22820.2405
Hunter Lab43.4670-2.4665-26.4965
CIE-Lab50.5627-0.1881-30.5146

#517bac color RGB value is (81,123,172).

#517bac hex color red value is 81, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #517bac hue: 0.59 , saturation: 0.36 and the lightness value of 517bac is 0.50.

The process color (four color CMYK) of #517bac color hex is 0.53, 0.28, 0.00, 0.33. Web safe color of #517bac is #666699. Color #517bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 10101100
Octal 121 173 254
Decimal 81 123 172
Hex 51 7B AC

RGB Percentages of Color #517bac

%21.54
%32.71
%45.74

CMYK Percentages of Color #517bac

%53
%28
%0
%33

Triadic Colors of #517bac

#517bac #ac517b #7bac51

Analogous Colors of #517bac

#517bac #5551ac #51a9ac

Monochromatic Colors of #517bac

#517bac

Complementary Color

#517bac #ac8251

#517bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bac Color CSS Codes

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

#517bac Text Font Color

<p style="color:#517bac">Text here</p>

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


#517bac Background Color

<div style="background-color:#517bac">
Div content here</div>

This div background color is #517bac


#517bac Border Color

<div style="border:3px solid #517bac">
Div here</div>

This div border color is #517bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,123,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517bac;
  -webkit-box-shadow: 1px 1px 3px 2px #517bac;
  box-shadow:         1px 1px 3px 2px #517bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,123,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 #517bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bac


Comments

No comments written yet.

Please login to write comment.