COLOR #5778C9

HEX: #5778C9
RGB: (87,120,201)

Color info

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

RGB color model

#5778C9 color RGB value is (87,120,201).

  • red value is 87;
  • green value is 120;
  • blue value is 201.
RGB:
(87,120,201)
(34%,47%,79%)

RGB channels and saturation

R 87 of 255 = 34%
G 120 of 255 = 47%
B 201 of 255 = 79%

87
120
201

R + G + B ~ 53%. #5778C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 120 + 201 = 408 (100%)
R 87 of 408 ~ 21.32%
G 120 of 408 ~ 29.41%
B 201 of 408 ~ 49.26%

%21.32
%29.41
%49.26

CMYK color model

#5778C9 color CMYK value is (57,40,0,21).

  • cyan value is 56.72%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(57,40,0,21)
C57M40Y0K21 
(57%,40%,0%,21%)
(0.57/0.40/0.00/0.21)	

CMYK percentages

%56.72
%40.3
%0
%21.18

Codes

Color #5778C9 in popluar color models

5778C9
RGB87120201
HSL223°51.35%56.47%
HSB/HSV223°56.72%78.82%
CMYK56.72%40.30%0.00%
21.18%

Color #5778C9 in popluar number systems.

HEX5778C9
Decimal87120201
Binary1010111111100011001001
Octal127170311

Shades and tints

Shades of #5778C9

#5778C9
(87,120,201)
#506EB7
(80,110,183)
#4964A5
(73,100,165)
#425A93
(66,90,147)
#3B5081
(59,80,129)
#34466F
(52,70,111)
#2D3C5D
(45,60,93)
#26324B
(38,50,75)
#1F2839
(31,40,57)
#181E27
(24,30,39)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #5778C9

#5778C9
(87,120,201)
#6684CD
(102,132,205)
#7590D1
(117,144,209)
#849CD5
(132,156,213)
#93A8D9
(147,168,217)
#A2B4DD
(162,180,221)
#B1C0E1
(177,192,225)
#C0CCE5
(192,204,229)
#CFD8E9
(207,216,233)
#DEE4ED
(222,228,237)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5778C9 color. Also use rgb(87,120,201) instead hex code.

Text Font Color

.myTextColor { color: #5778C9; }

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

This text font color is #5778C9.


Background Color

.myBgColor { background-color: #5778C9; }

<div style="background-color:#5778C9">Inner text</div>

This div background color is #5778C9.


Border color

.myBorderColor { border: 1px solid #5778C9; }

<div style="border:3px solid #5778C9">Div</div>

This div border color is #5778C9.


Opacity

.myOpacity80 { color: #5778C9; opacity: 0.8; }

<p style="color:#5778C9;opacity:0.8;">80%</p>

Text with #5778C9 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 #5778C9;}

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

This text has shadow with #5778C9 color.

.textShadow {text-shadow: 3px 3px 1px #5778C9, 3px 3px 1px red;}

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

This text has shadow with #5778C9 primary color and red secondary color.


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

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

This text has shadow with #5778C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5778C9 on black background.


Color preview on white background

This text has color #5778C9 on white background.



Black color preview on #5778C9 background

This text has black color on #5778C9 background.


White color preview on #5778C9 background

This text has white color on #5778C9 background.