COLOR #05565B

HEX: #05565B
RGB: (5,86,91)

Color info

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

RGB color model

#05565B color RGB value is (5,86,91).

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

RGB channels and saturation

R 5 of 255 = 2%
G 86 of 255 = 34%
B 91 of 255 = 36%

5
86
91

R + G + B ~ 24%. #05565B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 86 + 91 = 182 (100%)
R 5 of 182 ~ 2.75%
G 86 of 182 ~ 47.25%
B 91 of 182 ~ 50%

%47.25
%50

CMYK color model

#05565B color CMYK value is (95,5,0,64).

  • cyan value is 94.51%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(95,5,0,64)
C95M5Y0K64 
(95%,5%,0%,64%)
(0.95/0.05/0.00/0.64)	

CMYK percentages

%94.51
%5.49
%0
%64.31

Codes

Color #05565B in popluar color models

05565B
RGB58691
HSL183°89.58%18.82%
HSB/HSV183°94.51%35.69%
CMYK94.51%5.49%0.00%
64.31%

Color #05565B in popluar number systems.

HEX05565B
Decimal58691
Binary10110101101011011
Octal5126133

Shades and tints

Shades of #05565B

#05565B
(5,86,91)
#054F53
(5,79,83)
#05484B
(5,72,75)
#054143
(5,65,67)
#053A3B
(5,58,59)
#053333
(5,51,51)
#052C2B
(5,44,43)
#052523
(5,37,35)
#051E1B
(5,30,27)
#051713
(5,23,19)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #05565B

#05565B
(5,86,91)
#1B6569
(27,101,105)
#317477
(49,116,119)
#478385
(71,131,133)
#5D9293
(93,146,147)
#73A1A1
(115,161,161)
#89B0AF
(137,176,175)
#9FBFBD
(159,191,189)
#B5CECB
(181,206,203)
#CBDDD9
(203,221,217)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05565B; }

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

This text font color is #05565B.


Background Color

.myBgColor { background-color: #05565B; }

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

This div background color is #05565B.


Border color

.myBorderColor { border: 1px solid #05565B; }

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

This div border color is #05565B.


Opacity

.myOpacity80 { color: #05565B; opacity: 0.8; }

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

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

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

This text has shadow with #05565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05565B on black background.


Color preview on white background

This text has color #05565B on white background.



Black color preview on #05565B background

This text has black color on #05565B background.


White color preview on #05565B background

This text has white color on #05565B background.