COLOR #5BABA7

HEX: #5BABA7 RGB: (91,171,167)

Color info

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

RGB color model

#5BABA7 color RGB value is (91,171,167).

RGB: (91,171,167) (36%, 67%, 65%)

RGB channels and saturation

R 91 of 255 = 36%
G 171 of 255 = 67%
B 167 of 255 = 65%

91
171
167

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

Portions of RGB colors in percentages

R + G + B = 91 + 171 + 167 = 429 (100%)
R 91 of 429 ~ 21.21%
G 171 of 429 ~ 39.86%
B 167 of 429 ~ 38.93'%

%21.21
%39.86
%38.93

CMYK color model

#5BABA7 color CMYK value is (47,0,2,33).

  • cyan value is 46.78%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%

CMYK: (47,0,2,33)
C47M0Y2K33 (47%, 0%, 2%, 33%)
(0.47 / 0.00 / 0.02 / 0.33)

CMYK percentages

%46.78
%0
%2.34
%32.94

Codes

Color #5BABA7 in popluar color models

5B AB A7
RGB 91 171 167
HSL 177° 32.26% 51.37%
HSB/HSV 177° 46.78% 67.06%
CMYK 46.78% 0.00% 2.34%
32.94%

Color #5BABA7 in popluar number systems.

HEX 5B AB A7
Decimal 91 171 167
Binary 1011011 10101011 10100111
Octal 133 253 247

Shades and tints

Shades of #5BABA7

#5BABA7
(91,171,167)
#539C98
(83,156,152)
#4B8D89
(75,141,137)
#437E7A
(67,126,122)
#3B6F6B
(59,111,107)
#33605C
(51,96,92)
#2B514D
(43,81,77)
#23423E
(35,66,62)
#1B332F
(27,51,47)
#132420
(19,36,32)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #5BABA7

#5BABA7
(91,171,167)
#69B2AF
(105,178,175)
#77B9B7
(119,185,183)
#85C0BF
(133,192,191)
#93C7C7
(147,199,199)
#A1CECF
(161,206,207)
#AFD5D7
(175,213,215)
#BDDCDF
(189,220,223)
#CBE3E7
(203,227,231)
#D9EAEF
(217,234,239)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BABA7 color. Also use rgb(91,171,167) instead hex code.

Text Font Color

.myTextColor { color: #5BABA7; }

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

This text font color is #5BABA7.

Background Color

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

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

This div background color is #5BABA7.

Border color

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

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

This div border color is #5BABA7.

Opacity

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

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

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

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

This text has shadow with #5BABA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BABA7.

Preview

Color preview on black background

This text has color #5BABA7 on black background.


Color preview on white background

This text has color #5BABA7 on white background.


Black color preview on #5BABA7 background

This text has black color on #5BABA7 background.


White color preview on #5BABA7 background

This text has white color on #5BABA7 background.


Related colors

Complementary color

Complementary color for #hex is #A45458.


I love getcolorcode.com

Triadic colors

1 #A75BAB and #ABA75B with #5BABA7 are triadic colors.

2 #A7AB5B and #AB5BA7 with #5BABA7 are triadic colors.