Color Hex Logo

#518292 Color Hex

#518292
(81,130,146)
0 Favorites   0 Comments

Color spaces of #518292

RGB 81130146
HSL0.540.290.45
HSV195°45°57°
CMYK 0.450.110.00   0.43
XYZ16.564319.789930.1409
Yxy19.78990.24910.2976
Hunter Lab44.4858-11.3858-9.0312
CIE-Lab51.5988-12.0889-13.7956

#518292 color RGB value is (81,130,146).

#518292 hex color red value is 81, green value is 130 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #518292 hue: 0.54 , saturation: 0.29 and the lightness value of 518292 is 0.45.

The process color (four color CMYK) of #518292 color hex is 0.45, 0.11, 0.00, 0.43. Web safe color of #518292 is #669999. Color #518292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000010 10010010
Octal 121 202 222
Decimal 81 130 146
Hex 51 82 92

RGB Percentages of Color #518292

%22.69
%36.41
%40.90

CMYK Percentages of Color #518292

%45
%11
%0
%43

Triadic Colors of #518292

#518292 #925182 #829251

Analogous Colors of #518292

#518292 #516292 #519282

Monochromatic Colors of #518292

#518292

Complementary Color

#518292 #926151

#518292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518292 Color CSS Codes

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

#518292 Text Font Color

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

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


#518292 Background Color

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

This div background color is #518292


#518292 Border Color

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

This div border color is #518292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518292


Comments

No comments written yet.

Please login to write comment.