Color Hex Logo

#057289 Color Hex

#057289
(5,114,137)
0 Favorites   0 Comments

Color spaces of #057289

RGB 5114137
HSL0.530.930.28
HSV190°96°54°
CMYK 0.960.170.00   0.46
XYZ10.595313.873025.7862
Yxy13.87300.21080.2761
Hunter Lab37.2465-14.4044-14.9747
CIE-Lab44.0502-18.2007-20.2039

#057289 color RGB value is (5,114,137).

#057289 hex color red value is 5, green value is 114 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #057289 hue: 0.53 , saturation: 0.93 and the lightness value of 057289 is 0.28.

The process color (four color CMYK) of #057289 color hex is 0.96, 0.17, 0.00, 0.46. Web safe color of #057289 is #006699. Color #057289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110010 10001001
Octal 5 162 211
Decimal 5 114 137
Hex 5 72 89

RGB Percentages of Color #057289

%1.95
%44.53
%53.52

CMYK Percentages of Color #057289

%96
%17
%0
%46

Triadic Colors of #057289

#057289 #890572 #728905

Analogous Colors of #057289

#057289 #053089 #05895e

Monochromatic Colors of #057289

#057289

Complementary Color

#057289 #891c05

#057289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057289 Color CSS Codes

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

#057289 Text Font Color

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

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


#057289 Background Color

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

This div background color is #057289


#057289 Border Color

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

This div border color is #057289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057289


Comments

No comments written yet.

Please login to write comment.