COLOR #5B679E

HEX: #5B679E
RGB: (91,103,158)

Color info

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

RGB color model

#5B679E color RGB value is (91,103,158).

  • red value is 91;
  • green value is 103;
  • blue value is 158.
RGB:
(91,103,158)
(36%,40%,62%)

RGB channels and saturation

R 91 of 255 = 36%
G 103 of 255 = 40%
B 158 of 255 = 62%

91
103
158

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

Portions of RGB colors in percentages

R + G + B =
91 + 103 + 158 = 352 (100%)
R 91 of 352 ~ 25.85%
G 103 of 352 ~ 29.26%
B 158 of 352 ~ 44.89%

%25.85
%29.26
%44.89

CMYK color model

#5B679E color CMYK value is (42,35,0,38).

  • cyan value is 42.41%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(42,35,0,38)
C42M35Y0K38 
(42%,35%,0%,38%)
(0.42/0.35/0.00/0.38)	

CMYK percentages

%42.41
%34.81
%0
%38.04

Codes

Color #5B679E in popluar color models

5B679E
RGB91103158
HSL229°26.91%48.82%
HSB/HSV229°42.41%61.96%
CMYK42.41%34.81%0.00%
38.04%

Color #5B679E in popluar number systems.

HEX5B679E
Decimal91103158
Binary1011011110011110011110
Octal133147236

Shades and tints

Shades of #5B679E

#5B679E
(91,103,158)
#535E90
(83,94,144)
#4B5582
(75,85,130)
#434C74
(67,76,116)
#3B4366
(59,67,102)
#333A58
(51,58,88)
#2B314A
(43,49,74)
#23283C
(35,40,60)
#1B1F2E
(27,31,46)
#131620
(19,22,32)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B679E

#5B679E
(91,103,158)
#6974A6
(105,116,166)
#7781AE
(119,129,174)
#858EB6
(133,142,182)
#939BBE
(147,155,190)
#A1A8C6
(161,168,198)
#AFB5CE
(175,181,206)
#BDC2D6
(189,194,214)
#CBCFDE
(203,207,222)
#D9DCE6
(217,220,230)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B679E color. Also use rgb(91,103,158) instead hex code.

Text Font Color

.myTextColor { color: #5B679E; }

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

This text font color is #5B679E.


Background Color

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

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

This div background color is #5B679E.


Border color

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

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

This div border color is #5B679E.


Opacity

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

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

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

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

This text has shadow with #5B679E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B679E on black background.


Color preview on white background

This text has color #5B679E on white background.



Black color preview on #5B679E background

This text has black color on #5B679E background.


White color preview on #5B679E background

This text has white color on #5B679E background.