Color Hex Logo

#51757d Color Hex

#51757D
(81,117,125)
0 Favorites   0 Comments

Color spaces of #51757d

RGB 81117125
HSL0.530.210.40
HSV191°35°49°
CMYK 0.350.060.00   0.51
XYZ13.456315.952621.7720
Yxy15.95260.26290.3117
Hunter Lab39.9407-9.7584-4.3610
CIE-Lab46.9122-10.5786-8.4831

#51757d color RGB value is (81,117,125).

#51757d hex color red value is 81, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #51757d hue: 0.53 , saturation: 0.21 and the lightness value of 51757d is 0.40.

The process color (four color CMYK) of #51757d color hex is 0.35, 0.06, 0.00, 0.51. Web safe color of #51757d is #666666. Color #51757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 01111101
Octal 121 165 175
Decimal 81 117 125
Hex 51 75 7D

RGB Percentages of Color #51757d

%25.08
%36.22
%38.70

CMYK Percentages of Color #51757d

%35
%6
%0
%51

Triadic Colors of #51757d

#51757d #7d5175 #757d51

Analogous Colors of #51757d

#51757d #515f7d #517d6f

Monochromatic Colors of #51757d

#51757d

Complementary Color

#51757d #7d5951

#51757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51757d Color CSS Codes

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

#51757d Text Font Color

<p style="color:#51757d">Text here</p>

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


#51757d Background Color

<div style="background-color:#51757d">
Div content here</div>

This div background color is #51757d


#51757d Border Color

<div style="border:3px solid #51757d">
Div here</div>

This div border color is #51757d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,117,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51757d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51757d;
  -webkit-box-shadow: 1px 1px 3px 2px #51757d;
  box-shadow:         1px 1px 3px 2px #51757d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51757d


Comments

No comments written yet.

Please login to write comment.