COLOR #5361B7

HEX: #5361B7
RGB: (83,97,183)

Color info

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

RGB color model

#5361B7 color RGB value is (83,97,183).

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

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 183 of 255 = 72%

83
97
183

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

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 183 = 363 (100%)
R 83 of 363 ~ 22.87%
G 97 of 363 ~ 26.72%
B 183 of 363 ~ 50.41%

%22.87
%26.72
%50.41

CMYK color model

#5361B7 color CMYK value is (55,47,0,28).

  • cyan value is 54.64%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(55,47,0,28)
C55M47Y0K28 
(55%,47%,0%,28%)
(0.55/0.47/0.00/0.28)	

CMYK percentages

%54.64
%46.99
%0
%28.24

Codes

Color #5361B7 in popluar color models

5361B7
RGB8397183
HSL232°40.98%52.16%
HSB/HSV232°54.64%71.76%
CMYK54.64%46.99%0.00%
28.24%

Color #5361B7 in popluar number systems.

HEX5361B7
Decimal8397183
Binary1010011110000110110111
Octal123141267

Shades and tints

Shades of #5361B7

#5361B7
(83,97,183)
#4C59A7
(76,89,167)
#455197
(69,81,151)
#3E4987
(62,73,135)
#374177
(55,65,119)
#303967
(48,57,103)
#293157
(41,49,87)
#222947
(34,41,71)
#1B2137
(27,33,55)
#141927
(20,25,39)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #5361B7

#5361B7
(83,97,183)
#626FBD
(98,111,189)
#717DC3
(113,125,195)
#808BC9
(128,139,201)
#8F99CF
(143,153,207)
#9EA7D5
(158,167,213)
#ADB5DB
(173,181,219)
#BCC3E1
(188,195,225)
#CBD1E7
(203,209,231)
#DADFED
(218,223,237)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5361B7; }

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

This text font color is #5361B7.


Background Color

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

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

This div background color is #5361B7.


Border color

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

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

This div border color is #5361B7.


Opacity

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

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

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

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

This text has shadow with #5361B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5361B7 on black background.


Color preview on white background

This text has color #5361B7 on white background.



Black color preview on #5361B7 background

This text has black color on #5361B7 background.


White color preview on #5361B7 background

This text has white color on #5361B7 background.