COLOR #5B87AC

HEX: #5B87AC RGB: (91,135,172)

Color info

#5B87AC contains mainly green and blue colors. Web safe color of #5B87AC is #669999 (or #699).

RGB color model

#5B87AC color RGB value is (91,135,172).

RGB: (91,135,172) (36%, 53%, 67%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 172 of 255 = 67%

91
135
172

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

Portions of RGB colors in percentages

R + G + B = 91 + 135 + 172 = 398 (100%)
R 91 of 398 ~ 22.86%
G 135 of 398 ~ 33.92%
B 172 of 398 ~ 43.22'%

%22.86
%33.92
%43.22

CMYK color model

#5B87AC color CMYK value is (47,22,0,33).

  • cyan value is 47.09%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (47,22,0,33)
C47M22Y0K33 (47%, 22%, 0%, 33%)
(0.47 / 0.22 / 0.00 / 0.33)

CMYK percentages

%47.09
%21.51
%0
%32.55

Codes

Color #5B87AC in popluar color models

5B 87 AC
RGB 91 135 172
HSL 207° 32.79% 51.57%
HSB/HSV 207° 47.09% 67.45%
CMYK 47.09% 21.51% 0.00%
32.55%

Color #5B87AC in popluar number systems.

HEX 5B 87 AC
Decimal 91 135 172
Binary 1011011 10000111 10101100
Octal 133 207 254

Shades and tints

Shades of #5B87AC

#5B87AC
(91,135,172)
#537B9D
(83,123,157)
#4B6F8E
(75,111,142)
#43637F
(67,99,127)
#3B5770
(59,87,112)
#334B61
(51,75,97)
#2B3F52
(43,63,82)
#233343
(35,51,67)
#1B2734
(27,39,52)
#131B25
(19,27,37)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #5B87AC

#5B87AC
(91,135,172)
#6991B3
(105,145,179)
#779BBA
(119,155,186)
#85A5C1
(133,165,193)
#93AFC8
(147,175,200)
#A1B9CF
(161,185,207)
#AFC3D6
(175,195,214)
#BDCDDD
(189,205,221)
#CBD7E4
(203,215,228)
#D9E1EB
(217,225,235)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B87AC color. Also use rgb(91,135,172) instead hex code.

Text Font Color

.myTextColor { color: #5B87AC; }

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

This text font color is #5B87AC.

Background Color

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

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

This div background color is #5B87AC.

Border color

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

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

This div border color is #5B87AC.

Opacity

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

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

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

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

This text has shadow with #5B87AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B87AC.

Preview

Color preview on black background

This text has color #5B87AC on black background.


Color preview on white background

This text has color #5B87AC on white background.


Black color preview on #5B87AC background

This text has black color on #5B87AC background.


White color preview on #5B87AC background

This text has white color on #5B87AC background.


Related colors

Complementary color

Complementary color for #hex is #A47853.


I love getcolorcode.com

Triadic colors

1 #AC5B87 and #87AC5B with #5B87AC are triadic colors.

2 #AC875B and #875BAC with #5B87AC are triadic colors.