COLOR #5771B8

HEX: #5771B8
RGB: (87,113,184)

Color info

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

RGB color model

#5771B8 color RGB value is (87,113,184).

  • red value is 87;
  • green value is 113;
  • blue value is 184.
RGB:
(87,113,184)
(34%,44%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 113 of 255 = 44%
B 184 of 255 = 72%

87
113
184

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

Portions of RGB colors in percentages

R + G + B =
87 + 113 + 184 = 384 (100%)
R 87 of 384 ~ 22.66%
G 113 of 384 ~ 29.43%
B 184 of 384 ~ 47.92%

%22.66
%29.43
%47.92

CMYK color model

#5771B8 color CMYK value is (53,39,0,28).

  • cyan value is 52.72%
  • magenta value is 38.59%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(53,39,0,28)
C53M39Y0K28 
(53%,39%,0%,28%)
(0.53/0.39/0.00/0.28)	

CMYK percentages

%52.72
%38.59
%0
%27.84

Codes

Color #5771B8 in popluar color models

5771B8
RGB87113184
HSL224°40.59%53.14%
HSB/HSV224°52.72%72.16%
CMYK52.72%38.59%0.00%
27.84%

Color #5771B8 in popluar number systems.

HEX5771B8
Decimal87113184
Binary1010111111000110111000
Octal127161270

Shades and tints

Shades of #5771B8

#5771B8
(87,113,184)
#5067A8
(80,103,168)
#495D98
(73,93,152)
#425388
(66,83,136)
#3B4978
(59,73,120)
#343F68
(52,63,104)
#2D3558
(45,53,88)
#262B48
(38,43,72)
#1F2138
(31,33,56)
#181728
(24,23,40)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #5771B8

#5771B8
(87,113,184)
#667DBE
(102,125,190)
#7589C4
(117,137,196)
#8495CA
(132,149,202)
#93A1D0
(147,161,208)
#A2ADD6
(162,173,214)
#B1B9DC
(177,185,220)
#C0C5E2
(192,197,226)
#CFD1E8
(207,209,232)
#DEDDEE
(222,221,238)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5771B8 color. Also use rgb(87,113,184) instead hex code.

Text Font Color

.myTextColor { color: #5771B8; }

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

This text font color is #5771B8.


Background Color

.myBgColor { background-color: #5771B8; }

<div style="background-color:#5771B8">Inner text</div>

This div background color is #5771B8.


Border color

.myBorderColor { border: 1px solid #5771B8; }

<div style="border:3px solid #5771B8">Div</div>

This div border color is #5771B8.


Opacity

.myOpacity80 { color: #5771B8; opacity: 0.8; }

<p style="color:#5771B8;opacity:0.8;">80%</p>

Text with #5771B8 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 #5771B8;}

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

This text has shadow with #5771B8 color.

.textShadow {text-shadow: 3px 3px 1px #5771B8, 3px 3px 1px red;}

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

This text has shadow with #5771B8 primary color and red secondary color.


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

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

This text has shadow with #5771B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5771B8 on black background.


Color preview on white background

This text has color #5771B8 on white background.



Black color preview on #5771B8 background

This text has black color on #5771B8 background.


White color preview on #5771B8 background

This text has white color on #5771B8 background.