COLOR #5BAAC3

HEX: #5BAAC3 RGB: (91,170,195)

Color info

#5BAAC3 contains mainly green and blue colors. Web safe color of #5BAAC3 is #6699CC (or #69C).

RGB color model

#5BAAC3 color RGB value is (91,170,195).

RGB: (91,170,195) (36%, 67%, 76%)

RGB channels and saturation

R 91 of 255 = 36%
G 170 of 255 = 67%
B 195 of 255 = 76%

91
170
195

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

Portions of RGB colors in percentages

R + G + B = 91 + 170 + 195 = 456 (100%)
R 91 of 456 ~ 19.96%
G 170 of 456 ~ 37.28%
B 195 of 456 ~ 42.76'%

%19.96
%37.28
%42.76

CMYK color model

#5BAAC3 color CMYK value is (53,13,0,24).

  • cyan value is 53.33%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (53,13,0,24) C53M13Y0K24 (53%,13%,0%,24%) (0.53/0.13/0.00/0.24) 

CMYK percentages

%53.33
%12.82
%0
%23.53

Codes

Color #5BAAC3 in popluar color models

5B AA C3
RGB 91 170 195
HSL 194° 46.43% 56.08%
HSB/HSV 194° 53.33% 76.47%
CMYK 53.33% 12.82% 0.00%
23.53%

Color #5BAAC3 in popluar number systems.

HEX 5B AA C3
Decimal 91 170 195
Binary 1011011 10101010 11000011
Octal 133 252 303

Shades and tints

Shades of #5BAAC3

#5BAAC3
(91,170,195)
#539BB2
(83,155,178)
#4B8CA1
(75,140,161)
#437D90
(67,125,144)
#3B6E7F
(59,110,127)
#335F6E
(51,95,110)
#2B505D
(43,80,93)
#23414C
(35,65,76)
#1B323B
(27,50,59)
#13232A
(19,35,42)
#0B1419
(11,20,25)
#000000
(0,0,0)

Tints of #5BAAC3

#5BAAC3
(91,170,195)
#69B1C8
(105,177,200)
#77B8CD
(119,184,205)
#85BFD2
(133,191,210)
#93C6D7
(147,198,215)
#A1CDDC
(161,205,220)
#AFD4E1
(175,212,225)
#BDDBE6
(189,219,230)
#CBE2EB
(203,226,235)
#D9E9F0
(217,233,240)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAAC3 color. Also use rgb(91,170,195) instead hex code.

Text Font Color

.myTextColor { color: #5BAAC3; }

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

This text font color is #5BAAC3.

Background Color

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

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

This div background color is #5BAAC3.

Border color

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

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

This div border color is #5BAAC3.

Opacity

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

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

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

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

This text has shadow with #5BAAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BAAC3.

Preview

Color preview on black background

This text has color #5BAAC3 on black background.


Color preview on white background

This text has color #5BAAC3 on white background.


Black color preview on #5BAAC3 background

This text has black color on #5BAAC3 background.


White color preview on #5BAAC3 background

This text has white color on #5BAAC3 background.


Related colors

Complementary color

Complementary color for #hex is #A4553C.


I love getcolorcode.com

Triadic colors

1 #C35BAA and #AAC35B with #5BAAC3 are triadic colors.

2 #C3AA5B and #AA5BC3 with #5BAAC3 are triadic colors.