Color Hex Logo

#516bad Color Hex

#516BAD
(81,107,173)
0 Favorites   0 Comments

Color spaces of #516bad

RGB 81107173
HSL0.620.360.50
HSV223°53°68°
CMYK 0.530.380.00   0.32
XYZ16.193915.281941.6313
Yxy15.28190.22150.2090
Hunter Lab39.09215.5325-35.7767
CIE-Lab46.01799.8694-38.2336

#516bad color RGB value is (81,107,173).

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

The process color (four color CMYK) of #516bad color hex is 0.53, 0.38, 0.00, 0.32. Web safe color of #516bad is #666699. Color #516bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101011 10101101
Octal 121 153 255
Decimal 81 107 173
Hex 51 6B AD

RGB Percentages of Color #516bad

%22.44
%29.64
%47.92

CMYK Percentages of Color #516bad

%53
%38
%0
%32

Triadic Colors of #516bad

#516bad #ad516b #6bad51

Analogous Colors of #516bad

#516bad #6551ad #5199ad

Monochromatic Colors of #516bad

#516bad

Complementary Color

#516bad #ad9351

#516bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#516bad Color CSS Codes

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

#516bad Text Font Color

<p style="color:#516bad">Text here</p>

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


#516bad Background Color

<div style="background-color:#516bad">
Div content here</div>

This div background color is #516bad


#516bad Border Color

<div style="border:3px solid #516bad">
Div here</div>

This div border color is #516bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516bad


Comments

No comments written yet.

Please login to write comment.