COLOR #5B7999

HEX: #5B7999
RGB: (91,121,153)

Color info

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

RGB color model

#5B7999 color RGB value is (91,121,153).

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

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 153 of 255 = 60%

91
121
153

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

Portions of RGB colors in percentages

R + G + B =
91 + 121 + 153 = 365 (100%)
R 91 of 365 ~ 24.93%
G 121 of 365 ~ 33.15%
B 153 of 365 ~ 41.92%

%24.93
%33.15
%41.92

CMYK color model

#5B7999 color CMYK value is (41,21,0,40).

  • cyan value is 40.52%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(41,21,0,40)
C41M21Y0K40 
(41%,21%,0%,40%)
(0.41/0.21/0.00/0.40)	

CMYK percentages

%40.52
%20.92
%0
%40

Codes

Color #5B7999 in popluar color models

5B7999
RGB91121153
HSL211°25.41%47.84%
HSB/HSV211°40.52%60.00%
CMYK40.52%20.92%0.00%
40.00%

Color #5B7999 in popluar number systems.

HEX5B7999
Decimal91121153
Binary1011011111100110011001
Octal133171231

Shades and tints

Shades of #5B7999

#5B7999
(91,121,153)
#536E8C
(83,110,140)
#4B637F
(75,99,127)
#435872
(67,88,114)
#3B4D65
(59,77,101)
#334258
(51,66,88)
#2B374B
(43,55,75)
#232C3E
(35,44,62)
#1B2131
(27,33,49)
#131624
(19,22,36)
#0B0B17
(11,11,23)
#000000
(0,0,0)

Tints of #5B7999

#5B7999
(91,121,153)
#6985A2
(105,133,162)
#7791AB
(119,145,171)
#859DB4
(133,157,180)
#93A9BD
(147,169,189)
#A1B5C6
(161,181,198)
#AFC1CF
(175,193,207)
#BDCDD8
(189,205,216)
#CBD9E1
(203,217,225)
#D9E5EA
(217,229,234)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7999; }

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

This text font color is #5B7999.


Background Color

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

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

This div background color is #5B7999.


Border color

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

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

This div border color is #5B7999.


Opacity

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

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

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

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

This text has shadow with #5B7999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7999 on black background.


Color preview on white background

This text has color #5B7999 on white background.



Black color preview on #5B7999 background

This text has black color on #5B7999 background.


White color preview on #5B7999 background

This text has white color on #5B7999 background.