COLOR #055677

HEX: #055677
RGB: (5,86,119)

Color info

#055677 contains mainly green and blue colors. Web safe color of #055677 is #006666 (or #066).

RGB color model

#055677 color RGB value is (5,86,119).

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

RGB channels and saturation

R 5 of 255 = 2%
G 86 of 255 = 34%
B 119 of 255 = 47%

5
86
119

R + G + B ~ 28%. #055677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 86 + 119 = 210 (100%)
R 5 of 210 ~ 2.38%
G 86 of 210 ~ 40.95%
B 119 of 210 ~ 56.67%

%40.95
%56.67

CMYK color model

#055677 color CMYK value is (96,28,0,53).

  • cyan value is 95.80%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(96,28,0,53)
C96M28Y0K53 
(96%,28%,0%,53%)
(0.96/0.28/0.00/0.53)	

CMYK percentages

%95.8
%27.73
%0
%53.33

Codes

Color #055677 in popluar color models

055677
RGB586119
HSL197°91.94%24.31%
HSB/HSV197°95.80%46.67%
CMYK95.80%27.73%0.00%
53.33%

Color #055677 in popluar number systems.

HEX055677
Decimal586119
Binary10110101101110111
Octal5126167

Shades and tints

Shades of #055677

#055677
(5,86,119)
#054F6D
(5,79,109)
#054863
(5,72,99)
#054159
(5,65,89)
#053A4F
(5,58,79)
#053345
(5,51,69)
#052C3B
(5,44,59)
#052531
(5,37,49)
#051E27
(5,30,39)
#05171D
(5,23,29)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #055677

#055677
(5,86,119)
#1B6583
(27,101,131)
#31748F
(49,116,143)
#47839B
(71,131,155)
#5D92A7
(93,146,167)
#73A1B3
(115,161,179)
#89B0BF
(137,176,191)
#9FBFCB
(159,191,203)
#B5CED7
(181,206,215)
#CBDDE3
(203,221,227)
#E1ECEF
(225,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055677; }

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

This text font color is #055677.


Background Color

.myBgColor { background-color: #055677; }

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

This div background color is #055677.


Border color

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

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

This div border color is #055677.


Opacity

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

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

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

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

This text has shadow with #055677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055677 on black background.


Color preview on white background

This text has color #055677 on white background.



Black color preview on #055677 background

This text has black color on #055677 background.


White color preview on #055677 background

This text has white color on #055677 background.