Color Hex Logo

#058161 Color Hex

#058161
(5,129,97)
0 Favorites   0 Comments

Color spaces of #058161

RGB 512997
HSL0.460.930.26
HSV165°96°51°
CMYK 0.960.000.25   0.49
XYZ10.070516.595813.9818
Yxy16.59580.24770.4083
Hunter Lab40.7379-27.16588.1674
CIE-Lab47.7467-38.17409.0065

#058161 color RGB value is (5,129,97).

#058161 hex color red value is 5, green value is 129 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #058161 hue: 0.46 , saturation: 0.93 and the lightness value of 058161 is 0.26.

The process color (four color CMYK) of #058161 color hex is 0.96, 0.00, 0.25, 0.49. Web safe color of #058161 is #009966. Color #058161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000001 01100001
Octal 5 201 141
Decimal 5 129 97
Hex 5 81 61

RGB Percentages of Color #058161

%2.16
%55.84
%41.99

CMYK Percentages of Color #058161

%96
%0
%25
%49

Triadic Colors of #058161

#058161 #610581 #816105

Analogous Colors of #058161

#058161 #056381 #058123

Monochromatic Colors of #058161

#058161

Complementary Color

#058161 #810525

#058161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058161 Color CSS Codes

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

#058161 Text Font Color

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

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


#058161 Background Color

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

This div background color is #058161


#058161 Border Color

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

This div border color is #058161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058161


Comments

No comments written yet.

Please login to write comment.