COLOR #5BA596

HEX: #5BA596 RGB: (91,165,150)

Color info

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

RGB color model

#5BA596 color RGB value is (91,165,150).

RGB: (91,165,150) (36%, 65%, 59%)

RGB channels and saturation

R 91 of 255 = 36%
G 165 of 255 = 65%
B 150 of 255 = 59%

91
165
150

R + G + B ~ 53%. #5BA596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 165 + 150 = 406 (100%)
R 91 of 406 ~ 22.41%
G 165 of 406 ~ 40.64%
B 150 of 406 ~ 36.95'%

%22.41
%40.64
%36.95

CMYK color model

#5BA596 color CMYK value is (45,0,9,35).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%

CMYK: (45,0,9,35)
C45M0Y9K35 (45%, 0%, 9%, 35%)
(0.45 / 0.00 / 0.09 / 0.35)

CMYK percentages

%44.85
%0
%9.09
%35.29

Codes

Color #5BA596 in popluar color models

5B A5 96
RGB 91 165 150
HSL 168° 29.13% 50.20%
HSB/HSV 168° 44.85% 64.71%
CMYK 44.85% 0.00% 9.09%
35.29%

Color #5BA596 in popluar number systems.

HEX 5B A5 96
Decimal 91 165 150
Binary 1011011 10100101 10010110
Octal 133 245 226

Shades and tints

Shades of #5BA596

#5BA596
(91,165,150)
#539689
(83,150,137)
#4B877C
(75,135,124)
#43786F
(67,120,111)
#3B6962
(59,105,98)
#335A55
(51,90,85)
#2B4B48
(43,75,72)
#233C3B
(35,60,59)
#1B2D2E
(27,45,46)
#131E21
(19,30,33)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #5BA596

#5BA596
(91,165,150)
#69AD9F
(105,173,159)
#77B5A8
(119,181,168)
#85BDB1
(133,189,177)
#93C5BA
(147,197,186)
#A1CDC3
(161,205,195)
#AFD5CC
(175,213,204)
#BDDDD5
(189,221,213)
#CBE5DE
(203,229,222)
#D9EDE7
(217,237,231)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA596 color. Also use rgb(91,165,150) instead hex code.

Text Font Color

.myTextColor { color: #5BA596; }

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

This text font color is #5BA596.

Background Color

.myBgColor { background-color: #5BA596; }

<div style="background-color:#5BA596">Inner text</div>

This div background color is #5BA596.

Border color

.myBorderColor { border: 1px solid #5BA596; }

<div style="border:3px solid #5BA596">Div</div>

This div border color is #5BA596.

Opacity

.myOpacity80 { color: #5BA596; opacity: 0.8; }

<p style="color:#5BA596;opacity:0.8;">80%</p>

Text with #5BA596 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 #5BA596;}

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

This text has shadow with #5BA596 color.


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

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

This text has shadow with #5BA596 primary color and red secondary color.


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

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

This text has shadow with #5BA596 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5BA596.

Preview

Color preview on black background

This text has color #5BA596 on black background.


Color preview on white background

This text has color #5BA596 on white background.


Black color preview on #5BA596 background

This text has black color on #5BA596 background.


White color preview on #5BA596 background

This text has white color on #5BA596 background.


Related colors

Complementary color

Complementary color for #hex is #A45A69.


I love getcolorcode.com

Triadic colors

1 #965BA5 and #A5965B with #5BA596 are triadic colors.

2 #96A55B and #A55B96 with #5BA596 are triadic colors.