Color Hex Logo

#51586e Color Hex

#51586E
(81,88,110)
0 Favorites   0 Comments

Color spaces of #51586e

RGB 8188110
HSL0.630.150.37
HSV226°26°43°
CMYK 0.260.200.00   0.57
XYZ9.69759.854616.1429
Yxy9.85460.27170.2761
Hunter Lab31.39200.2054-8.5146
CIE-Lab37.58022.6890-13.4735

#51586e color RGB value is (81,88,110).

#51586e hex color red value is 81, green value is 88 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #51586e hue: 0.63 , saturation: 0.15 and the lightness value of 51586e is 0.37.

The process color (four color CMYK) of #51586e color hex is 0.26, 0.20, 0.00, 0.57. Web safe color of #51586e is #666666. Color #51586e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01101110
Octal 121 130 156
Decimal 81 88 110
Hex 51 58 6E

RGB Percentages of Color #51586e

%29.03
%31.54
%39.43

CMYK Percentages of Color #51586e

%26
%20
%0
%57

Triadic Colors of #51586e

#51586e #6e5158 #586e51

Analogous Colors of #51586e

#51586e #59516e #51676e

Monochromatic Colors of #51586e

#51586e

Complementary Color

#51586e #6e6751

#51586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51586e Color CSS Codes

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

#51586e Text Font Color

<p style="color:#51586e">Text here</p>

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


#51586e Background Color

<div style="background-color:#51586e">
Div content here</div>

This div background color is #51586e


#51586e Border Color

<div style="border:3px solid #51586e">
Div here</div>

This div border color is #51586e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,88,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51586e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51586e;
  -webkit-box-shadow: 1px 1px 3px 2px #51586e;
  box-shadow:         1px 1px 3px 2px #51586e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51586e


Comments

No comments written yet.

Please login to write comment.