Color Hex Logo

#519aad Color Hex

#519AAD
(81,154,173)
0 Favorites   0 Comments

Color spaces of #519aad

RGB 81154173
HSL0.530.360.50
HSV192°53°68°
CMYK 0.530.110.00   0.32
XYZ22.491827.877743.7306
Yxy27.87770.23900.2963
Hunter Lab52.7993-16.3603-12.1469
CIE-Lab59.7781-17.3639-16.9092

#519aad color RGB value is (81,154,173).

#519aad hex color red value is 81, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #519aad hue: 0.53 , saturation: 0.36 and the lightness value of 519aad is 0.50.

The process color (four color CMYK) of #519aad color hex is 0.53, 0.11, 0.00, 0.32. Web safe color of #519aad is #669999. Color #519aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10101101
Octal 121 232 255
Decimal 81 154 173
Hex 51 9A AD

RGB Percentages of Color #519aad

%19.85
%37.75
%42.40

CMYK Percentages of Color #519aad

%53
%11
%0
%32

Triadic Colors of #519aad

#519aad #ad519a #9aad51

Analogous Colors of #519aad

#519aad #516cad #51ad92

Monochromatic Colors of #519aad

#519aad

Complementary Color

#519aad #ad6451

#519aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#519aad Color CSS Codes

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

#519aad Text Font Color

<p style="color:#519aad">Text here</p>

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


#519aad Background Color

<div style="background-color:#519aad">
Div content here</div>

This div background color is #519aad


#519aad Border Color

<div style="border:3px solid #519aad">
Div here</div>

This div border color is #519aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,154,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519aad;
  -webkit-box-shadow: 1px 1px 3px 2px #519aad;
  box-shadow:         1px 1px 3px 2px #519aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519aad


Comments

No comments written yet.

Please login to write comment.