COLOR #058785

HEX: #058785 RGB: (5,135,133)

Color info

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

RGB color model

#058785 color RGB value is (5,135,133).

RGB: (5,135,133) (2%, 53%, 52%)

RGB channels and saturation

R 5 of 255 = 2%
G 135 of 255 = 53%
B 133 of 255 = 52%

5
135
133

R + G + B ~ 36%. #058785 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 135 + 133 = 273 (100%)
R 5 of 273 ~ 1.83%
G 135 of 273 ~ 49.45%
B 133 of 273 ~ 48.72'%

%49.45
%48.72

CMYK color model

#058785 color CMYK value is (96,0,1,47).

  • cyan value is 96.30%
  • magenta value is 0.00%
  • yellow value is 1.48%
  • key color value is 47.06%

CMYK: (96,0,1,47)
C96M0Y1K47 (96%, 0%, 1%, 47%)
(0.96 / 0.00 / 0.01 / 0.47)

CMYK percentages

%96.3
%0
%1.48
%47.06

Codes

Color #058785 in popluar color models

05 87 85
RGB 5 135 133
HSL 179° 92.86% 27.45%
HSB/HSV 179° 96.30% 52.94%
CMYK 96.30% 0.00% 1.48%
47.06%

Color #058785 in popluar number systems.

HEX 05 87 85
Decimal 5 135 133
Binary 101 10000111 10000101
Octal 5 207 205

Shades and tints

Shades of #058785

#058785
(5,135,133)
#057B79
(5,123,121)
#056F6D
(5,111,109)
#056361
(5,99,97)
#055755
(5,87,85)
#054B49
(5,75,73)
#053F3D
(5,63,61)
#053331
(5,51,49)
#052725
(5,39,37)
#051B19
(5,27,25)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #058785

#058785
(5,135,133)
#1B9190
(27,145,144)
#319B9B
(49,155,155)
#47A5A6
(71,165,166)
#5DAFB1
(93,175,177)
#73B9BC
(115,185,188)
#89C3C7
(137,195,199)
#9FCDD2
(159,205,210)
#B5D7DD
(181,215,221)
#CBE1E8
(203,225,232)
#E1EBF3
(225,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058785 color. Also use rgb(5,135,133) instead hex code.

Text Font Color

.myTextColor { color: #058785; }

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

This text font color is #058785.

Background Color

.myBgColor { background-color: #058785; }

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

This div background color is #058785.

Border color

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

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

This div border color is #058785.

Opacity

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

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

Text with #058785 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 #058785;}

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

This text has shadow with #058785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #058785.

Preview

Color preview on black background

This text has color #058785 on black background.


Color preview on white background

This text has color #058785 on white background.


Black color preview on #058785 background

This text has black color on #058785 background.


White color preview on #058785 background

This text has white color on #058785 background.


Related colors

Complementary color

Complementary color for #hex is #FA787A.


I love getcolorcode.com

Triadic colors

1 #850587 and #878505 with #058785 are triadic colors.

2 #858705 and #870585 with #058785 are triadic colors.