COLOR #56A591

HEX: #56A591 RGB: (86,165,145)

Color info

#56A591 contains mainly green and blue colors. Web safe color of #56A591 is #669999 (or #699).

RGB color model

#56A591 color RGB value is (86,165,145).

RGB: (86,165,145) (34%, 65%, 57%)

RGB channels and saturation

R 86 of 255 = 34%
G 165 of 255 = 65%
B 145 of 255 = 57%

86
165
145

R + G + B ~ 52%. #56A591 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 165 + 145 = 396 (100%)
R 86 of 396 ~ 21.72%
G 165 of 396 ~ 41.67%
B 145 of 396 ~ 36.62'%

%21.72
%41.67
%36.62

CMYK color model

#56A591 color CMYK value is (48,0,12,35).

  • cyan value is 47.88%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%

CMYK: (48,0,12,35)
C48M0Y12K35 (48%, 0%, 12%, 35%)
(0.48 / 0.00 / 0.12 / 0.35)

CMYK percentages

%47.88
%0
%12.12
%35.29

Codes

Color #56A591 in popluar color models

56 A5 91
RGB 86 165 145
HSL 165° 31.47% 49.22%
HSB/HSV 165° 47.88% 64.71%
CMYK 47.88% 0.00% 12.12%
35.29%

Color #56A591 in popluar number systems.

HEX 56 A5 91
Decimal 86 165 145
Binary 1010110 10100101 10010001
Octal 126 245 221

Shades and tints

Shades of #56A591

#56A591
(86,165,145)
#4F9684
(79,150,132)
#488777
(72,135,119)
#41786A
(65,120,106)
#3A695D
(58,105,93)
#335A50
(51,90,80)
#2C4B43
(44,75,67)
#253C36
(37,60,54)
#1E2D29
(30,45,41)
#171E1C
(23,30,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #56A591

#56A591
(86,165,145)
#65AD9B
(101,173,155)
#74B5A5
(116,181,165)
#83BDAF
(131,189,175)
#92C5B9
(146,197,185)
#A1CDC3
(161,205,195)
#B0D5CD
(176,213,205)
#BFDDD7
(191,221,215)
#CEE5E1
(206,229,225)
#DDEDEB
(221,237,235)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A591 color. Also use rgb(86,165,145) instead hex code.

Text Font Color

.myTextColor { color: #56A591; }

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

This text font color is #56A591.

Background Color

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

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

This div background color is #56A591.

Border color

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

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

This div border color is #56A591.

Opacity

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

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

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

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

This text has shadow with #56A591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56A591.

Preview

Color preview on black background

This text has color #56A591 on black background.


Color preview on white background

This text has color #56A591 on white background.


Black color preview on #56A591 background

This text has black color on #56A591 background.


White color preview on #56A591 background

This text has white color on #56A591 background.


Related colors

Complementary color

Complementary color for #hex is #A95A6E.


I love getcolorcode.com

Triadic colors

1 #9156A5 and #A59156 with #56A591 are triadic colors.

2 #91A556 and #A55691 with #56A591 are triadic colors.