Color Hex Logo

#51859a Color Hex

#51859A
(81,133,154)
0 Favorites   0 Comments

Color spaces of #51859a

RGB 81133154
HSL0.550.310.46
HSV197°47°60°
CMYK 0.470.140.00   0.40
XYZ17.613620.857533.6694
Yxy20.85750.24420.2891
Hunter Lab45.6700-11.0802-11.7415
CIE-Lab52.7932-11.4600-16.6362

#51859a color RGB value is (81,133,154).

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

The process color (four color CMYK) of #51859a color hex is 0.47, 0.14, 0.00, 0.40. Web safe color of #51859a is #669999. Color #51859a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000101 10011010
Octal 121 205 232
Decimal 81 133 154
Hex 51 85 9A

RGB Percentages of Color #51859a

%22.01
%36.14
%41.85

CMYK Percentages of Color #51859a

%47
%14
%0
%40

Triadic Colors of #51859a

#51859a #9a5185 #859a51

Analogous Colors of #51859a

#51859a #51619a #519a8b

Monochromatic Colors of #51859a

#51859a

Complementary Color

#51859a #9a6651

#51859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51859a Color CSS Codes

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

#51859a Text Font Color

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

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


#51859a Background Color

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

This div background color is #51859a


#51859a Border Color

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

This div border color is #51859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51859a


Comments

No comments written yet.

Please login to write comment.