Color Hex Logo

#516983 Color Hex

#516983
(81,105,131)
0 Favorites   0 Comments

Color spaces of #516983

RGB 81105131
HSL0.590.240.42
HSV211°38°51°
CMYK 0.380.200.00   0.49
XYZ12.541613.491223.4158
Yxy13.49120.25360.2728
Hunter Lab36.7304-3.3292-12.0864
CIE-Lab43.4942-1.8896-17.2484

#516983 color RGB value is (81,105,131).

#516983 hex color red value is 81, green value is 105 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #516983 hue: 0.59 , saturation: 0.24 and the lightness value of 516983 is 0.42.

The process color (four color CMYK) of #516983 color hex is 0.38, 0.20, 0.00, 0.49. Web safe color of #516983 is #666699. Color #516983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101001 10000011
Octal 121 151 203
Decimal 81 105 131
Hex 51 69 83

RGB Percentages of Color #516983

%25.55
%33.12
%41.32

CMYK Percentages of Color #516983

%38
%20
%0
%49

Triadic Colors of #516983

#516983 #835169 #698351

Analogous Colors of #516983

#516983 #525183 #518283

Monochromatic Colors of #516983

#516983

Complementary Color

#516983 #836b51

#516983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516983 Color CSS Codes

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

#516983 Text Font Color

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

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


#516983 Background Color

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

This div background color is #516983


#516983 Border Color

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

This div border color is #516983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516983


Comments

No comments written yet.

Please login to write comment.