Color Hex Logo

#516183 Color Hex

#516183
(81,97,131)
0 Favorites   0 Comments

Color spaces of #516183

RGB 8197131
HSL0.610.240.42
HSV221°38°51°
CMYK 0.380.260.00   0.49
XYZ11.764811.937423.1568
Yxy11.93740.25110.2548
Hunter Lab34.55050.3176-15.5525
CIE-Lab41.11652.9916-20.9046

#516183 color RGB value is (81,97,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100001 10000011
Octal 121 141 203
Decimal 81 97 131
Hex 51 61 83

RGB Percentages of Color #516183

%26.21
%31.39
%42.39

CMYK Percentages of Color #516183

%38
%26
%0
%49

Triadic Colors of #516183

#516183 #835161 #618351

Analogous Colors of #516183

#516183 #5a5183 #517a83

Monochromatic Colors of #516183

#516183

Complementary Color

#516183 #837351

#516183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516183 Color CSS Codes

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

#516183 Text Font Color

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

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


#516183 Background Color

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

This div background color is #516183


#516183 Border Color

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

This div border color is #516183


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,97,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 #516183">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516183


Comments

No comments written yet.

Please login to write comment.