Color Hex Logo

#516085 Color Hex

#516085
(81,96,133)
0 Favorites   0 Comments

Color spaces of #516085

RGB 8196133
HSL0.620.240.42
HSV223°39°52°
CMYK 0.390.280.00   0.48
XYZ11.809811.808523.8471
Yxy11.80850.24880.2488
Hunter Lab34.36351.2095-17.0908
CIE-Lab40.91014.1982-22.4350

#516085 color RGB value is (81,96,133).

#516085 hex color red value is 81, green value is 96 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #516085 hue: 0.62 , saturation: 0.24 and the lightness value of 516085 is 0.42.

The process color (four color CMYK) of #516085 color hex is 0.39, 0.28, 0.00, 0.48. Web safe color of #516085 is #666699. Color #516085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100000 10000101
Octal 121 140 205
Decimal 81 96 133
Hex 51 60 85

RGB Percentages of Color #516085

%26.13
%30.97
%42.90

CMYK Percentages of Color #516085

%39
%28
%0
%48

Triadic Colors of #516085

#516085 #855160 #608551

Analogous Colors of #516085

#516085 #5c5185 #517a85

Monochromatic Colors of #516085

#516085

Complementary Color

#516085 #857651

#516085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516085 Color CSS Codes

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

#516085 Text Font Color

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

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


#516085 Background Color

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

This div background color is #516085


#516085 Border Color

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

This div border color is #516085


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,96,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516085; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516085;
  -webkit-box-shadow: 1px 1px 3px 2px #516085;
  box-shadow:         1px 1px 3px 2px #516085; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516085


Comments

No comments written yet.

Please login to write comment.