COLOR #5359BA

HEX: #5359BA
RGB: (83,89,186)

Color info

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

RGB color model

#5359BA color RGB value is (83,89,186).

  • red value is 83;
  • green value is 89;
  • blue value is 186.
RGB:
(83,89,186)
(33%,35%,73%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 186 of 255 = 73%

83
89
186

R + G + B ~ 47%. #5359BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 186 = 358 (100%)
R 83 of 358 ~ 23.18%
G 89 of 358 ~ 24.86%
B 186 of 358 ~ 51.96%

%23.18
%24.86
%51.96

CMYK color model

#5359BA color CMYK value is (55,52,0,27).

  • cyan value is 55.38%
  • magenta value is 52.15%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(55,52,0,27)
C55M52Y0K27 
(55%,52%,0%,27%)
(0.55/0.52/0.00/0.27)	

CMYK percentages

%55.38
%52.15
%0
%27.06

Codes

Color #5359BA in popluar color models

5359BA
RGB8389186
HSL237°42.74%52.75%
HSB/HSV237°55.38%72.94%
CMYK55.38%52.15%0.00%
27.06%

Color #5359BA in popluar number systems.

HEX5359BA
Decimal8389186
Binary1010011101100110111010
Octal123131272

Shades and tints

Shades of #5359BA

#5359BA
(83,89,186)
#4C51AA
(76,81,170)
#45499A
(69,73,154)
#3E418A
(62,65,138)
#37397A
(55,57,122)
#30316A
(48,49,106)
#29295A
(41,41,90)
#22214A
(34,33,74)
#1B193A
(27,25,58)
#14112A
(20,17,42)
#0D091A
(13,9,26)
#000000
(0,0,0)

Tints of #5359BA

#5359BA
(83,89,186)
#6268C0
(98,104,192)
#7177C6
(113,119,198)
#8086CC
(128,134,204)
#8F95D2
(143,149,210)
#9EA4D8
(158,164,216)
#ADB3DE
(173,179,222)
#BCC2E4
(188,194,228)
#CBD1EA
(203,209,234)
#DAE0F0
(218,224,240)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5359BA color. Also use rgb(83,89,186) instead hex code.

Text Font Color

.myTextColor { color: #5359BA; }

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

This text font color is #5359BA.


Background Color

.myBgColor { background-color: #5359BA; }

<div style="background-color:#5359BA">Inner text</div>

This div background color is #5359BA.


Border color

.myBorderColor { border: 1px solid #5359BA; }

<div style="border:3px solid #5359BA">Div</div>

This div border color is #5359BA.


Opacity

.myOpacity80 { color: #5359BA; opacity: 0.8; }

<p style="color:#5359BA;opacity:0.8;">80%</p>

Text with #5359BA 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 #5359BA;}

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

This text has shadow with #5359BA color.

.textShadow {text-shadow: 3px 3px 1px #5359BA, 3px 3px 1px red;}

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

This text has shadow with #5359BA primary color and red secondary color.


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

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

This text has shadow with #5359BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5359BA on black background.


Color preview on white background

This text has color #5359BA on white background.



Black color preview on #5359BA background

This text has black color on #5359BA background.


White color preview on #5359BA background

This text has white color on #5359BA background.