Color Hex Logo

#058057 Color Hex

#058057
(5,128,87)
0 Favorites   0 Comments

Color spaces of #058057

RGB 512887
HSL0.440.920.26
HSV160°96°50°
CMYK 0.960.000.32   0.50
XYZ9.502116.158711.6350
Yxy16.15870.25480.4333
Hunter Lab40.1979-28.151910.9774
CIE-Lab47.1820-40.278014.0274

#058057 color RGB value is (5,128,87).

#058057 hex color red value is 5, green value is 128 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #058057 hue: 0.44 , saturation: 0.92 and the lightness value of 058057 is 0.26.

The process color (four color CMYK) of #058057 color hex is 0.96, 0.00, 0.32, 0.50. Web safe color of #058057 is #009966. Color #058057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000000 01010111
Octal 5 200 127
Decimal 5 128 87
Hex 5 80 57

RGB Percentages of Color #058057

%2.27
%58.18
%39.55

CMYK Percentages of Color #058057

%96
%0
%32
%50

Triadic Colors of #058057

#058057 #570580 #805705

Analogous Colors of #058057

#058057 #056c80 #05801a

Monochromatic Colors of #058057

#058057

Complementary Color

#058057 #80052e

#058057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058057 Color CSS Codes

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

#058057 Text Font Color

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

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


#058057 Background Color

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

This div background color is #058057


#058057 Border Color

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

This div border color is #058057


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,128,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 #058057">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058057


Comments

No comments written yet.

Please login to write comment.