Color Hex Logo

#518088 Color Hex

#518088
(81,128,136)
0 Favorites   0 Comments

Color spaces of #518088

RGB 81128136
HSL0.520.250.43
HSV189°40°53°
CMYK 0.400.060.00   0.47
XYZ15.556418.965226.1333
Yxy18.96520.25650.3127
Hunter Lab43.5491-12.4479-5.0949
CIE-Lab50.6465-13.7674-9.3838

#518088 color RGB value is (81,128,136).

#518088 hex color red value is 81, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #518088 hue: 0.52 , saturation: 0.25 and the lightness value of 518088 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 10001000
Octal 121 200 210
Decimal 81 128 136
Hex 51 80 88

RGB Percentages of Color #518088

%23.48
%37.10
%39.42

CMYK Percentages of Color #518088

%40
%6
%0
%47

Triadic Colors of #518088

#518088 #885180 #808851

Analogous Colors of #518088

#518088 #516588 #518875

Monochromatic Colors of #518088

#518088

Complementary Color

#518088 #885951

#518088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518088 Color CSS Codes

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

#518088 Text Font Color

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

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


#518088 Background Color

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

This div background color is #518088


#518088 Border Color

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

This div border color is #518088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518088


Comments

No comments written yet.

Please login to write comment.