Color Hex Logo

#058796 Color Hex

#058796
(5,135,150)
0 Favorites   0 Comments

Color spaces of #058796

RGB 5135150
HSL0.520.940.30
HSV186°97°59°
CMYK 0.970.100.00   0.41
XYZ14.231619.562231.8800
Yxy19.56220.21670.2979
Hunter Lab44.2292-19.9652-11.7753
CIE-Lab51.3386-24.7460-16.7045

#058796 color RGB value is (5,135,150).

#058796 hex color red value is 5, green value is 135 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #058796 hue: 0.52 , saturation: 0.94 and the lightness value of 058796 is 0.30.

The process color (four color CMYK) of #058796 color hex is 0.97, 0.10, 0.00, 0.41. Web safe color of #058796 is #009999. Color #058796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000111 10010110
Octal 5 207 226
Decimal 5 135 150
Hex 5 87 96

RGB Percentages of Color #058796

%1.72
%46.55
%51.72

CMYK Percentages of Color #058796

%97
%10
%0
%41

Triadic Colors of #058796

#058796 #960587 #879605

Analogous Colors of #058796

#058796 #053e96 #05965d

Monochromatic Colors of #058796

#058796

Complementary Color

#058796 #961405

#058796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058796 Color CSS Codes

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

#058796 Text Font Color

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

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


#058796 Background Color

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

This div background color is #058796


#058796 Border Color

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

This div border color is #058796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058796


Comments

No comments written yet.

Please login to write comment.