COLOR #5683FA

HEX: #5683FA
RGB: (86,131,250)

Color info

#5683FA contains mainly blue color. Web safe color of #5683FA is #6699FF (or #69F).

RGB color model

#5683FA color RGB value is (86,131,250).

  • red value is 86;
  • green value is 131;
  • blue value is 250.
RGB:
(86,131,250)
(34%,51%,98%)

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 250 of 255 = 98%

86
131
250

R + G + B ~ 61%. #5683FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 250 = 467 (100%)
R 86 of 467 ~ 18.42%
G 131 of 467 ~ 28.05%
B 250 of 467 ~ 53.53%

%18.42
%28.05
%53.53

CMYK color model

#5683FA color CMYK value is (66,48,0,2).

  • cyan value is 65.60%
  • magenta value is 47.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(66,48,0,2)
C66M48Y0K2 
(66%,48%,0%,2%)
(0.66/0.48/0.00/0.02)	

CMYK percentages

%65.6
%47.6
%0
%1.96

Codes

Color #5683FA in popluar color models

5683FA
RGB86131250
HSL224°94.25%65.88%
HSB/HSV224°65.60%98.04%
CMYK65.60%47.60%0.00%
1.96%

Color #5683FA in popluar number systems.

HEX5683FA
Decimal86131250
Binary10101101000001111111010
Octal126203372

Shades and tints

Shades of #5683FA

#5683FA
(86,131,250)
#4F78E4
(79,120,228)
#486DCE
(72,109,206)
#4162B8
(65,98,184)
#3A57A2
(58,87,162)
#334C8C
(51,76,140)
#2C4176
(44,65,118)
#253660
(37,54,96)
#1E2B4A
(30,43,74)
#172034
(23,32,52)
#10151E
(16,21,30)
#000000
(0,0,0)

Tints of #5683FA

#5683FA
(86,131,250)
#658EFA
(101,142,250)
#7499FA
(116,153,250)
#83A4FA
(131,164,250)
#92AFFA
(146,175,250)
#A1BAFA
(161,186,250)
#B0C5FA
(176,197,250)
#BFD0FA
(191,208,250)
#CEDBFA
(206,219,250)
#DDE6FA
(221,230,250)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5683FA color. Also use rgb(86,131,250) instead hex code.

Text Font Color

.myTextColor { color: #5683FA; }

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

This text font color is #5683FA.


Background Color

.myBgColor { background-color: #5683FA; }

<div style="background-color:#5683FA">Inner text</div>

This div background color is #5683FA.


Border color

.myBorderColor { border: 1px solid #5683FA; }

<div style="border:3px solid #5683FA">Div</div>

This div border color is #5683FA.


Opacity

.myOpacity80 { color: #5683FA; opacity: 0.8; }

<p style="color:#5683FA;opacity:0.8;">80%</p>

Text with #5683FA 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 #5683FA;}

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

This text has shadow with #5683FA color.

.textShadow {text-shadow: 3px 3px 1px #5683FA, 3px 3px 1px red;}

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

This text has shadow with #5683FA primary color and red secondary color.


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

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

This text has shadow with #5683FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5683FA on black background.


Color preview on white background

This text has color #5683FA on white background.



Black color preview on #5683FA background

This text has black color on #5683FA background.


White color preview on #5683FA background

This text has white color on #5683FA background.