COLOR #5B79BD

HEX: #5B79BD RGB: (91,121,189)

Color info

#5B79BD contains mainly blue color. Web safe color of #5B79BD is #6666CC (or #66C).

RGB color model

#5B79BD color RGB value is (91,121,189).

RGB: (91,121,189) (36%, 47%, 74%)

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 189 of 255 = 74%

91
121
189

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

Portions of RGB colors in percentages

R + G + B = 91 + 121 + 189 = 401 (100%)
R 91 of 401 ~ 22.69%
G 121 of 401 ~ 30.17%
B 189 of 401 ~ 47.13'%

%22.69
%30.17
%47.13

CMYK color model

#5B79BD color CMYK value is (52,36,0,26).

  • cyan value is 51.85%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (52,36,0,26) C52M36Y0K26 (52%,36%,0%,26%) (0.52/0.36/0.00/0.26) 

CMYK percentages

%51.85
%35.98
%0
%25.88

Codes

Color #5B79BD in popluar color models

5B 79 BD
RGB 91 121 189
HSL 222° 42.61% 54.90%
HSB/HSV 222° 51.85% 74.12%
CMYK 51.85% 35.98% 0.00%
25.88%

Color #5B79BD in popluar number systems.

HEX 5B 79 BD
Decimal 91 121 189
Binary 1011011 1111001 10111101
Octal 133 171 275

Shades and tints

Shades of #5B79BD

#5B79BD
(91,121,189)
#536EAC
(83,110,172)
#4B639B
(75,99,155)
#43588A
(67,88,138)
#3B4D79
(59,77,121)
#334268
(51,66,104)
#2B3757
(43,55,87)
#232C46
(35,44,70)
#1B2135
(27,33,53)
#131624
(19,22,36)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #5B79BD

#5B79BD
(91,121,189)
#6985C3
(105,133,195)
#7791C9
(119,145,201)
#859DCF
(133,157,207)
#93A9D5
(147,169,213)
#A1B5DB
(161,181,219)
#AFC1E1
(175,193,225)
#BDCDE7
(189,205,231)
#CBD9ED
(203,217,237)
#D9E5F3
(217,229,243)
#E7F1F9
(231,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B79BD; }

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

This text font color is #5B79BD.

Background Color

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

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

This div background color is #5B79BD.

Border color

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

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

This div border color is #5B79BD.

Opacity

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

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

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

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

This text has shadow with #5B79BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B79BD.

Preview

Color preview on black background

This text has color #5B79BD on black background.


Color preview on white background

This text has color #5B79BD on white background.


Black color preview on #5B79BD background

This text has black color on #5B79BD background.


White color preview on #5B79BD background

This text has white color on #5B79BD background.


Related colors

Complementary color

Complementary color for #hex is #A48642.


I love getcolorcode.com

Triadic colors

1 #BD5B79 and #79BD5B with #5B79BD are triadic colors.

2 #BD795B and #795BBD with #5B79BD are triadic colors.