COLOR #5BA693

HEX: #5BA693 RGB: (91,166,147)

Color info

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

RGB color model

#5BA693 color RGB value is (91,166,147).

RGB: (91,166,147) (36%, 65%, 58%)

RGB channels and saturation

R 91 of 255 = 36%
G 166 of 255 = 65%
B 147 of 255 = 58%

91
166
147

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

Portions of RGB colors in percentages

R + G + B = 91 + 166 + 147 = 404 (100%)
R 91 of 404 ~ 22.52%
G 166 of 404 ~ 41.09%
B 147 of 404 ~ 36.39'%

%22.52
%41.09
%36.39

CMYK color model

#5BA693 color CMYK value is (45,0,11,35).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%

CMYK: (45,0,11,35)
C45M0Y11K35 (45%, 0%, 11%, 35%)
(0.45 / 0.00 / 0.11 / 0.35)

CMYK percentages

%45.18
%0
%11.45
%34.9

Codes

Color #5BA693 in popluar color models

5B A6 93
RGB 91 166 147
HSL 165° 29.64% 50.39%
HSB/HSV 165° 45.18% 65.10%
CMYK 45.18% 0.00% 11.45%
34.90%

Color #5BA693 in popluar number systems.

HEX 5B A6 93
Decimal 91 166 147
Binary 1011011 10100110 10010011
Octal 133 246 223

Shades and tints

Shades of #5BA693

#5BA693
(91,166,147)
#539786
(83,151,134)
#4B8879
(75,136,121)
#43796C
(67,121,108)
#3B6A5F
(59,106,95)
#335B52
(51,91,82)
#2B4C45
(43,76,69)
#233D38
(35,61,56)
#1B2E2B
(27,46,43)
#131F1E
(19,31,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #5BA693

#5BA693
(91,166,147)
#69AE9C
(105,174,156)
#77B6A5
(119,182,165)
#85BEAE
(133,190,174)
#93C6B7
(147,198,183)
#A1CEC0
(161,206,192)
#AFD6C9
(175,214,201)
#BDDED2
(189,222,210)
#CBE6DB
(203,230,219)
#D9EEE4
(217,238,228)
#E7F6ED
(231,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA693 color. Also use rgb(91,166,147) instead hex code.

Text Font Color

.myTextColor { color: #5BA693; }

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

This text font color is #5BA693.

Background Color

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

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

This div background color is #5BA693.

Border color

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

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

This div border color is #5BA693.

Opacity

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

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

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

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

This text has shadow with #5BA693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BA693.

Preview

Color preview on black background

This text has color #5BA693 on black background.


Color preview on white background

This text has color #5BA693 on white background.


Black color preview on #5BA693 background

This text has black color on #5BA693 background.


White color preview on #5BA693 background

This text has white color on #5BA693 background.


Related colors

Complementary color

Complementary color for #hex is #A4596C.


I love getcolorcode.com

Triadic colors

1 #935BA6 and #A6935B with #5BA693 are triadic colors.

2 #93A65B and #A65B93 with #5BA693 are triadic colors.