COLOR #5B7AAA

HEX: #5B7AAA RGB: (91,122,170)

Color info

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

RGB color model

#5B7AAA color RGB value is (91,122,170).

RGB: (91,122,170) (36%, 48%, 67%)

RGB channels and saturation

R 91 of 255 = 36%
G 122 of 255 = 48%
B 170 of 255 = 67%

91
122
170

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

Portions of RGB colors in percentages

R + G + B = 91 + 122 + 170 = 383 (100%)
R 91 of 383 ~ 23.76%
G 122 of 383 ~ 31.85%
B 170 of 383 ~ 44.39'%

%23.76
%31.85
%44.39

CMYK color model

#5B7AAA color CMYK value is (46,28,0,33).

  • cyan value is 46.47%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (46,28,0,33)
C46M28Y0K33 (46%, 28%, 0%, 33%)
(0.46 / 0.28 / 0.00 / 0.33)

CMYK percentages

%46.47
%28.24
%0
%33.33

Codes

Color #5B7AAA in popluar color models

5B 7A AA
RGB 91 122 170
HSL 216° 31.73% 51.18%
HSB/HSV 216° 46.47% 66.67%
CMYK 46.47% 28.24% 0.00%
33.33%

Color #5B7AAA in popluar number systems.

HEX 5B 7A AA
Decimal 91 122 170
Binary 1011011 1111010 10101010
Octal 133 172 252

Shades and tints

Shades of #5B7AAA

#5B7AAA
(91,122,170)
#536F9B
(83,111,155)
#4B648C
(75,100,140)
#43597D
(67,89,125)
#3B4E6E
(59,78,110)
#33435F
(51,67,95)
#2B3850
(43,56,80)
#232D41
(35,45,65)
#1B2232
(27,34,50)
#131723
(19,23,35)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #5B7AAA

#5B7AAA
(91,122,170)
#6986B1
(105,134,177)
#7792B8
(119,146,184)
#859EBF
(133,158,191)
#93AAC6
(147,170,198)
#A1B6CD
(161,182,205)
#AFC2D4
(175,194,212)
#BDCEDB
(189,206,219)
#CBDAE2
(203,218,226)
#D9E6E9
(217,230,233)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7AAA; }

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

This text font color is #5B7AAA.

Background Color

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

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

This div background color is #5B7AAA.

Border color

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

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

This div border color is #5B7AAA.

Opacity

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

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

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

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

This text has shadow with #5B7AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7AAA.

Preview

Color preview on black background

This text has color #5B7AAA on black background.


Color preview on white background

This text has color #5B7AAA on white background.


Black color preview on #5B7AAA background

This text has black color on #5B7AAA background.


White color preview on #5B7AAA background

This text has white color on #5B7AAA background.


Related colors

Complementary color

Complementary color for #hex is #A48555.


I love getcolorcode.com

Triadic colors

1 #AA5B7A and #7AAA5B with #5B7AAA are triadic colors.

2 #AA7A5B and #7A5BAA with #5B7AAA are triadic colors.