COLOR #058556

HEX: #058556
RGB: (5,133,86)

Color info

#058556 contains mainly green and blue colors. Web safe color of #058556 is #009966 (or #096).

RGB color model

#058556 color RGB value is (5,133,86).

  • red value is 5;
  • green value is 133;
  • blue value is 86.
RGB:
(5,133,86)
(2%,52%,34%)

RGB channels and saturation

R 5 of 255 = 2%
G 133 of 255 = 52%
B 86 of 255 = 34%

5
133
86

R + G + B ~ 29%. #058556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 133 + 86 = 224 (100%)
R 5 of 224 ~ 2.23%
G 133 of 224 ~ 59.38%
B 86 of 224 ~ 38.39%

%59.38
%38.39

CMYK color model

#058556 color CMYK value is (96,0,35,48).

  • cyan value is 96.24%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(96,0,35,48)
C96M0Y35K48 
(96%,0%,35%,48%)
(0.96/0.00/0.35/0.48)	

CMYK percentages

%96.24
%0
%35.34
%47.84

Codes

Color #058556 in popluar color models

058556
RGB513386
HSL158°92.75%27.06%
HSB/HSV158°96.24%52.16%
CMYK96.24%0.00%35.34%
47.84%

Color #058556 in popluar number systems.

HEX058556
Decimal513386
Binary101100001011010110
Octal5205126

Shades and tints

Shades of #058556

#058556
(5,133,86)
#05794F
(5,121,79)
#056D48
(5,109,72)
#056141
(5,97,65)
#05553A
(5,85,58)
#054933
(5,73,51)
#053D2C
(5,61,44)
#053125
(5,49,37)
#05251E
(5,37,30)
#051917
(5,25,23)
#050D10
(5,13,16)
#000000
(0,0,0)

Tints of #058556

#058556
(5,133,86)
#1B9065
(27,144,101)
#319B74
(49,155,116)
#47A683
(71,166,131)
#5DB192
(93,177,146)
#73BCA1
(115,188,161)
#89C7B0
(137,199,176)
#9FD2BF
(159,210,191)
#B5DDCE
(181,221,206)
#CBE8DD
(203,232,221)
#E1F3EC
(225,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #058556; }

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

This text font color is #058556.


Background Color

.myBgColor { background-color: #058556; }

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

This div background color is #058556.


Border color

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

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

This div border color is #058556.


Opacity

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

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

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

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

This text has shadow with #058556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058556 on black background.


Color preview on white background

This text has color #058556 on white background.



Black color preview on #058556 background

This text has black color on #058556 background.


White color preview on #058556 background

This text has white color on #058556 background.