COLOR #5B808A

HEX: #5B808A
RGB: (91,128,138)

Color info

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

RGB color model

#5B808A color RGB value is (91,128,138).

  • red value is 91;
  • green value is 128;
  • blue value is 138.
RGB:
(91,128,138)
(36%,50%,54%)

RGB channels and saturation

R 91 of 255 = 36%
G 128 of 255 = 50%
B 138 of 255 = 54%

91
128
138

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

Portions of RGB colors in percentages

R + G + B =
91 + 128 + 138 = 357 (100%)
R 91 of 357 ~ 25.49%
G 128 of 357 ~ 35.85%
B 138 of 357 ~ 38.66%

%25.49
%35.85
%38.66

CMYK color model

#5B808A color CMYK value is (34,7,0,46).

  • cyan value is 34.06%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(34,7,0,46)
C34M7Y0K46 
(34%,7%,0%,46%)
(0.34/0.07/0.00/0.46)	

CMYK percentages

%34.06
%7.25
%0
%45.88

Codes

Color #5B808A in popluar color models

5B808A
RGB91128138
HSL193°20.52%44.90%
HSB/HSV193°34.06%54.12%
CMYK34.06%7.25%0.00%
45.88%

Color #5B808A in popluar number systems.

HEX5B808A
Decimal91128138
Binary10110111000000010001010
Octal133200212

Shades and tints

Shades of #5B808A

#5B808A
(91,128,138)
#53757E
(83,117,126)
#4B6A72
(75,106,114)
#435F66
(67,95,102)
#3B545A
(59,84,90)
#33494E
(51,73,78)
#2B3E42
(43,62,66)
#233336
(35,51,54)
#1B282A
(27,40,42)
#131D1E
(19,29,30)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #5B808A

#5B808A
(91,128,138)
#698B94
(105,139,148)
#77969E
(119,150,158)
#85A1A8
(133,161,168)
#93ACB2
(147,172,178)
#A1B7BC
(161,183,188)
#AFC2C6
(175,194,198)
#BDCDD0
(189,205,208)
#CBD8DA
(203,216,218)
#D9E3E4
(217,227,228)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B808A color. Also use rgb(91,128,138) instead hex code.

Text Font Color

.myTextColor { color: #5B808A; }

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

This text font color is #5B808A.


Background Color

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

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

This div background color is #5B808A.


Border color

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

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

This div border color is #5B808A.


Opacity

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

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

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

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

This text has shadow with #5B808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B808A on black background.


Color preview on white background

This text has color #5B808A on white background.



Black color preview on #5B808A background

This text has black color on #5B808A background.


White color preview on #5B808A background

This text has white color on #5B808A background.