COLOR #5B869B

HEX: #5B869B
RGB: (91,134,155)

Color info

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

RGB color model

#5B869B color RGB value is (91,134,155).

  • red value is 91;
  • green value is 134;
  • blue value is 155.
RGB:
(91,134,155)
(36%,53%,61%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 155 of 255 = 61%

91
134
155

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 155 = 380 (100%)
R 91 of 380 ~ 23.95%
G 134 of 380 ~ 35.26%
B 155 of 380 ~ 40.79%

%23.95
%35.26
%40.79

CMYK color model

#5B869B color CMYK value is (41,14,0,39).

  • cyan value is 41.29%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,14,0,39)
C41M14Y0K39 
(41%,14%,0%,39%)
(0.41/0.14/0.00/0.39)	

CMYK percentages

%41.29
%13.55
%0
%39.22

Codes

Color #5B869B in popluar color models

5B869B
RGB91134155
HSL200°26.02%48.24%
HSB/HSV200°41.29%60.78%
CMYK41.29%13.55%0.00%
39.22%

Color #5B869B in popluar number systems.

HEX5B869B
Decimal91134155
Binary10110111000011010011011
Octal133206233

Shades and tints

Shades of #5B869B

#5B869B
(91,134,155)
#537A8D
(83,122,141)
#4B6E7F
(75,110,127)
#436271
(67,98,113)
#3B5663
(59,86,99)
#334A55
(51,74,85)
#2B3E47
(43,62,71)
#233239
(35,50,57)
#1B262B
(27,38,43)
#131A1D
(19,26,29)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B869B

#5B869B
(91,134,155)
#6991A4
(105,145,164)
#779CAD
(119,156,173)
#85A7B6
(133,167,182)
#93B2BF
(147,178,191)
#A1BDC8
(161,189,200)
#AFC8D1
(175,200,209)
#BDD3DA
(189,211,218)
#CBDEE3
(203,222,227)
#D9E9EC
(217,233,236)
#E7F4F5
(231,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B869B color. Also use rgb(91,134,155) instead hex code.

Text Font Color

.myTextColor { color: #5B869B; }

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

This text font color is #5B869B.


Background Color

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

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

This div background color is #5B869B.


Border color

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

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

This div border color is #5B869B.


Opacity

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

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

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

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

This text has shadow with #5B869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B869B on black background.


Color preview on white background

This text has color #5B869B on white background.



Black color preview on #5B869B background

This text has black color on #5B869B background.


White color preview on #5B869B background

This text has white color on #5B869B background.