COLOR #5B82B5

HEX: #5B82B5 RGB: (91,130,181)

Color info

#5B82B5 contains mainly green and blue colors. Web safe color of #5B82B5 is #6699CC (or #69C).

RGB color model

#5B82B5 color RGB value is (91,130,181).

RGB: (91,130,181) (36%, 51%, 71%)

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 181 of 255 = 71%

91
130
181

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

Portions of RGB colors in percentages

R + G + B = 91 + 130 + 181 = 402 (100%)
R 91 of 402 ~ 22.64%
G 130 of 402 ~ 32.34%
B 181 of 402 ~ 45.02'%

%22.64
%32.34
%45.02

CMYK color model

#5B82B5 color CMYK value is (50,28,0,29).

  • cyan value is 49.72%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (50,28,0,29)
C50M28Y0K29 (50%, 28%, 0%, 29%)
(0.50 / 0.28 / 0.00 / 0.29)

CMYK percentages

%49.72
%28.18
%0
%29.02

Codes

Color #5B82B5 in popluar color models

5B 82 B5
RGB 91 130 181
HSL 214° 37.82% 53.33%
HSB/HSV 214° 49.72% 70.98%
CMYK 49.72% 28.18% 0.00%
29.02%

Color #5B82B5 in popluar number systems.

HEX 5B 82 B5
Decimal 91 130 181
Binary 1011011 10000010 10110101
Octal 133 202 265

Shades and tints

Shades of #5B82B5

#5B82B5
(91,130,181)
#5377A5
(83,119,165)
#4B6C95
(75,108,149)
#436185
(67,97,133)
#3B5675
(59,86,117)
#334B65
(51,75,101)
#2B4055
(43,64,85)
#233545
(35,53,69)
#1B2A35
(27,42,53)
#131F25
(19,31,37)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #5B82B5

#5B82B5
(91,130,181)
#698DBB
(105,141,187)
#7798C1
(119,152,193)
#85A3C7
(133,163,199)
#93AECD
(147,174,205)
#A1B9D3
(161,185,211)
#AFC4D9
(175,196,217)
#BDCFDF
(189,207,223)
#CBDAE5
(203,218,229)
#D9E5EB
(217,229,235)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B82B5; }

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

This text font color is #5B82B5.

Background Color

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

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

This div background color is #5B82B5.

Border color

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

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

This div border color is #5B82B5.

Opacity

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

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

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

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

This text has shadow with #5B82B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B82B5.

Preview

Color preview on black background

This text has color #5B82B5 on black background.


Color preview on white background

This text has color #5B82B5 on white background.


Black color preview on #5B82B5 background

This text has black color on #5B82B5 background.


White color preview on #5B82B5 background

This text has white color on #5B82B5 background.


Related colors

Complementary color

Complementary color for #hex is #A47D4A.


I love getcolorcode.com

Triadic colors

1 #B55B82 and #82B55B with #5B82B5 are triadic colors.

2 #B5825B and #825BB5 with #5B82B5 are triadic colors.