COLOR #5B9CAD

HEX: #5B9CAD
RGB: (91,156,173)

Color info

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

RGB color model

#5B9CAD color RGB value is (91,156,173).

  • red value is 91;
  • green value is 156;
  • blue value is 173.
RGB:
(91,156,173)
(36%,61%,68%)

RGB channels and saturation

R 91 of 255 = 36%
G 156 of 255 = 61%
B 173 of 255 = 68%

91
156
173

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

Portions of RGB colors in percentages

R + G + B =
91 + 156 + 173 = 420 (100%)
R 91 of 420 ~ 21.67%
G 156 of 420 ~ 37.14%
B 173 of 420 ~ 41.19%

%21.67
%37.14
%41.19

CMYK color model

#5B9CAD color CMYK value is (47,10,0,32).

  • cyan value is 47.40%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(47,10,0,32)
C47M10Y0K32 
(47%,10%,0%,32%)
(0.47/0.10/0.00/0.32)	

CMYK percentages

%47.4
%9.83
%0
%32.16

Codes

Color #5B9CAD in popluar color models

5B9CAD
RGB91156173
HSL192°33.33%51.76%
HSB/HSV192°47.40%67.84%
CMYK47.40%9.83%0.00%
32.16%

Color #5B9CAD in popluar number systems.

HEX5B9CAD
Decimal91156173
Binary10110111001110010101101
Octal133234255

Shades and tints

Shades of #5B9CAD

#5B9CAD
(91,156,173)
#538E9E
(83,142,158)
#4B808F
(75,128,143)
#437280
(67,114,128)
#3B6471
(59,100,113)
#335662
(51,86,98)
#2B4853
(43,72,83)
#233A44
(35,58,68)
#1B2C35
(27,44,53)
#131E26
(19,30,38)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #5B9CAD

#5B9CAD
(91,156,173)
#69A5B4
(105,165,180)
#77AEBB
(119,174,187)
#85B7C2
(133,183,194)
#93C0C9
(147,192,201)
#A1C9D0
(161,201,208)
#AFD2D7
(175,210,215)
#BDDBDE
(189,219,222)
#CBE4E5
(203,228,229)
#D9EDEC
(217,237,236)
#E7F6F3
(231,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9CAD color. Also use rgb(91,156,173) instead hex code.

Text Font Color

.myTextColor { color: #5B9CAD; }

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

This text font color is #5B9CAD.


Background Color

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

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

This div background color is #5B9CAD.


Border color

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

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

This div border color is #5B9CAD.


Opacity

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

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

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

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

This text has shadow with #5B9CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9CAD on black background.


Color preview on white background

This text has color #5B9CAD on white background.



Black color preview on #5B9CAD background

This text has black color on #5B9CAD background.


White color preview on #5B9CAD background

This text has white color on #5B9CAD background.