COLOR #059588

HEX: #059588
RGB: (5,149,136)

Color info

#059588 contains mainly green and blue colors. Web safe color of #059588 is #009999 (or #099).

RGB color model

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

  • red value is 5;
  • green value is 149;
  • blue value is 136.
RGB:
(5,149,136)
(2%,58%,53%)

RGB channels and saturation

R 5 of 255 = 2%
G 149 of 255 = 58%
B 136 of 255 = 53%

5
149
136

R + G + B ~ 38%. #059588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 149 + 136 = 290 (100%)
R 5 of 290 ~ 1.72%
G 149 of 290 ~ 51.38%
B 136 of 290 ~ 46.9%

%51.38
%46.9

CMYK color model

#059588 color CMYK value is (97,0,9,42).

  • cyan value is 96.64%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(97,0,9,42)
C97M0Y9K42 
(97%,0%,9%,42%)
(0.97/0.00/0.09/0.42)	

CMYK percentages

%96.64
%0
%8.72
%41.57

Codes

Color #059588 in popluar color models

059588
RGB5149136
HSL175°93.51%30.20%
HSB/HSV175°96.64%58.43%
CMYK96.64%0.00%8.72%
41.57%

Color #059588 in popluar number systems.

HEX059588
Decimal5149136
Binary1011001010110001000
Octal5225210

Shades and tints

Shades of #059588

#059588
(5,149,136)
#05887C
(5,136,124)
#057B70
(5,123,112)
#056E64
(5,110,100)
#056158
(5,97,88)
#05544C
(5,84,76)
#054740
(5,71,64)
#053A34
(5,58,52)
#052D28
(5,45,40)
#05201C
(5,32,28)
#051310
(5,19,16)
#000000
(0,0,0)

Tints of #059588

#059588
(5,149,136)
#1B9E92
(27,158,146)
#31A79C
(49,167,156)
#47B0A6
(71,176,166)
#5DB9B0
(93,185,176)
#73C2BA
(115,194,186)
#89CBC4
(137,203,196)
#9FD4CE
(159,212,206)
#B5DDD8
(181,221,216)
#CBE6E2
(203,230,226)
#E1EFEC
(225,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059588 color. Also use rgb(5,149,136) instead hex code.

Text Font Color

.myTextColor { color: #059588; }

<p style="color:#059588">This sample text font color is #059588.</p>

This text font color is #059588.


Background Color

.myBgColor { background-color: #059588; }

<div style="background-color:#059588">Inner text</div>

This div background color is #059588.


Border color

.myBorderColor { border: 1px solid #059588; }

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

This div border color is #059588.


Opacity

.myOpacity80 { color: #059588; opacity: 0.8; }

<p style="color:#059588;opacity:0.8;">80%</p>

Text with #059588 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #059588;}

<p style="text-shadow: 3px 3px 1px #059588">Text here.</p>

This text has shadow with #059588 color.

.textShadow {text-shadow: 3px 3px 1px #059588, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #059588, 5px 5px 20px red">Text here.</p>

This text has shadow with #059588 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#059588, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#059588, Direction=45, Strength=4)">Text</p>

This text has shadow with #059588 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #059588;
  -webkit-box-shadow:	1px 1px 3px 2px #059588;
  box-shadow:		1px 1px 3px 2px #059588;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #059588;
-webkit-box-shadow: 1px 1px 3px 2px #059588;
box-shadow:1px 1px 3px 2px #059588;">
Div content here</div>
This div box has shadow with color #059588.

Preview

Color preview on black background

This text has color #059588 on black background.


Color preview on white background

This text has color #059588 on white background.



Black color preview on #059588 background

This text has black color on #059588 background.


White color preview on #059588 background

This text has white color on #059588 background.