COLOR #5367F3

HEX: #5367F3 RGB: (83,103,243)

Color info

#5367F3 contains mainly blue color. Web safe color of #5367F3 is #6666FF (or #66F).

RGB color model

#5367F3 color RGB value is (83,103,243).

RGB: (83,103,243) (33%, 40%, 95%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 243 of 255 = 95%

83
103
243

R + G + B ~ 56%. #5367F3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 103 + 243 = 429 (100%)
R 83 of 429 ~ 19.35%
G 103 of 429 ~ 24.01%
B 243 of 429 ~ 56.64'%

%19.35
%24.01
%56.64

CMYK color model

#5367F3 color CMYK value is (66,58,0,5).

  • cyan value is 65.84%
  • magenta value is 57.61%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (66,58,0,5) C66M58Y0K5 (66%,58%,0%,5%) (0.66/0.58/0.00/0.05) 

CMYK percentages

%65.84
%57.61
%0
%4.71

Codes

Color #5367F3 in popluar color models

53 67 F3
RGB 83 103 243
HSL 233° 86.96% 63.92%
HSB/HSV 233° 65.84% 95.29%
CMYK 65.84% 57.61% 0.00%
4.71%

Color #5367F3 in popluar number systems.

HEX 53 67 F3
Decimal 83 103 243
Binary 1010011 1100111 11110011
Octal 123 147 363

Shades and tints

Shades of #5367F3

#5367F3
(83,103,243)
#4C5EDD
(76,94,221)
#4555C7
(69,85,199)
#3E4CB1
(62,76,177)
#37439B
(55,67,155)
#303A85
(48,58,133)
#29316F
(41,49,111)
#222859
(34,40,89)
#1B1F43
(27,31,67)
#14162D
(20,22,45)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #5367F3

#5367F3
(83,103,243)
#6274F4
(98,116,244)
#7181F5
(113,129,245)
#808EF6
(128,142,246)
#8F9BF7
(143,155,247)
#9EA8F8
(158,168,248)
#ADB5F9
(173,181,249)
#BCC2FA
(188,194,250)
#CBCFFB
(203,207,251)
#DADCFC
(218,220,252)
#E9E9FD
(233,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5367F3 color. Also use rgb(83,103,243) instead hex code.

Text Font Color

.myTextColor { color: #5367F3; }

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

This text font color is #5367F3.

Background Color

.myBgColor { background-color: #5367F3; }

<div style="background-color:#5367F3">Inner text</div>

This div background color is #5367F3.

Border color

.myBorderColor { border: 1px solid #5367F3; }

<div style="border:3px solid #5367F3">Div</div>

This div border color is #5367F3.

Opacity

.myOpacity80 { color: #5367F3; opacity: 0.8; }

<p style="color:#5367F3;opacity:0.8;">80%</p>

Text with #5367F3 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 #5367F3;}

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

This text has shadow with #5367F3 color.


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

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

This text has shadow with #5367F3 primary color and red secondary color.


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

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

This text has shadow with #5367F3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5367F3.

Preview

Color preview on black background

This text has color #5367F3 on black background.


Color preview on white background

This text has color #5367F3 on white background.


Black color preview on #5367F3 background

This text has black color on #5367F3 background.


White color preview on #5367F3 background

This text has white color on #5367F3 background.


Related colors

Complementary color

Complementary color for #hex is #AC980C.


I love getcolorcode.com

Triadic colors

1 #F35367 and #67F353 with #5367F3 are triadic colors.

2 #F36753 and #6753F3 with #5367F3 are triadic colors.