COLOR #56B6C5

HEX: #56B6C5
RGB: (86,182,197)

Color info

#56B6C5 contains mainly green and blue colors. Web safe color of #56B6C5 is #66CCCC (or #6CC).

RGB color model

#56B6C5 color RGB value is (86,182,197).

  • red value is 86;
  • green value is 182;
  • blue value is 197.
RGB:
(86,182,197)
(34%,71%,77%)

RGB channels and saturation

R 86 of 255 = 34%
G 182 of 255 = 71%
B 197 of 255 = 77%

86
182
197

R + G + B ~ 61%. #56B6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 182 + 197 = 465 (100%)
R 86 of 465 ~ 18.49%
G 182 of 465 ~ 39.14%
B 197 of 465 ~ 42.37%

%18.49
%39.14
%42.37

CMYK color model

#56B6C5 color CMYK value is (56,8,0,23).

  • cyan value is 56.35%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(56,8,0,23)
C56M8Y0K23 
(56%,8%,0%,23%)
(0.56/0.08/0.00/0.23)	

CMYK percentages

%56.35
%7.61
%0
%22.75

Codes

Color #56B6C5 in popluar color models

56B6C5
RGB86182197
HSL188°48.90%55.49%
HSB/HSV188°56.35%77.25%
CMYK56.35%7.61%0.00%
22.75%

Color #56B6C5 in popluar number systems.

HEX56B6C5
Decimal86182197
Binary10101101011011011000101
Octal126266305

Shades and tints

Shades of #56B6C5

#56B6C5
(86,182,197)
#4FA6B4
(79,166,180)
#4896A3
(72,150,163)
#418692
(65,134,146)
#3A7681
(58,118,129)
#336670
(51,102,112)
#2C565F
(44,86,95)
#25464E
(37,70,78)
#1E363D
(30,54,61)
#17262C
(23,38,44)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #56B6C5

#56B6C5
(86,182,197)
#65BCCA
(101,188,202)
#74C2CF
(116,194,207)
#83C8D4
(131,200,212)
#92CED9
(146,206,217)
#A1D4DE
(161,212,222)
#B0DAE3
(176,218,227)
#BFE0E8
(191,224,232)
#CEE6ED
(206,230,237)
#DDECF2
(221,236,242)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B6C5 color. Also use rgb(86,182,197) instead hex code.

Text Font Color

.myTextColor { color: #56B6C5; }

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

This text font color is #56B6C5.


Background Color

.myBgColor { background-color: #56B6C5; }

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

This div background color is #56B6C5.


Border color

.myBorderColor { border: 1px solid #56B6C5; }

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

This div border color is #56B6C5.


Opacity

.myOpacity80 { color: #56B6C5; opacity: 0.8; }

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

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

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

This text has shadow with #56B6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B6C5 on black background.


Color preview on white background

This text has color #56B6C5 on white background.



Black color preview on #56B6C5 background

This text has black color on #56B6C5 background.


White color preview on #56B6C5 background

This text has white color on #56B6C5 background.