COLOR #5780DF

HEX: #5780DF RGB: (87,128,223)

Color info

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

RGB color model

#5780DF color RGB value is (87,128,223).

RGB: (87,128,223) (34%, 50%, 87%)

RGB channels and saturation

R 87 of 255 = 34%
G 128 of 255 = 50%
B 223 of 255 = 87%

87
128
223

R + G + B ~ 57%. #5780DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 128 + 223 = 438 (100%)
R 87 of 438 ~ 19.86%
G 128 of 438 ~ 29.22%
B 223 of 438 ~ 50.91'%

%19.86
%29.22
%50.91

CMYK color model

#5780DF color CMYK value is (61,43,0,13).

  • cyan value is 60.99%
  • magenta value is 42.60%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (61,43,0,13)
C61M43Y0K13 (61%, 43%, 0%, 13%)
(0.61 / 0.43 / 0.00 / 0.13)

CMYK percentages

%60.99
%42.6
%0
%12.55

Codes

Color #5780DF in popluar color models

57 80 DF
RGB 87 128 223
HSL 222° 68.00% 60.78%
HSB/HSV 222° 60.99% 87.45%
CMYK 60.99% 42.60% 0.00%
12.55%

Color #5780DF in popluar number systems.

HEX 57 80 DF
Decimal 87 128 223
Binary 1010111 10000000 11011111
Octal 127 200 337

Shades and tints

Shades of #5780DF

#5780DF
(87,128,223)
#5075CB
(80,117,203)
#496AB7
(73,106,183)
#425FA3
(66,95,163)
#3B548F
(59,84,143)
#34497B
(52,73,123)
#2D3E67
(45,62,103)
#263353
(38,51,83)
#1F283F
(31,40,63)
#181D2B
(24,29,43)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #5780DF

#5780DF
(87,128,223)
#668BE1
(102,139,225)
#7596E3
(117,150,227)
#84A1E5
(132,161,229)
#93ACE7
(147,172,231)
#A2B7E9
(162,183,233)
#B1C2EB
(177,194,235)
#C0CDED
(192,205,237)
#CFD8EF
(207,216,239)
#DEE3F1
(222,227,241)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5780DF color. Also use rgb(87,128,223) instead hex code.

Text Font Color

.myTextColor { color: #5780DF; }

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

This text font color is #5780DF.

Background Color

.myBgColor { background-color: #5780DF; }

<div style="background-color:#5780DF">Inner text</div>

This div background color is #5780DF.

Border color

.myBorderColor { border: 1px solid #5780DF; }

<div style="border:3px solid #5780DF">Div</div>

This div border color is #5780DF.

Opacity

.myOpacity80 { color: #5780DF; opacity: 0.8; }

<p style="color:#5780DF;opacity:0.8;">80%</p>

Text with #5780DF 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 #5780DF;}

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

This text has shadow with #5780DF color.


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

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

This text has shadow with #5780DF primary color and red secondary color.


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

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

This text has shadow with #5780DF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5780DF.

Preview

Color preview on black background

This text has color #5780DF on black background.


Color preview on white background

This text has color #5780DF on white background.


Black color preview on #5780DF background

This text has black color on #5780DF background.


White color preview on #5780DF background

This text has white color on #5780DF background.


Related colors

Complementary color

Complementary color for #hex is #A87F20.


I love getcolorcode.com

Triadic colors

1 #DF5780 and #80DF57 with #5780DF are triadic colors.

2 #DF8057 and #8057DF with #5780DF are triadic colors.