Color Hex Logo

#057588 Color Hex

#057588
(5,117,136)
0 Favorites   0 Comments

Color spaces of #057588

RGB 5117136
HSL0.520.930.28
HSV189°96°53°
CMYK 0.960.140.00   0.47
XYZ10.867814.532425.5248
Yxy14.53240.21340.2854
Hunter Lab38.1214-15.8249-13.0136
CIE-Lab44.9870-20.1928-18.1693

#057588 color RGB value is (5,117,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110101 10001000
Octal 5 165 210
Decimal 5 117 136
Hex 5 75 88

RGB Percentages of Color #057588

%1.94
%45.35
%52.71

CMYK Percentages of Color #057588

%96
%14
%0
%47

Triadic Colors of #057588

#057588 #880575 #758805

Analogous Colors of #057588

#057588 #053388 #05885a

Monochromatic Colors of #057588

#057588

Complementary Color

#057588 #881805

#057588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057588 Color CSS Codes

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

#057588 Text Font Color

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

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


#057588 Background Color

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

This div background color is #057588


#057588 Border Color

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

This div border color is #057588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057588


Comments

No comments written yet.

Please login to write comment.