Color Hex Logo

#51897a Color Hex

#51897A
(81,137,122)
0 Favorites   0 Comments

Color spaces of #51897a

RGB 81137122
HSL0.460.260.43
HSV164°41°54°
CMYK 0.410.000.11   0.46
XYZ15.851921.045821.6391
Yxy21.04580.27080.3595
Hunter Lab45.8757-18.60354.1465
CIE-Lab52.9996-22.18932.2508

#51897a color RGB value is (81,137,122).

#51897a hex color red value is 81, green value is 137 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #51897a hue: 0.46 , saturation: 0.26 and the lightness value of 51897a is 0.43.

The process color (four color CMYK) of #51897a color hex is 0.41, 0.00, 0.11, 0.46. Web safe color of #51897a is #669966. Color #51897a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001001 01111010
Octal 121 211 172
Decimal 81 137 122
Hex 51 89 7A

RGB Percentages of Color #51897a

%23.82
%40.29
%35.88

CMYK Percentages of Color #51897a

%41
%0
%11
%46

Triadic Colors of #51897a

#51897a #7a5189 #897a51

Analogous Colors of #51897a

#51897a #517c89 #51895e

Monochromatic Colors of #51897a

#51897a

Complementary Color

#51897a #895160

#51897a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51897a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51897a Color CSS Codes

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

#51897a Text Font Color

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

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


#51897a Background Color

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

This div background color is #51897a


#51897a Border Color

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

This div border color is #51897a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51897a


Comments

No comments written yet.

Please login to write comment.