COLOR #5B809C

HEX: #5B809C RGB: (91,128,156)

Color info

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

RGB color model

#5B809C color RGB value is (91,128,156).

RGB: (91,128,156) (36%, 50%, 61%)

RGB channels and saturation

R 91 of 255 = 36%
G 128 of 255 = 50%
B 156 of 255 = 61%

91
128
156

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

Portions of RGB colors in percentages

R + G + B = 91 + 128 + 156 = 375 (100%)
R 91 of 375 ~ 24.27%
G 128 of 375 ~ 34.13%
B 156 of 375 ~ 41.6'%

%24.27
%34.13
%41.6

CMYK color model

#5B809C color CMYK value is (42,18,0,39).

  • cyan value is 41.67%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (42,18,0,39)
C42M18Y0K39 (42%, 18%, 0%, 39%)
(0.42 / 0.18 / 0.00 / 0.39)

CMYK percentages

%41.67
%17.95
%0
%38.82

Codes

Color #5B809C in popluar color models

5B 80 9C
RGB 91 128 156
HSL 206° 26.32% 48.43%
HSB/HSV 206° 41.67% 61.18%
CMYK 41.67% 17.95% 0.00%
38.82%

Color #5B809C in popluar number systems.

HEX 5B 80 9C
Decimal 91 128 156
Binary 1011011 10000000 10011100
Octal 133 200 234

Shades and tints

Shades of #5B809C

#5B809C
(91,128,156)
#53758E
(83,117,142)
#4B6A80
(75,106,128)
#435F72
(67,95,114)
#3B5464
(59,84,100)
#334956
(51,73,86)
#2B3E48
(43,62,72)
#23333A
(35,51,58)
#1B282C
(27,40,44)
#131D1E
(19,29,30)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #5B809C

#5B809C
(91,128,156)
#698BA5
(105,139,165)
#7796AE
(119,150,174)
#85A1B7
(133,161,183)
#93ACC0
(147,172,192)
#A1B7C9
(161,183,201)
#AFC2D2
(175,194,210)
#BDCDDB
(189,205,219)
#CBD8E4
(203,216,228)
#D9E3ED
(217,227,237)
#E7EEF6
(231,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B809C; }

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

This text font color is #5B809C.

Background Color

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

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

This div background color is #5B809C.

Border color

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

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

This div border color is #5B809C.

Opacity

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

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

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

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

This text has shadow with #5B809C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B809C.

Preview

Color preview on black background

This text has color #5B809C on black background.


Color preview on white background

This text has color #5B809C on white background.


Black color preview on #5B809C background

This text has black color on #5B809C background.


White color preview on #5B809C background

This text has white color on #5B809C background.


Related colors

Complementary color

Complementary color for #hex is #A47F63.


I love getcolorcode.com

Triadic colors

1 #9C5B80 and #809C5B with #5B809C are triadic colors.

2 #9C805B and #805B9C with #5B809C are triadic colors.