COLOR #055655

HEX: #055655
RGB: (5,86,85)

Color info

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

RGB color model

#055655 color RGB value is (5,86,85).

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

RGB channels and saturation

R 5 of 255 = 2%
G 86 of 255 = 34%
B 85 of 255 = 33%

5
86
85

R + G + B ~ 23%. #055655 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 86 + 85 = 176 (100%)
R 5 of 176 ~ 2.84%
G 86 of 176 ~ 48.86%
B 85 of 176 ~ 48.3%

%48.86
%48.3

CMYK color model

#055655 color CMYK value is (94,0,1,66).

  • cyan value is 94.19%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(94,0,1,66)
C94M0Y1K66 
(94%,0%,1%,66%)
(0.94/0.00/0.01/0.66)	

CMYK percentages

%94.19
%0
%1.16
%66.27

Codes

Color #055655 in popluar color models

055655
RGB58685
HSL179°89.01%17.84%
HSB/HSV179°94.19%33.73%
CMYK94.19%0.00%1.16%
66.27%

Color #055655 in popluar number systems.

HEX055655
Decimal58685
Binary10110101101010101
Octal5126125

Shades and tints

Shades of #055655

#055655
(5,86,85)
#054F4E
(5,79,78)
#054847
(5,72,71)
#054140
(5,65,64)
#053A39
(5,58,57)
#053332
(5,51,50)
#052C2B
(5,44,43)
#052524
(5,37,36)
#051E1D
(5,30,29)
#051716
(5,23,22)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #055655

#055655
(5,86,85)
#1B6564
(27,101,100)
#317473
(49,116,115)
#478382
(71,131,130)
#5D9291
(93,146,145)
#73A1A0
(115,161,160)
#89B0AF
(137,176,175)
#9FBFBE
(159,191,190)
#B5CECD
(181,206,205)
#CBDDDC
(203,221,220)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055655; }

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

This text font color is #055655.


Background Color

.myBgColor { background-color: #055655; }

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

This div background color is #055655.


Border color

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

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

This div border color is #055655.


Opacity

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

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

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

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

This text has shadow with #055655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055655 on black background.


Color preview on white background

This text has color #055655 on white background.



Black color preview on #055655 background

This text has black color on #055655 background.


White color preview on #055655 background

This text has white color on #055655 background.