COLOR #5BA599

HEX: #5BA599 RGB: (91,165,153)

Color info

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

RGB color model

#5BA599 color RGB value is (91,165,153).

RGB: (91,165,153) (36%, 65%, 60%)

RGB channels and saturation

R 91 of 255 = 36%
G 165 of 255 = 65%
B 153 of 255 = 60%

91
165
153

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

Portions of RGB colors in percentages

R + G + B = 91 + 165 + 153 = 409 (100%)
R 91 of 409 ~ 22.25%
G 165 of 409 ~ 40.34%
B 153 of 409 ~ 37.41'%

%22.25
%40.34
%37.41

CMYK color model

#5BA599 color CMYK value is (45,0,7,35).

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

CMYK: (45,0,7,35)
C45M0Y7K35 (45%, 0%, 7%, 35%)
(0.45 / 0.00 / 0.07 / 0.35)

CMYK percentages

%44.85
%0
%7.27
%35.29

Codes

Color #5BA599 in popluar color models

5B A5 99
RGB 91 165 153
HSL 170° 29.13% 50.20%
HSB/HSV 170° 44.85% 64.71%
CMYK 44.85% 0.00% 7.27%
35.29%

Color #5BA599 in popluar number systems.

HEX 5B A5 99
Decimal 91 165 153
Binary 1011011 10100101 10011001
Octal 133 245 231

Shades and tints

Shades of #5BA599

#5BA599
(91,165,153)
#53968C
(83,150,140)
#4B877F
(75,135,127)
#437872
(67,120,114)
#3B6965
(59,105,101)
#335A58
(51,90,88)
#2B4B4B
(43,75,75)
#233C3E
(35,60,62)
#1B2D31
(27,45,49)
#131E24
(19,30,36)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #5BA599

#5BA599
(91,165,153)
#69ADA2
(105,173,162)
#77B5AB
(119,181,171)
#85BDB4
(133,189,180)
#93C5BD
(147,197,189)
#A1CDC6
(161,205,198)
#AFD5CF
(175,213,207)
#BDDDD8
(189,221,216)
#CBE5E1
(203,229,225)
#D9EDEA
(217,237,234)
#E7F5F3
(231,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BA599; }

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

This text font color is #5BA599.

Background Color

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

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

This div background color is #5BA599.

Border color

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

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

This div border color is #5BA599.

Opacity

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

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

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

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

This text has shadow with #5BA599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BA599.

Preview

Color preview on black background

This text has color #5BA599 on black background.


Color preview on white background

This text has color #5BA599 on white background.


Black color preview on #5BA599 background

This text has black color on #5BA599 background.


White color preview on #5BA599 background

This text has white color on #5BA599 background.


Related colors

Complementary color

Complementary color for #hex is #A45A66.


I love getcolorcode.com

Triadic colors

1 #995BA5 and #A5995B with #5BA599 are triadic colors.

2 #99A55B and #A55B99 with #5BA599 are triadic colors.