Color Hex Logo

#058895 Color Hex

#058895
(5,136,149)
0 Favorites   0 Comments

Color spaces of #058895

RGB 5136149
HSL0.520.940.30
HSV185°97°58°
CMYK 0.970.090.00   0.42
XYZ14.291619.810531.5043
Yxy19.81050.21780.3020
Hunter Lab44.5090-20.5753-10.8103
CIE-Lab51.6223-25.5963-15.6916

#058895 color RGB value is (5,136,149).

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

The process color (four color CMYK) of #058895 color hex is 0.97, 0.09, 0.00, 0.42. Web safe color of #058895 is #009999. Color #058895 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 10010101
Octal 5 210 225
Decimal 5 136 149
Hex 5 88 95

RGB Percentages of Color #058895

%1.72
%46.90
%51.38

CMYK Percentages of Color #058895

%97
%9
%0
%42

Triadic Colors of #058895

#058895 #950588 #889505

Analogous Colors of #058895

#058895 #054095 #05955a

Monochromatic Colors of #058895

#058895

Complementary Color

#058895 #951205

#058895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058895 Color CSS Codes

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

#058895 Text Font Color

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

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


#058895 Background Color

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

This div background color is #058895


#058895 Border Color

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

This div border color is #058895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058895


Comments

No comments written yet.

Please login to write comment.