COLOR #05565C

HEX: #05565C
RGB: (5,86,92)

Color info

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

RGB color model

#05565C color RGB value is (5,86,92).

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

RGB channels and saturation

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

5
86
92

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

Portions of RGB colors in percentages

R + G + B =
5 + 86 + 92 = 183 (100%)
R 5 of 183 ~ 2.73%
G 86 of 183 ~ 46.99%
B 92 of 183 ~ 50.27%

%46.99
%50.27

CMYK color model

#05565C color CMYK value is (95,7,0,64).

  • cyan value is 94.57%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(95,7,0,64)
C95M7Y0K64 
(95%,7%,0%,64%)
(0.95/0.07/0.00/0.64)	

CMYK percentages

%94.57
%6.52
%0
%63.92

Codes

Color #05565C in popluar color models

05565C
RGB58692
HSL184°89.69%19.02%
HSB/HSV184°94.57%36.08%
CMYK94.57%6.52%0.00%
63.92%

Color #05565C in popluar number systems.

HEX05565C
Decimal58692
Binary10110101101011100
Octal5126134

Shades and tints

Shades of #05565C

#05565C
(5,86,92)
#054F54
(5,79,84)
#05484C
(5,72,76)
#054144
(5,65,68)
#053A3C
(5,58,60)
#053334
(5,51,52)
#052C2C
(5,44,44)
#052524
(5,37,36)
#051E1C
(5,30,28)
#051714
(5,23,20)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #05565C

#05565C
(5,86,92)
#1B656A
(27,101,106)
#317478
(49,116,120)
#478386
(71,131,134)
#5D9294
(93,146,148)
#73A1A2
(115,161,162)
#89B0B0
(137,176,176)
#9FBFBE
(159,191,190)
#B5CECC
(181,206,204)
#CBDDDA
(203,221,218)
#E1ECE8
(225,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05565C; }

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

This text font color is #05565C.


Background Color

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

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

This div background color is #05565C.


Border color

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

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

This div border color is #05565C.


Opacity

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

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

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

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

This text has shadow with #05565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05565C on black background.


Color preview on white background

This text has color #05565C on white background.



Black color preview on #05565C background

This text has black color on #05565C background.


White color preview on #05565C background

This text has white color on #05565C background.