COLOR #5783DB

HEX: #5783DB RGB: (87,131,219)

Color info

#5783DB contains mainly blue color. Web safe color of #5783DB is #6699CC (or #69C).

RGB color model

#5783DB color RGB value is (87,131,219).

RGB: (87,131,219) (34%, 51%, 86%)

RGB channels and saturation

R 87 of 255 = 34%
G 131 of 255 = 51%
B 219 of 255 = 86%

87
131
219

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

Portions of RGB colors in percentages

R + G + B = 87 + 131 + 219 = 437 (100%)
R 87 of 437 ~ 19.91%
G 131 of 437 ~ 29.98%
B 219 of 437 ~ 50.11'%

%19.91
%29.98
%50.11

CMYK color model

#5783DB color CMYK value is (60,40,0,14).

  • cyan value is 60.27%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (60,40,0,14)
C60M40Y0K14 (60%, 40%, 0%, 14%)
(0.60 / 0.40 / 0.00 / 0.14)

CMYK percentages

%60.27
%40.18
%0
%14.12

Codes

Color #5783DB in popluar color models

57 83 DB
RGB 87 131 219
HSL 220° 64.71% 60.00%
HSB/HSV 220° 60.27% 85.88%
CMYK 60.27% 40.18% 0.00%
14.12%

Color #5783DB in popluar number systems.

HEX 57 83 DB
Decimal 87 131 219
Binary 1010111 10000011 11011011
Octal 127 203 333

Shades and tints

Shades of #5783DB

#5783DB
(87,131,219)
#5078C8
(80,120,200)
#496DB5
(73,109,181)
#4262A2
(66,98,162)
#3B578F
(59,87,143)
#344C7C
(52,76,124)
#2D4169
(45,65,105)
#263656
(38,54,86)
#1F2B43
(31,43,67)
#182030
(24,32,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #5783DB

#5783DB
(87,131,219)
#668EDE
(102,142,222)
#7599E1
(117,153,225)
#84A4E4
(132,164,228)
#93AFE7
(147,175,231)
#A2BAEA
(162,186,234)
#B1C5ED
(177,197,237)
#C0D0F0
(192,208,240)
#CFDBF3
(207,219,243)
#DEE6F6
(222,230,246)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5783DB color. Also use rgb(87,131,219) instead hex code.

Text Font Color

.myTextColor { color: #5783DB; }

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

This text font color is #5783DB.

Background Color

.myBgColor { background-color: #5783DB; }

<div style="background-color:#5783DB">Inner text</div>

This div background color is #5783DB.

Border color

.myBorderColor { border: 1px solid #5783DB; }

<div style="border:3px solid #5783DB">Div</div>

This div border color is #5783DB.

Opacity

.myOpacity80 { color: #5783DB; opacity: 0.8; }

<p style="color:#5783DB;opacity:0.8;">80%</p>

Text with #5783DB 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 #5783DB;}

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

This text has shadow with #5783DB color.


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

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

This text has shadow with #5783DB primary color and red secondary color.


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

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

This text has shadow with #5783DB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5783DB.

Preview

Color preview on black background

This text has color #5783DB on black background.


Color preview on white background

This text has color #5783DB on white background.


Black color preview on #5783DB background

This text has black color on #5783DB background.


White color preview on #5783DB background

This text has white color on #5783DB background.


Related colors

Complementary color

Complementary color for #hex is #A87C24.


I love getcolorcode.com

Triadic colors

1 #DB5783 and #83DB57 with #5783DB are triadic colors.

2 #DB8357 and #8357DB with #5783DB are triadic colors.