Color Hex Logo

#51607d Color Hex

#51607D
(81,96,125)
0 Favorites   0 Comments

Color spaces of #51607d

RGB 8196125
HSL0.610.210.40
HSV220°35°49°
CMYK 0.350.230.00   0.51
XYZ11.277911.595721.0458
Yxy11.59570.25680.2640
Hunter Lab34.0525-0.4740-12.8069
CIE-Lab40.56621.8772-18.1095

#51607d color RGB value is (81,96,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100000 01111101
Octal 121 140 175
Decimal 81 96 125
Hex 51 60 7D

RGB Percentages of Color #51607d

%26.82
%31.79
%41.39

CMYK Percentages of Color #51607d

%35
%23
%0
%51

Triadic Colors of #51607d

#51607d #7d5160 #607d51

Analogous Colors of #51607d

#51607d #58517d #51767d

Monochromatic Colors of #51607d

#51607d

Complementary Color

#51607d #7d6e51

#51607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51607d Color CSS Codes

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

#51607d Text Font Color

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

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


#51607d Background Color

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

This div background color is #51607d


#51607d Border Color

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

This div border color is #51607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51607d


Comments

No comments written yet.

Please login to write comment.