Color Hex Logo

#516369 Color Hex

#516369
(81,99,105)
0 Favorites   0 Comments

Color spaces of #516369

RGB 8199105
HSL0.540.130.36
HSV195°23°41°
CMYK 0.230.060.00   0.59
XYZ10.405011.692915.0732
Yxy11.69290.27990.3146
Hunter Lab34.1949-5.5261-2.1988
CIE-Lab40.7238-5.3120-5.6618

#516369 color RGB value is (81,99,105).

#516369 hex color red value is 81, green value is 99 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #516369 hue: 0.54 , saturation: 0.13 and the lightness value of 516369 is 0.36.

The process color (four color CMYK) of #516369 color hex is 0.23, 0.06, 0.00, 0.59. Web safe color of #516369 is #666666. Color #516369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100011 01101001
Octal 121 143 151
Decimal 81 99 105
Hex 51 63 69

RGB Percentages of Color #516369

%28.42
%34.74
%36.84

CMYK Percentages of Color #516369

%23
%6
%0
%59

Triadic Colors of #516369

#516369 #695163 #636951

Analogous Colors of #516369

#516369 #515769 #516963

Monochromatic Colors of #516369

#516369

Complementary Color

#516369 #695751

#516369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516369 Color CSS Codes

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

#516369 Text Font Color

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

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


#516369 Background Color

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

This div background color is #516369


#516369 Border Color

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

This div border color is #516369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516369


Comments

No comments written yet.

Please login to write comment.