COLOR #5B7482

HEX: #5B7482 RGB: (91,116,130)

Color info

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

RGB color model

#5B7482 color RGB value is (91,116,130).

RGB: (91,116,130) (36%, 45%, 51%)

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 130 of 255 = 51%

91
116
130

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

Portions of RGB colors in percentages

R + G + B = 91 + 116 + 130 = 337 (100%)
R 91 of 337 ~ 27%
G 116 of 337 ~ 34.42%
B 130 of 337 ~ 38.58'%

%27
%34.42
%38.58

CMYK color model

#5B7482 color CMYK value is (30,11,0,49).

  • cyan value is 30.00%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (30,11,0,49) C30M11Y0K49 (30%,11%,0%,49%) (0.30/0.11/0.00/0.49) 

CMYK percentages

%30
%10.77
%0
%49.02

Codes

Color #5B7482 in popluar color models

5B 74 82
RGB 91 116 130
HSL 202° 17.65% 43.33%
HSB/HSV 202° 30.00% 50.98%
CMYK 30.00% 10.77% 0.00%
49.02%

Color #5B7482 in popluar number systems.

HEX 5B 74 82
Decimal 91 116 130
Binary 1011011 1110100 10000010
Octal 133 164 202

Shades and tints

Shades of #5B7482

#5B7482
(91,116,130)
#536A77
(83,106,119)
#4B606C
(75,96,108)
#435661
(67,86,97)
#3B4C56
(59,76,86)
#33424B
(51,66,75)
#2B3840
(43,56,64)
#232E35
(35,46,53)
#1B242A
(27,36,42)
#131A1F
(19,26,31)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #5B7482

#5B7482
(91,116,130)
#69808D
(105,128,141)
#778C98
(119,140,152)
#8598A3
(133,152,163)
#93A4AE
(147,164,174)
#A1B0B9
(161,176,185)
#AFBCC4
(175,188,196)
#BDC8CF
(189,200,207)
#CBD4DA
(203,212,218)
#D9E0E5
(217,224,229)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7482; }

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

This text font color is #5B7482.

Background Color

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

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

This div background color is #5B7482.

Border color

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

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

This div border color is #5B7482.

Opacity

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

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

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

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

This text has shadow with #5B7482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7482.

Preview

Color preview on black background

This text has color #5B7482 on black background.


Color preview on white background

This text has color #5B7482 on white background.


Black color preview on #5B7482 background

This text has black color on #5B7482 background.


White color preview on #5B7482 background

This text has white color on #5B7482 background.


Related colors

Complementary color

Complementary color for #hex is #A48B7D.


I love getcolorcode.com

Triadic colors

1 #825B74 and #74825B with #5B7482 are triadic colors.

2 #82745B and #745B82 with #5B7482 are triadic colors.