COLOR #5B7A8D

HEX: #5B7A8D
RGB: (91,122,141)

Color info

#5B7A8D contains red, green and blue colors in about the same proportion. Web safe color of #5B7A8D is #666699 (or #669).

RGB color model

#5B7A8D color RGB value is (91,122,141).

  • red value is 91;
  • green value is 122;
  • blue value is 141.
RGB:
(91,122,141)
(36%,48%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 122 of 255 = 48%
B 141 of 255 = 55%

91
122
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 122 + 141 = 354 (100%)
R 91 of 354 ~ 25.71%
G 122 of 354 ~ 34.46%
B 141 of 354 ~ 39.83%

%25.71
%34.46
%39.83

CMYK color model

#5B7A8D color CMYK value is (35,13,0,45).

  • cyan value is 35.46%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,13,0,45)
C35M13Y0K45 
(35%,13%,0%,45%)
(0.35/0.13/0.00/0.45)	

CMYK percentages

%35.46
%13.48
%0
%44.71

Codes

Color #5B7A8D in popluar color models

5B7A8D
RGB91122141
HSL203°21.55%45.49%
HSB/HSV203°35.46%55.29%
CMYK35.46%13.48%0.00%
44.71%

Color #5B7A8D in popluar number systems.

HEX5B7A8D
Decimal91122141
Binary1011011111101010001101
Octal133172215

Shades and tints

Shades of #5B7A8D

#5B7A8D
(91,122,141)
#536F81
(83,111,129)
#4B6475
(75,100,117)
#435969
(67,89,105)
#3B4E5D
(59,78,93)
#334351
(51,67,81)
#2B3845
(43,56,69)
#232D39
(35,45,57)
#1B222D
(27,34,45)
#131721
(19,23,33)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #5B7A8D

#5B7A8D
(91,122,141)
#698697
(105,134,151)
#7792A1
(119,146,161)
#859EAB
(133,158,171)
#93AAB5
(147,170,181)
#A1B6BF
(161,182,191)
#AFC2C9
(175,194,201)
#BDCED3
(189,206,211)
#CBDADD
(203,218,221)
#D9E6E7
(217,230,231)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7A8D color. Also use rgb(91,122,141) instead hex code.

Text Font Color

.myTextColor { color: #5B7A8D; }

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

This text font color is #5B7A8D.


Background Color

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

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

This div background color is #5B7A8D.


Border color

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

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

This div border color is #5B7A8D.


Opacity

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

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

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

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

This text has shadow with #5B7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7A8D on black background.


Color preview on white background

This text has color #5B7A8D on white background.



Black color preview on #5B7A8D background

This text has black color on #5B7A8D background.


White color preview on #5B7A8D background

This text has white color on #5B7A8D background.