COLOR #5B79AA

HEX: #5B79AA RGB: (91,121,170)

Color info

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

RGB color model

#5B79AA color RGB value is (91,121,170).

RGB: (91,121,170) (36%, 47%, 67%)

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 170 of 255 = 67%

91
121
170

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

Portions of RGB colors in percentages

R + G + B = 91 + 121 + 170 = 382 (100%)
R 91 of 382 ~ 23.82%
G 121 of 382 ~ 31.68%
B 170 of 382 ~ 44.5'%

%23.82
%31.68
%44.5

CMYK color model

#5B79AA color CMYK value is (46,29,0,33).

  • cyan value is 46.47%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (46,29,0,33) C46M29Y0K33 (46%,29%,0%,33%) (0.46/0.29/0.00/0.33) 

CMYK percentages

%46.47
%28.82
%0
%33.33

Codes

Color #5B79AA in popluar color models

5B 79 AA
RGB 91 121 170
HSL 217° 31.73% 51.18%
HSB/HSV 217° 46.47% 66.67%
CMYK 46.47% 28.82% 0.00%
33.33%

Color #5B79AA in popluar number systems.

HEX 5B 79 AA
Decimal 91 121 170
Binary 1011011 1111001 10101010
Octal 133 171 252

Shades and tints

Shades of #5B79AA

#5B79AA
(91,121,170)
#536E9B
(83,110,155)
#4B638C
(75,99,140)
#43587D
(67,88,125)
#3B4D6E
(59,77,110)
#33425F
(51,66,95)
#2B3750
(43,55,80)
#232C41
(35,44,65)
#1B2132
(27,33,50)
#131623
(19,22,35)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #5B79AA

#5B79AA
(91,121,170)
#6985B1
(105,133,177)
#7791B8
(119,145,184)
#859DBF
(133,157,191)
#93A9C6
(147,169,198)
#A1B5CD
(161,181,205)
#AFC1D4
(175,193,212)
#BDCDDB
(189,205,219)
#CBD9E2
(203,217,226)
#D9E5E9
(217,229,233)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B79AA color. Also use rgb(91,121,170) instead hex code.

Text Font Color

.myTextColor { color: #5B79AA; }

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

This text font color is #5B79AA.

Background Color

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

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

This div background color is #5B79AA.

Border color

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

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

This div border color is #5B79AA.

Opacity

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

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

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

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

This text has shadow with #5B79AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B79AA.

Preview

Color preview on black background

This text has color #5B79AA on black background.


Color preview on white background

This text has color #5B79AA on white background.


Black color preview on #5B79AA background

This text has black color on #5B79AA background.


White color preview on #5B79AA background

This text has white color on #5B79AA background.


Related colors

Complementary color

Complementary color for #hex is #A48655.


I love getcolorcode.com

Triadic colors

1 #AA5B79 and #79AA5B with #5B79AA are triadic colors.

2 #AA795B and #795BAA with #5B79AA are triadic colors.