COLOR #5B7084

HEX: #5B7084 RGB: (91,112,132)

Color info

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

RGB color model

#5B7084 color RGB value is (91,112,132).

RGB: (91,112,132) (36%, 44%, 52%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 132 of 255 = 52%

91
112
132

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

Portions of RGB colors in percentages

R + G + B = 91 + 112 + 132 = 335 (100%)
R 91 of 335 ~ 27.16%
G 112 of 335 ~ 33.43%
B 132 of 335 ~ 39.4'%

%27.16
%33.43
%39.4

CMYK color model

#5B7084 color CMYK value is (31,15,0,48).

  • cyan value is 31.06%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (31,15,0,48)
C31M15Y0K48 (31%, 15%, 0%, 48%)
(0.31 / 0.15 / 0.00 / 0.48)

CMYK percentages

%31.06
%15.15
%0
%48.24

Codes

Color #5B7084 in popluar color models

5B 70 84
RGB 91 112 132
HSL 209° 18.39% 43.73%
HSB/HSV 209° 31.06% 51.76%
CMYK 31.06% 15.15% 0.00%
48.24%

Color #5B7084 in popluar number systems.

HEX 5B 70 84
Decimal 91 112 132
Binary 1011011 1110000 10000100
Octal 133 160 204

Shades and tints

Shades of #5B7084

#5B7084
(91,112,132)
#536678
(83,102,120)
#4B5C6C
(75,92,108)
#435260
(67,82,96)
#3B4854
(59,72,84)
#333E48
(51,62,72)
#2B343C
(43,52,60)
#232A30
(35,42,48)
#1B2024
(27,32,36)
#131618
(19,22,24)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #5B7084

#5B7084
(91,112,132)
#697D8F
(105,125,143)
#778A9A
(119,138,154)
#8597A5
(133,151,165)
#93A4B0
(147,164,176)
#A1B1BB
(161,177,187)
#AFBEC6
(175,190,198)
#BDCBD1
(189,203,209)
#CBD8DC
(203,216,220)
#D9E5E7
(217,229,231)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7084 color. Also use rgb(91,112,132) instead hex code.

Text Font Color

.myTextColor { color: #5B7084; }

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

This text font color is #5B7084.

Background Color

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

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

This div background color is #5B7084.

Border color

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

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

This div border color is #5B7084.

Opacity

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

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

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

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

This text has shadow with #5B7084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7084.

Preview

Color preview on black background

This text has color #5B7084 on black background.


Color preview on white background

This text has color #5B7084 on white background.


Black color preview on #5B7084 background

This text has black color on #5B7084 background.


White color preview on #5B7084 background

This text has white color on #5B7084 background.


Related colors

Complementary color

Complementary color for #hex is #A48F7B.


I love getcolorcode.com

Triadic colors

1 #845B70 and #70845B with #5B7084 are triadic colors.

2 #84705B and #705B84 with #5B7084 are triadic colors.