Color Hex Logo

#518baa Color Hex

#518BAA
(81,139,170)
1 Favorites   0 Comments

Color spaces of #518baa

RGB 81139170
HSL0.560.350.49
HSV201°52°67°
CMYK 0.520.180.00   0.33
XYZ19.881723.116841.4443
Yxy23.11680.23540.2738
Hunter Lab48.0799-10.3277-17.4513
CIE-Lab55.1924-10.0564-22.1977

#518baa color RGB value is (81,139,170).

#518baa hex color red value is 81, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #518baa hue: 0.56 , saturation: 0.35 and the lightness value of 518baa is 0.49.

The process color (four color CMYK) of #518baa color hex is 0.52, 0.18, 0.00, 0.33. Web safe color of #518baa is #669999. Color #518baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001011 10101010
Octal 121 213 252
Decimal 81 139 170
Hex 51 8B AA

RGB Percentages of Color #518baa

%20.77
%35.64
%43.59

CMYK Percentages of Color #518baa

%52
%18
%0
%33

Triadic Colors of #518baa

#518baa #aa518b #8baa51

Analogous Colors of #518baa

#518baa #515eaa #51aa9d

Monochromatic Colors of #518baa

#518baa

Complementary Color

#518baa #aa7051

#518baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#518baa Color CSS Codes

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

#518baa Text Font Color

<p style="color:#518baa">Text here</p>

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


#518baa Background Color

<div style="background-color:#518baa">
Div content here</div>

This div background color is #518baa


#518baa Border Color

<div style="border:3px solid #518baa">
Div here</div>

This div border color is #518baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518baa;
  -webkit-box-shadow: 1px 1px 3px 2px #518baa;
  box-shadow:         1px 1px 3px 2px #518baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518baa


Comments

No comments written yet.

Please login to write comment.