Color Hex Logo

#518a98 Color Hex

#518A98
(81,138,152)
0 Favorites   0 Comments

Color spaces of #518a98

RGB 81138152
HSL0.530.300.46
HSV192°47°60°
CMYK 0.470.090.00   0.40
XYZ18.149322.193333.0329
Yxy22.19330.24730.3025
Hunter Lab47.1098-13.6740-8.5967
CIE-Lab54.2315-14.7985-13.2987

#518a98 color RGB value is (81,138,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 10011000
Octal 121 212 230
Decimal 81 138 152
Hex 51 8A 98

RGB Percentages of Color #518a98

%21.83
%37.20
%40.97

CMYK Percentages of Color #518a98

%47
%9
%0
%40

Triadic Colors of #518a98

#518a98 #98518a #8a9851

Analogous Colors of #518a98

#518a98 #516798 #519883

Monochromatic Colors of #518a98

#518a98

Complementary Color

#518a98 #985f51

#518a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518a98 Color CSS Codes

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

#518a98 Text Font Color

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

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


#518a98 Background Color

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

This div background color is #518a98


#518a98 Border Color

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

This div border color is #518a98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518a98


Comments

No comments written yet.

Please login to write comment.