Color Hex Logo

#057386 Color Hex

#057386
(5,115,134)
0 Favorites   0 Comments

Color spaces of #057386

RGB 5115134
HSL0.520.930.27
HSV189°96°53°
CMYK 0.960.140.00   0.47
XYZ10.496414.015024.7062
Yxy14.01500.21330.2848
Hunter Lab37.4366-15.4666-12.9227
CIE-Lab44.2544-19.8319-18.0996

#057386 color RGB value is (5,115,134).

#057386 hex color red value is 5, green value is 115 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #057386 hue: 0.52 , saturation: 0.93 and the lightness value of 057386 is 0.27.

The process color (four color CMYK) of #057386 color hex is 0.96, 0.14, 0.00, 0.47. Web safe color of #057386 is #006699. Color #057386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110011 10000110
Octal 5 163 206
Decimal 5 115 134
Hex 5 73 86

RGB Percentages of Color #057386

%1.97
%45.28
%52.76

CMYK Percentages of Color #057386

%96
%14
%0
%47

Triadic Colors of #057386

#057386 #860573 #738605

Analogous Colors of #057386

#057386 #053286 #058659

Monochromatic Colors of #057386

#057386

Complementary Color

#057386 #861805

#057386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057386 Color CSS Codes

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

#057386 Text Font Color

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

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


#057386 Background Color

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

This div background color is #057386


#057386 Border Color

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

This div border color is #057386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057386


Comments

No comments written yet.

Please login to write comment.