COLOR #5776A5

HEX: #5776A5
RGB: (87,118,165)

Color info

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

RGB color model

#5776A5 color RGB value is (87,118,165).

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

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 165 of 255 = 65%

87
118
165

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

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 165 = 370 (100%)
R 87 of 370 ~ 23.51%
G 118 of 370 ~ 31.89%
B 165 of 370 ~ 44.59%

%23.51
%31.89
%44.59

CMYK color model

#5776A5 color CMYK value is (47,28,0,35).

  • cyan value is 47.27%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(47,28,0,35)
C47M28Y0K35 
(47%,28%,0%,35%)
(0.47/0.28/0.00/0.35)	

CMYK percentages

%47.27
%28.48
%0
%35.29

Codes

Color #5776A5 in popluar color models

5776A5
RGB87118165
HSL216°30.95%49.41%
HSB/HSV216°47.27%64.71%
CMYK47.27%28.48%0.00%
35.29%

Color #5776A5 in popluar number systems.

HEX5776A5
Decimal87118165
Binary1010111111011010100101
Octal127166245

Shades and tints

Shades of #5776A5

#5776A5
(87,118,165)
#506C96
(80,108,150)
#496287
(73,98,135)
#425878
(66,88,120)
#3B4E69
(59,78,105)
#34445A
(52,68,90)
#2D3A4B
(45,58,75)
#26303C
(38,48,60)
#1F262D
(31,38,45)
#181C1E
(24,28,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #5776A5

#5776A5
(87,118,165)
#6682AD
(102,130,173)
#758EB5
(117,142,181)
#849ABD
(132,154,189)
#93A6C5
(147,166,197)
#A2B2CD
(162,178,205)
#B1BED5
(177,190,213)
#C0CADD
(192,202,221)
#CFD6E5
(207,214,229)
#DEE2ED
(222,226,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5776A5; }

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

This text font color is #5776A5.


Background Color

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

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

This div background color is #5776A5.


Border color

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

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

This div border color is #5776A5.


Opacity

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

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

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

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

This text has shadow with #5776A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5776A5 on black background.


Color preview on white background

This text has color #5776A5 on white background.



Black color preview on #5776A5 background

This text has black color on #5776A5 background.


White color preview on #5776A5 background

This text has white color on #5776A5 background.