COLOR #5B828D

HEX: #5B828D
RGB: (91,130,141)

Color info

#5B828D contains red, green and blue colors in about the same proportion. Web safe color of #5B828D is #669999 (or #699).

RGB color model

#5B828D color RGB value is (91,130,141).

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

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 141 of 255 = 55%

91
130
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 130 + 141 = 362 (100%)
R 91 of 362 ~ 25.14%
G 130 of 362 ~ 35.91%
B 141 of 362 ~ 38.95%

%25.14
%35.91
%38.95

CMYK color model

#5B828D color CMYK value is (35,8,0,45).

  • cyan value is 35.46%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,8,0,45)
C35M8Y0K45 
(35%,8%,0%,45%)
(0.35/0.08/0.00/0.45)	

CMYK percentages

%35.46
%7.8
%0
%44.71

Codes

Color #5B828D in popluar color models

5B828D
RGB91130141
HSL193°21.55%45.49%
HSB/HSV193°35.46%55.29%
CMYK35.46%7.80%0.00%
44.71%

Color #5B828D in popluar number systems.

HEX5B828D
Decimal91130141
Binary10110111000001010001101
Octal133202215

Shades and tints

Shades of #5B828D

#5B828D
(91,130,141)
#537781
(83,119,129)
#4B6C75
(75,108,117)
#436169
(67,97,105)
#3B565D
(59,86,93)
#334B51
(51,75,81)
#2B4045
(43,64,69)
#233539
(35,53,57)
#1B2A2D
(27,42,45)
#131F21
(19,31,33)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #5B828D

#5B828D
(91,130,141)
#698D97
(105,141,151)
#7798A1
(119,152,161)
#85A3AB
(133,163,171)
#93AEB5
(147,174,181)
#A1B9BF
(161,185,191)
#AFC4C9
(175,196,201)
#BDCFD3
(189,207,211)
#CBDADD
(203,218,221)
#D9E5E7
(217,229,231)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B828D; }

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

This text font color is #5B828D.


Background Color

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

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

This div background color is #5B828D.


Border color

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

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

This div border color is #5B828D.


Opacity

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

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

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

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

This text has shadow with #5B828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B828D on black background.


Color preview on white background

This text has color #5B828D on white background.



Black color preview on #5B828D background

This text has black color on #5B828D background.


White color preview on #5B828D background

This text has white color on #5B828D background.