Color Hex Logo

#51619f Color Hex

#51619F
(81,97,159)
0 Favorites   0 Comments

Color spaces of #51619f

RGB 8197159
HSL0.630.330.47
HSV228°49°62°
CMYK 0.490.390.00   0.38
XYZ13.926012.801934.5379
Yxy12.80190.22730.2090
Hunter Lab35.77976.8603-32.1863
CIE-Lab42.463211.5956-35.5995

#51619f color RGB value is (81,97,159).

#51619f hex color red value is 81, green value is 97 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #51619f hue: 0.63 , saturation: 0.33 and the lightness value of 51619f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100001 10011111
Octal 121 141 237
Decimal 81 97 159
Hex 51 61 9F

RGB Percentages of Color #51619f

%24.04
%28.78
%47.18

CMYK Percentages of Color #51619f

%49
%39
%0
%38

Triadic Colors of #51619f

#51619f #9f5161 #619f51

Analogous Colors of #51619f

#51619f #68519f #51889f

Monochromatic Colors of #51619f

#51619f

Complementary Color

#51619f #9f8f51

#51619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51619f Color CSS Codes

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

#51619f Text Font Color

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

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


#51619f Background Color

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

This div background color is #51619f


#51619f Border Color

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

This div border color is #51619f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51619f


Comments

No comments written yet.

Please login to write comment.