Color Hex Logo

#518486 Color Hex

#518486
(81,132,134)
0 Favorites   0 Comments

Color spaces of #518486

RGB 81132134
HSL0.510.250.42
HSV182°40°53°
CMYK 0.400.010.00   0.47
XYZ15.947719.973125.5689
Yxy19.97310.25940.3248
Hunter Lab44.6913-14.5135-2.6373
CIE-Lab51.8068-16.4946-6.4819

#518486 color RGB value is (81,132,134).

#518486 hex color red value is 81, green value is 132 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #518486 hue: 0.51 , saturation: 0.25 and the lightness value of 518486 is 0.42.

The process color (four color CMYK) of #518486 color hex is 0.40, 0.01, 0.00, 0.47. Web safe color of #518486 is #669999. Color #518486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000100 10000110
Octal 121 204 206
Decimal 81 132 134
Hex 51 84 86

RGB Percentages of Color #518486

%23.34
%38.04
%38.62

CMYK Percentages of Color #518486

%40
%1
%0
%47

Triadic Colors of #518486

#518486 #865184 #848651

Analogous Colors of #518486

#518486 #516a86 #51866e

Monochromatic Colors of #518486

#518486

Complementary Color

#518486 #865351

#518486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518486 Color CSS Codes

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

#518486 Text Font Color

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

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


#518486 Background Color

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

This div background color is #518486


#518486 Border Color

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

This div border color is #518486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518486


Comments

No comments written yet.

Please login to write comment.