Color Hex Logo

#516cab Color Hex

#516CAB
(81,108,171)
0 Favorites   0 Comments

Color spaces of #516cab

RGB 81108171
HSL0.620.360.49
HSV222°53°67°
CMYK 0.530.370.00   0.33
XYZ16.106615.414740.6545
Yxy15.41470.22320.2136
Hunter Lab39.26164.5198-33.9104
CIE-Lab46.19708.5983-36.7804

#516cab color RGB value is (81,108,171).

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

The process color (four color CMYK) of #516cab color hex is 0.53, 0.37, 0.00, 0.33. Web safe color of #516cab is #666699. Color #516cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101100 10101011
Octal 121 154 253
Decimal 81 108 171
Hex 51 6C AB

RGB Percentages of Color #516cab

%22.50
%30.00
%47.50

CMYK Percentages of Color #516cab

%53
%37
%0
%33

Triadic Colors of #516cab

#516cab #ab516c #6cab51

Analogous Colors of #516cab

#516cab #6351ab #5199ab

Monochromatic Colors of #516cab

#516cab

Complementary Color

#516cab #ab9051

#516cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#516cab Color CSS Codes

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

#516cab Text Font Color

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

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


#516cab Background Color

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

This div background color is #516cab


#516cab Border Color

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

This div border color is #516cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516cab


Comments

No comments written yet.

Please login to write comment.