Color Hex Logo

#51638e Color Hex

#51638E
(81,99,142)
0 Favorites   0 Comments

Color spaces of #51638e

RGB 8199142
HSL0.620.270.44
HSV222°43°56°
CMYK 0.430.300.00   0.44
XYZ12.737712.626027.3569
Yxy12.62600.24160.2395
Hunter Lab35.53311.8048-20.7742
CIE-Lab42.19425.0337-25.8669

#51638e color RGB value is (81,99,142).

#51638e hex color red value is 81, green value is 99 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #51638e hue: 0.62 , saturation: 0.27 and the lightness value of 51638e is 0.44.

The process color (four color CMYK) of #51638e color hex is 0.43, 0.30, 0.00, 0.44. Web safe color of #51638e is #666699. Color #51638e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100011 10001110
Octal 121 143 216
Decimal 81 99 142
Hex 51 63 8E

RGB Percentages of Color #51638e

%25.16
%30.75
%44.10

CMYK Percentages of Color #51638e

%43
%30
%0
%44

Triadic Colors of #51638e

#51638e #8e5163 #638e51

Analogous Colors of #51638e

#51638e #5e518e #51828e

Monochromatic Colors of #51638e

#51638e

Complementary Color

#51638e #8e7c51

#51638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51638e Color CSS Codes

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

#51638e Text Font Color

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

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


#51638e Background Color

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

This div background color is #51638e


#51638e Border Color

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

This div border color is #51638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51638e


Comments

No comments written yet.

Please login to write comment.