COLOR #5776BE

HEX: #5776BE
RGB: (87,118,190)

Color info

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

RGB color model

#5776BE color RGB value is (87,118,190).

  • red value is 87;
  • green value is 118;
  • blue value is 190.
RGB:
(87,118,190)
(34%,46%,75%)

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 190 of 255 = 75%

87
118
190

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

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 190 = 395 (100%)
R 87 of 395 ~ 22.03%
G 118 of 395 ~ 29.87%
B 190 of 395 ~ 48.1%

%22.03
%29.87
%48.1

CMYK color model

#5776BE color CMYK value is (54,38,0,25).

  • cyan value is 54.21%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(54,38,0,25)
C54M38Y0K25 
(54%,38%,0%,25%)
(0.54/0.38/0.00/0.25)	

CMYK percentages

%54.21
%37.89
%0
%25.49

Codes

Color #5776BE in popluar color models

5776BE
RGB87118190
HSL222°44.21%54.31%
HSB/HSV222°54.21%74.51%
CMYK54.21%37.89%0.00%
25.49%

Color #5776BE in popluar number systems.

HEX5776BE
Decimal87118190
Binary1010111111011010111110
Octal127166276

Shades and tints

Shades of #5776BE

#5776BE
(87,118,190)
#506CAD
(80,108,173)
#49629C
(73,98,156)
#42588B
(66,88,139)
#3B4E7A
(59,78,122)
#344469
(52,68,105)
#2D3A58
(45,58,88)
#263047
(38,48,71)
#1F2636
(31,38,54)
#181C25
(24,28,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #5776BE

#5776BE
(87,118,190)
#6682C3
(102,130,195)
#758EC8
(117,142,200)
#849ACD
(132,154,205)
#93A6D2
(147,166,210)
#A2B2D7
(162,178,215)
#B1BEDC
(177,190,220)
#C0CAE1
(192,202,225)
#CFD6E6
(207,214,230)
#DEE2EB
(222,226,235)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5776BE color. Also use rgb(87,118,190) instead hex code.

Text Font Color

.myTextColor { color: #5776BE; }

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

This text font color is #5776BE.


Background Color

.myBgColor { background-color: #5776BE; }

<div style="background-color:#5776BE">Inner text</div>

This div background color is #5776BE.


Border color

.myBorderColor { border: 1px solid #5776BE; }

<div style="border:3px solid #5776BE">Div</div>

This div border color is #5776BE.


Opacity

.myOpacity80 { color: #5776BE; opacity: 0.8; }

<p style="color:#5776BE;opacity:0.8;">80%</p>

Text with #5776BE 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 #5776BE;}

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

This text has shadow with #5776BE color.

.textShadow {text-shadow: 3px 3px 1px #5776BE, 3px 3px 1px red;}

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

This text has shadow with #5776BE primary color and red secondary color.


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

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

This text has shadow with #5776BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5776BE on black background.


Color preview on white background

This text has color #5776BE on white background.



Black color preview on #5776BE background

This text has black color on #5776BE background.


White color preview on #5776BE background

This text has white color on #5776BE background.