COLOR #5B6682

HEX: #5B6682
RGB: (91,102,130)

Color info

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

RGB color model

#5B6682 color RGB value is (91,102,130).

  • red value is 91;
  • green value is 102;
  • blue value is 130.
RGB:
(91,102,130)
(36%,40%,51%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 130 of 255 = 51%

91
102
130

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 130 = 323 (100%)
R 91 of 323 ~ 28.17%
G 102 of 323 ~ 31.58%
B 130 of 323 ~ 40.25%

%28.17
%31.58
%40.25

CMYK color model

#5B6682 color CMYK value is (30,22,0,49).

  • cyan value is 30.00%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(30,22,0,49)
C30M22Y0K49 
(30%,22%,0%,49%)
(0.30/0.22/0.00/0.49)	

CMYK percentages

%30
%21.54
%0
%49.02

Codes

Color #5B6682 in popluar color models

5B6682
RGB91102130
HSL223°17.65%43.33%
HSB/HSV223°30.00%50.98%
CMYK30.00%21.54%0.00%
49.02%

Color #5B6682 in popluar number systems.

HEX5B6682
Decimal91102130
Binary1011011110011010000010
Octal133146202

Shades and tints

Shades of #5B6682

#5B6682
(91,102,130)
#535D77
(83,93,119)
#4B546C
(75,84,108)
#434B61
(67,75,97)
#3B4256
(59,66,86)
#33394B
(51,57,75)
#2B3040
(43,48,64)
#232735
(35,39,53)
#1B1E2A
(27,30,42)
#13151F
(19,21,31)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #5B6682

#5B6682
(91,102,130)
#69738D
(105,115,141)
#778098
(119,128,152)
#858DA3
(133,141,163)
#939AAE
(147,154,174)
#A1A7B9
(161,167,185)
#AFB4C4
(175,180,196)
#BDC1CF
(189,193,207)
#CBCEDA
(203,206,218)
#D9DBE5
(217,219,229)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6682; }

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

This text font color is #5B6682.


Background Color

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

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

This div background color is #5B6682.


Border color

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

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

This div border color is #5B6682.


Opacity

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

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

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

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

This text has shadow with #5B6682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6682 on black background.


Color preview on white background

This text has color #5B6682 on white background.



Black color preview on #5B6682 background

This text has black color on #5B6682 background.


White color preview on #5B6682 background

This text has white color on #5B6682 background.