COLOR #5363B7

HEX: #5363B7
RGB: (83,99,183)

Color info

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

RGB color model

#5363B7 color RGB value is (83,99,183).

  • red value is 83;
  • green value is 99;
  • blue value is 183.
RGB:
(83,99,183)
(33%,39%,72%)

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 183 of 255 = 72%

83
99
183

R + G + B ~ 48%. #5363B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 183 = 365 (100%)
R 83 of 365 ~ 22.74%
G 99 of 365 ~ 27.12%
B 183 of 365 ~ 50.14%

%22.74
%27.12
%50.14

CMYK color model

#5363B7 color CMYK value is (55,46,0,28).

  • cyan value is 54.64%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(55,46,0,28)
C55M46Y0K28 
(55%,46%,0%,28%)
(0.55/0.46/0.00/0.28)	

CMYK percentages

%54.64
%45.9
%0
%28.24

Codes

Color #5363B7 in popluar color models

5363B7
RGB8399183
HSL230°40.98%52.16%
HSB/HSV230°54.64%71.76%
CMYK54.64%45.90%0.00%
28.24%

Color #5363B7 in popluar number systems.

HEX5363B7
Decimal8399183
Binary1010011110001110110111
Octal123143267

Shades and tints

Shades of #5363B7

#5363B7
(83,99,183)
#4C5AA7
(76,90,167)
#455197
(69,81,151)
#3E4887
(62,72,135)
#373F77
(55,63,119)
#303667
(48,54,103)
#292D57
(41,45,87)
#222447
(34,36,71)
#1B1B37
(27,27,55)
#141227
(20,18,39)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #5363B7

#5363B7
(83,99,183)
#6271BD
(98,113,189)
#717FC3
(113,127,195)
#808DC9
(128,141,201)
#8F9BCF
(143,155,207)
#9EA9D5
(158,169,213)
#ADB7DB
(173,183,219)
#BCC5E1
(188,197,225)
#CBD3E7
(203,211,231)
#DAE1ED
(218,225,237)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5363B7 color. Also use rgb(83,99,183) instead hex code.

Text Font Color

.myTextColor { color: #5363B7; }

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

This text font color is #5363B7.


Background Color

.myBgColor { background-color: #5363B7; }

<div style="background-color:#5363B7">Inner text</div>

This div background color is #5363B7.


Border color

.myBorderColor { border: 1px solid #5363B7; }

<div style="border:3px solid #5363B7">Div</div>

This div border color is #5363B7.


Opacity

.myOpacity80 { color: #5363B7; opacity: 0.8; }

<p style="color:#5363B7;opacity:0.8;">80%</p>

Text with #5363B7 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 #5363B7;}

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

This text has shadow with #5363B7 color.

.textShadow {text-shadow: 3px 3px 1px #5363B7, 3px 3px 1px red;}

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

This text has shadow with #5363B7 primary color and red secondary color.


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

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

This text has shadow with #5363B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5363B7 on black background.


Color preview on white background

This text has color #5363B7 on white background.



Black color preview on #5363B7 background

This text has black color on #5363B7 background.


White color preview on #5363B7 background

This text has white color on #5363B7 background.