Color Hex Logo

#058799 Color Hex

#058799
(5,135,153)
0 Favorites   0 Comments

Color spaces of #058799

RGB 5135153
HSL0.520.940.31
HSV187°97°60°
CMYK 0.970.120.00   0.40
XYZ14.476319.660133.1688
Yxy19.66010.21510.2921
Hunter Lab44.3397-19.3167-13.3147
CIE-Lab51.4507-23.7163-18.2772

#058799 color RGB value is (5,135,153).

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

The process color (four color CMYK) of #058799 color hex is 0.97, 0.12, 0.00, 0.40. Web safe color of #058799 is #009999. Color #058799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000111 10011001
Octal 5 207 231
Decimal 5 135 153
Hex 5 87 99

RGB Percentages of Color #058799

%1.71
%46.08
%52.22

CMYK Percentages of Color #058799

%97
%12
%0
%40

Triadic Colors of #058799

#058799 #990587 #879905

Analogous Colors of #058799

#058799 #053d99 #059961

Monochromatic Colors of #058799

#058799

Complementary Color

#058799 #991705

#058799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058799 Color CSS Codes

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

#058799 Text Font Color

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

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


#058799 Background Color

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

This div background color is #058799


#058799 Border Color

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

This div border color is #058799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058799


Comments

No comments written yet.

Please login to write comment.