Color Hex Logo

#51659a Color Hex

#51659A
(81,101,154)
0 Favorites   0 Comments

Color spaces of #51659a

RGB 81101154
HSL0.620.310.46
HSV224°47°60°
CMYK 0.470.340.00   0.40
XYZ13.879813.389832.4248
Yxy13.38980.23250.2243
Hunter Lab36.59213.6710-26.9233
CIE-Lab43.34487.5039-31.2391

#51659a color RGB value is (81,101,154).

#51659a hex color red value is 81, green value is 101 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #51659a hue: 0.62 , saturation: 0.31 and the lightness value of 51659a is 0.46.

The process color (four color CMYK) of #51659a color hex is 0.47, 0.34, 0.00, 0.40. Web safe color of #51659a is #666699. Color #51659a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100101 10011010
Octal 121 145 232
Decimal 81 101 154
Hex 51 65 9A

RGB Percentages of Color #51659a

%24.11
%30.06
%45.83

CMYK Percentages of Color #51659a

%47
%34
%0
%40

Triadic Colors of #51659a

#51659a #9a5165 #659a51

Analogous Colors of #51659a

#51659a #61519a #518a9a

Monochromatic Colors of #51659a

#51659a

Complementary Color

#51659a #9a8651

#51659a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51659a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51659a Color CSS Codes

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

#51659a Text Font Color

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

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


#51659a Background Color

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

This div background color is #51659a


#51659a Border Color

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

This div border color is #51659a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,101,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51659a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51659a;
  -webkit-box-shadow: 1px 1px 3px 2px #51659a;
  box-shadow:         1px 1px 3px 2px #51659a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51659a


Comments

No comments written yet.

Please login to write comment.