COLOR #5B799F

HEX: #5B799F
RGB: (91,121,159)

Color info

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

RGB color model

#5B799F color RGB value is (91,121,159).

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

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 159 of 255 = 62%

91
121
159

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

Portions of RGB colors in percentages

R + G + B =
91 + 121 + 159 = 371 (100%)
R 91 of 371 ~ 24.53%
G 121 of 371 ~ 32.61%
B 159 of 371 ~ 42.86%

%24.53
%32.61
%42.86

CMYK color model

#5B799F color CMYK value is (43,24,0,38).

  • cyan value is 42.77%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(43,24,0,38)
C43M24Y0K38 
(43%,24%,0%,38%)
(0.43/0.24/0.00/0.38)	

CMYK percentages

%42.77
%23.9
%0
%37.65

Codes

Color #5B799F in popluar color models

5B799F
RGB91121159
HSL214°27.20%49.02%
HSB/HSV214°42.77%62.35%
CMYK42.77%23.90%0.00%
37.65%

Color #5B799F in popluar number systems.

HEX5B799F
Decimal91121159
Binary1011011111100110011111
Octal133171237

Shades and tints

Shades of #5B799F

#5B799F
(91,121,159)
#536E91
(83,110,145)
#4B6383
(75,99,131)
#435875
(67,88,117)
#3B4D67
(59,77,103)
#334259
(51,66,89)
#2B374B
(43,55,75)
#232C3D
(35,44,61)
#1B212F
(27,33,47)
#131621
(19,22,33)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #5B799F

#5B799F
(91,121,159)
#6985A7
(105,133,167)
#7791AF
(119,145,175)
#859DB7
(133,157,183)
#93A9BF
(147,169,191)
#A1B5C7
(161,181,199)
#AFC1CF
(175,193,207)
#BDCDD7
(189,205,215)
#CBD9DF
(203,217,223)
#D9E5E7
(217,229,231)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B799F; }

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

This text font color is #5B799F.


Background Color

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

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

This div background color is #5B799F.


Border color

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

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

This div border color is #5B799F.


Opacity

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

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

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

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

This text has shadow with #5B799F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B799F on black background.


Color preview on white background

This text has color #5B799F on white background.



Black color preview on #5B799F background

This text has black color on #5B799F background.


White color preview on #5B799F background

This text has white color on #5B799F background.