Color Hex Logo

#059597 Color Hex

#059597
(5,149,151)
0 Favorites   0 Comments

Color spaces of #059597

RGB 5149151
HSL0.500.940.31
HSV181°97°59°
CMYK 0.970.010.00   0.41
XYZ16.395923.761533.0004
Yxy23.76150.22410.3248
Hunter Lab48.7458-25.2657-6.0167
CIE-Lab55.8482-31.3548-10.4672

#059597 color RGB value is (5,149,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010101 10010111
Octal 5 225 227
Decimal 5 149 151
Hex 5 95 97

RGB Percentages of Color #059597

%1.64
%48.85
%49.51

CMYK Percentages of Color #059597

%97
%1
%0
%41

Triadic Colors of #059597

#059597 #970595 #959705

Analogous Colors of #059597

#059597 #054c97 #059750

Monochromatic Colors of #059597

#059597

Complementary Color

#059597 #970705

#059597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059597 Color CSS Codes

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

#059597 Text Font Color

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

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


#059597 Background Color

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

This div background color is #059597


#059597 Border Color

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

This div border color is #059597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059597


Comments

No comments written yet.

Please login to write comment.