COLOR #5B799B

HEX: #5B799B
RGB: (91,121,155)

Color info

#5B799B contains mainly green and blue colors. Web safe color of #5B799B is #666699 (or #669).

RGB color model

#5B799B color RGB value is (91,121,155).

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

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 155 of 255 = 61%

91
121
155

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

Portions of RGB colors in percentages

R + G + B =
91 + 121 + 155 = 367 (100%)
R 91 of 367 ~ 24.8%
G 121 of 367 ~ 32.97%
B 155 of 367 ~ 42.23%

%24.8
%32.97
%42.23

CMYK color model

#5B799B color CMYK value is (41,22,0,39).

  • cyan value is 41.29%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,22,0,39)
C41M22Y0K39 
(41%,22%,0%,39%)
(0.41/0.22/0.00/0.39)	

CMYK percentages

%41.29
%21.94
%0
%39.22

Codes

Color #5B799B in popluar color models

5B799B
RGB91121155
HSL212°26.02%48.24%
HSB/HSV212°41.29%60.78%
CMYK41.29%21.94%0.00%
39.22%

Color #5B799B in popluar number systems.

HEX5B799B
Decimal91121155
Binary1011011111100110011011
Octal133171233

Shades and tints

Shades of #5B799B

#5B799B
(91,121,155)
#536E8D
(83,110,141)
#4B637F
(75,99,127)
#435871
(67,88,113)
#3B4D63
(59,77,99)
#334255
(51,66,85)
#2B3747
(43,55,71)
#232C39
(35,44,57)
#1B212B
(27,33,43)
#13161D
(19,22,29)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #5B799B

#5B799B
(91,121,155)
#6985A4
(105,133,164)
#7791AD
(119,145,173)
#859DB6
(133,157,182)
#93A9BF
(147,169,191)
#A1B5C8
(161,181,200)
#AFC1D1
(175,193,209)
#BDCDDA
(189,205,218)
#CBD9E3
(203,217,227)
#D9E5EC
(217,229,236)
#E7F1F5
(231,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B799B; }

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

This text font color is #5B799B.


Background Color

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

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

This div background color is #5B799B.


Border color

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

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

This div border color is #5B799B.


Opacity

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

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

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

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

This text has shadow with #5B799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B799B on black background.


Color preview on white background

This text has color #5B799B on white background.



Black color preview on #5B799B background

This text has black color on #5B799B background.


White color preview on #5B799B background

This text has white color on #5B799B background.