Color Hex Logo

#051057 Color Hex

#051057
(5,16,87)
0 Favorites   0 Comments

Color spaces of #051057

RGB 51687
HSL0.640.890.18
HSV232°94°34°
CMYK 0.940.820.00   0.66
XYZ1.96821.09109.1237
Yxy1.09100.16160.0896
Hunter Lab10.445115.3564-44.4777
CIE-Lab9.727626.4082-43.1606

#051057 color RGB value is (5,16,87).

#051057 hex color red value is 5, green value is 16 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #051057 hue: 0.64 , saturation: 0.89 and the lightness value of 051057 is 0.18.

The process color (four color CMYK) of #051057 color hex is 0.94, 0.82, 0.00, 0.66. Web safe color of #051057 is #000066. Color #051057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 01010111
Octal 5 20 127
Decimal 5 16 87
Hex 5 10 57

RGB Percentages of Color #051057

%4.63
%14.81
%80.56

CMYK Percentages of Color #051057

%94
%82
%0
%66

Triadic Colors of #051057

#051057 #570510 #105705

Analogous Colors of #051057

#051057 #230557 #053957

Monochromatic Colors of #051057

#051057

Complementary Color

#051057 #574c05

#051057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051057 Color CSS Codes

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

#051057 Text Font Color

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

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


#051057 Background Color

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

This div background color is #051057


#051057 Border Color

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

This div border color is #051057


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,16,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051057; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051057;
  -webkit-box-shadow: 1px 1px 3px 2px #051057;
  box-shadow:         1px 1px 3px 2px #051057; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,16,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051057


Comments

No comments written yet.

Please login to write comment.