COLOR #055B65

HEX: #055B65
RGB: (5,91,101)

Color info

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

RGB color model

#055B65 color RGB value is (5,91,101).

  • red value is 5;
  • green value is 91;
  • blue value is 101.
RGB:
(5,91,101)
(2%,36%,40%)

RGB channels and saturation

R 5 of 255 = 2%
G 91 of 255 = 36%
B 101 of 255 = 40%

5
91
101

R + G + B ~ 26%. #055B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 91 + 101 = 197 (100%)
R 5 of 197 ~ 2.54%
G 91 of 197 ~ 46.19%
B 101 of 197 ~ 51.27%

%46.19
%51.27

CMYK color model

#055B65 color CMYK value is (95,10,0,60).

  • cyan value is 95.05%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(95,10,0,60)
C95M10Y0K60 
(95%,10%,0%,60%)
(0.95/0.10/0.00/0.60)	

CMYK percentages

%95.05
%9.9
%0
%60.39

Codes

Color #055B65 in popluar color models

055B65
RGB591101
HSL186°90.57%20.78%
HSB/HSV186°95.05%39.61%
CMYK95.05%9.90%0.00%
60.39%

Color #055B65 in popluar number systems.

HEX055B65
Decimal591101
Binary10110110111100101
Octal5133145

Shades and tints

Shades of #055B65

#055B65
(5,91,101)
#05535C
(5,83,92)
#054B53
(5,75,83)
#05434A
(5,67,74)
#053B41
(5,59,65)
#053338
(5,51,56)
#052B2F
(5,43,47)
#052326
(5,35,38)
#051B1D
(5,27,29)
#051314
(5,19,20)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #055B65

#055B65
(5,91,101)
#1B6973
(27,105,115)
#317781
(49,119,129)
#47858F
(71,133,143)
#5D939D
(93,147,157)
#73A1AB
(115,161,171)
#89AFB9
(137,175,185)
#9FBDC7
(159,189,199)
#B5CBD5
(181,203,213)
#CBD9E3
(203,217,227)
#E1E7F1
(225,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055B65 color. Also use rgb(5,91,101) instead hex code.

Text Font Color

.myTextColor { color: #055B65; }

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

This text font color is #055B65.


Background Color

.myBgColor { background-color: #055B65; }

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

This div background color is #055B65.


Border color

.myBorderColor { border: 1px solid #055B65; }

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

This div border color is #055B65.


Opacity

.myOpacity80 { color: #055B65; opacity: 0.8; }

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

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

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

This text has shadow with #055B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055B65 on black background.


Color preview on white background

This text has color #055B65 on white background.



Black color preview on #055B65 background

This text has black color on #055B65 background.


White color preview on #055B65 background

This text has white color on #055B65 background.