Color Hex Logo

#51718a Color Hex

#51718A
(81,113,138)
1 Favorites   0 Comments

Color spaces of #51718a

RGB 81113138
HSL0.570.260.43
HSV206°41°54°
CMYK 0.410.180.00   0.46
XYZ13.885915.394626.2843
Yxy15.39460.24990.2771
Hunter Lab39.2360-5.4904-12.2534
CIE-Lab46.1700-4.6351-17.3408

#51718a color RGB value is (81,113,138).

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

The process color (four color CMYK) of #51718a color hex is 0.41, 0.18, 0.00, 0.46. Web safe color of #51718a is #666699. Color #51718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 10001010
Octal 121 161 212
Decimal 81 113 138
Hex 51 71 8A

RGB Percentages of Color #51718a

%24.40
%34.04
%41.57

CMYK Percentages of Color #51718a

%41
%18
%0
%46

Triadic Colors of #51718a

#51718a #8a5171 #718a51

Analogous Colors of #51718a

#51718a #51558a #518a87

Monochromatic Colors of #51718a

#51718a

Complementary Color

#51718a #8a6a51

#51718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51718a Color CSS Codes

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

#51718a Text Font Color

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

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


#51718a Background Color

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

This div background color is #51718a


#51718a Border Color

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

This div border color is #51718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51718a

#51718a Color Palettes


Comments

No comments written yet.

Please login to write comment.