Color Hex Logo

#058661 Color Hex

#058661
(5,134,97)
0 Favorites   0 Comments

Color spaces of #058661

RGB 513497
HSL0.450.930.27
HSV163°96°53°
CMYK 0.960.000.28   0.47
XYZ10.745417.945514.2068
Yxy17.94550.25050.4183
Hunter Lab42.3621-28.85629.7697
CIE-Lab49.4299-40.258011.3704

#058661 color RGB value is (5,134,97).

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

The process color (four color CMYK) of #058661 color hex is 0.96, 0.00, 0.28, 0.47. Web safe color of #058661 is #009966. Color #058661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000110 01100001
Octal 5 206 141
Decimal 5 134 97
Hex 5 86 61

RGB Percentages of Color #058661

%2.12
%56.78
%41.10

CMYK Percentages of Color #058661

%96
%0
%28
%47

Triadic Colors of #058661

#058661 #610586 #866105

Analogous Colors of #058661

#058661 #056b86 #058621

Monochromatic Colors of #058661

#058661

Complementary Color

#058661 #86052a

#058661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058661 Color CSS Codes

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

#058661 Text Font Color

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

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


#058661 Background Color

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

This div background color is #058661


#058661 Border Color

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

This div border color is #058661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058661


Comments

No comments written yet.

Please login to write comment.