Color Hex Logo

#518d9c Color Hex

#518D9C
(81,141,156)
0 Favorites   0 Comments

Color spaces of #518d9c

RGB 81141156
HSL0.530.320.46
HSV192°48°61°
CMYK 0.480.100.00   0.39
XYZ18.919023.199434.9333
Yxy23.19940.24550.3011
Hunter Lab48.1658-14.1772-9.2854
CIE-Lab55.2771-15.2915-14.0251

#518d9c color RGB value is (81,141,156).

#518d9c hex color red value is 81, green value is 141 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #518d9c hue: 0.53 , saturation: 0.32 and the lightness value of 518d9c is 0.46.

The process color (four color CMYK) of #518d9c color hex is 0.48, 0.10, 0.00, 0.39. Web safe color of #518d9c is #669999. Color #518d9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 10011100
Octal 121 215 234
Decimal 81 141 156
Hex 51 8D 9C

RGB Percentages of Color #518d9c

%21.43
%37.30
%41.27

CMYK Percentages of Color #518d9c

%48
%10
%0
%39

Triadic Colors of #518d9c

#518d9c #9c518d #8d9c51

Analogous Colors of #518d9c

#518d9c #51689c #519c86

Monochromatic Colors of #518d9c

#518d9c

Complementary Color

#518d9c #9c6051

#518d9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518d9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#518d9c Color CSS Codes

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

#518d9c Text Font Color

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

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


#518d9c Background Color

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

This div background color is #518d9c


#518d9c Border Color

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

This div border color is #518d9c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,141,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #518d9c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #518d9c;
  -webkit-box-shadow: 1px 1px 3px 2px #518d9c;
  box-shadow:         1px 1px 3px 2px #518d9c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518d9c


Comments

No comments written yet.

Please login to write comment.