COLOR #5366D6

HEX: #5366D6
RGB: (83,102,214)

Color info

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

RGB color model

#5366D6 color RGB value is (83,102,214).

  • red value is 83;
  • green value is 102;
  • blue value is 214.
RGB:
(83,102,214)
(33%,40%,84%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 214 of 255 = 84%

83
102
214

R + G + B ~ 52%. #5366D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 214 = 399 (100%)
R 83 of 399 ~ 20.8%
G 102 of 399 ~ 25.56%
B 214 of 399 ~ 53.63%

%20.8
%25.56
%53.63

CMYK color model

#5366D6 color CMYK value is (61,52,0,16).

  • cyan value is 61.21%
  • magenta value is 52.34%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(61,52,0,16)
C61M52Y0K16 
(61%,52%,0%,16%)
(0.61/0.52/0.00/0.16)	

CMYK percentages

%61.21
%52.34
%0
%16.08

Codes

Color #5366D6 in popluar color models

5366D6
RGB83102214
HSL231°61.50%58.24%
HSB/HSV231°61.21%83.92%
CMYK61.21%52.34%0.00%
16.08%

Color #5366D6 in popluar number systems.

HEX5366D6
Decimal83102214
Binary1010011110011011010110
Octal123146326

Shades and tints

Shades of #5366D6

#5366D6
(83,102,214)
#4C5DC3
(76,93,195)
#4554B0
(69,84,176)
#3E4B9D
(62,75,157)
#37428A
(55,66,138)
#303977
(48,57,119)
#293064
(41,48,100)
#222751
(34,39,81)
#1B1E3E
(27,30,62)
#14152B
(20,21,43)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #5366D6

#5366D6
(83,102,214)
#6273D9
(98,115,217)
#7180DC
(113,128,220)
#808DDF
(128,141,223)
#8F9AE2
(143,154,226)
#9EA7E5
(158,167,229)
#ADB4E8
(173,180,232)
#BCC1EB
(188,193,235)
#CBCEEE
(203,206,238)
#DADBF1
(218,219,241)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5366D6 color. Also use rgb(83,102,214) instead hex code.

Text Font Color

.myTextColor { color: #5366D6; }

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

This text font color is #5366D6.


Background Color

.myBgColor { background-color: #5366D6; }

<div style="background-color:#5366D6">Inner text</div>

This div background color is #5366D6.


Border color

.myBorderColor { border: 1px solid #5366D6; }

<div style="border:3px solid #5366D6">Div</div>

This div border color is #5366D6.


Opacity

.myOpacity80 { color: #5366D6; opacity: 0.8; }

<p style="color:#5366D6;opacity:0.8;">80%</p>

Text with #5366D6 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 #5366D6;}

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

This text has shadow with #5366D6 color.

.textShadow {text-shadow: 3px 3px 1px #5366D6, 3px 3px 1px red;}

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

This text has shadow with #5366D6 primary color and red secondary color.


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

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

This text has shadow with #5366D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5366D6 on black background.


Color preview on white background

This text has color #5366D6 on white background.



Black color preview on #5366D6 background

This text has black color on #5366D6 background.


White color preview on #5366D6 background

This text has white color on #5366D6 background.