Color Hex Logo

#51568e Color Hex

#51568E
(81,86,142)
0 Favorites   0 Comments

Color spaces of #51568e

RGB 8186142
HSL0.650.270.44
HSV235°43°56°
CMYK 0.430.390.00   0.44
XYZ11.603610.357926.9789
Yxy10.35790.23710.2116
Hunter Lab32.18378.0354-27.1730
CIE-Lab38.477313.2241-31.6916

#51568e color RGB value is (81,86,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010110 10001110
Octal 121 126 216
Decimal 81 86 142
Hex 51 56 8E

RGB Percentages of Color #51568e

%26.21
%27.83
%45.95

CMYK Percentages of Color #51568e

%43
%39
%0
%44

Triadic Colors of #51568e

#51568e #8e5156 #568e51

Analogous Colors of #51568e

#51568e #6b518e #51758e

Monochromatic Colors of #51568e

#51568e

Complementary Color

#51568e #8e8951

#51568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51568e Color CSS Codes

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

#51568e Text Font Color

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

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


#51568e Background Color

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

This div background color is #51568e


#51568e Border Color

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

This div border color is #51568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51568e


Comments

No comments written yet.

Please login to write comment.