COLOR #5B818E

HEX: #5B818E
RGB: (91,129,142)

Color info

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

RGB color model

#5B818E color RGB value is (91,129,142).

  • red value is 91;
  • green value is 129;
  • blue value is 142.
RGB:
(91,129,142)
(36%,51%,56%)

RGB channels and saturation

R 91 of 255 = 36%
G 129 of 255 = 51%
B 142 of 255 = 56%

91
129
142

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

Portions of RGB colors in percentages

R + G + B =
91 + 129 + 142 = 362 (100%)
R 91 of 362 ~ 25.14%
G 129 of 362 ~ 35.64%
B 142 of 362 ~ 39.23%

%25.14
%35.64
%39.23

CMYK color model

#5B818E color CMYK value is (36,9,0,44).

  • cyan value is 35.92%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(36,9,0,44)
C36M9Y0K44 
(36%,9%,0%,44%)
(0.36/0.09/0.00/0.44)	

CMYK percentages

%35.92
%9.15
%0
%44.31

Codes

Color #5B818E in popluar color models

5B818E
RGB91129142
HSL195°21.89%45.69%
HSB/HSV195°35.92%55.69%
CMYK35.92%9.15%0.00%
44.31%

Color #5B818E in popluar number systems.

HEX5B818E
Decimal91129142
Binary10110111000000110001110
Octal133201216

Shades and tints

Shades of #5B818E

#5B818E
(91,129,142)
#537682
(83,118,130)
#4B6B76
(75,107,118)
#43606A
(67,96,106)
#3B555E
(59,85,94)
#334A52
(51,74,82)
#2B3F46
(43,63,70)
#23343A
(35,52,58)
#1B292E
(27,41,46)
#131E22
(19,30,34)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #5B818E

#5B818E
(91,129,142)
#698C98
(105,140,152)
#7797A2
(119,151,162)
#85A2AC
(133,162,172)
#93ADB6
(147,173,182)
#A1B8C0
(161,184,192)
#AFC3CA
(175,195,202)
#BDCED4
(189,206,212)
#CBD9DE
(203,217,222)
#D9E4E8
(217,228,232)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B818E color. Also use rgb(91,129,142) instead hex code.

Text Font Color

.myTextColor { color: #5B818E; }

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

This text font color is #5B818E.


Background Color

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

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

This div background color is #5B818E.


Border color

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

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

This div border color is #5B818E.


Opacity

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

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

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

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

This text has shadow with #5B818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B818E on black background.


Color preview on white background

This text has color #5B818E on white background.



Black color preview on #5B818E background

This text has black color on #5B818E background.


White color preview on #5B818E background

This text has white color on #5B818E background.