COLOR #537BDE

HEX: #537BDE
RGB: (83,123,222)

Color info

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

RGB color model

#537BDE color RGB value is (83,123,222).

  • red value is 83;
  • green value is 123;
  • blue value is 222.
RGB:
(83,123,222)
(33%,48%,87%)

RGB channels and saturation

R 83 of 255 = 33%
G 123 of 255 = 48%
B 222 of 255 = 87%

83
123
222

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

Portions of RGB colors in percentages

R + G + B =
83 + 123 + 222 = 428 (100%)
R 83 of 428 ~ 19.39%
G 123 of 428 ~ 28.74%
B 222 of 428 ~ 51.87%

%19.39
%28.74
%51.87

CMYK color model

#537BDE color CMYK value is (63,45,0,13).

  • cyan value is 62.61%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(63,45,0,13)
C63M45Y0K13 
(63%,45%,0%,13%)
(0.63/0.45/0.00/0.13)	

CMYK percentages

%62.61
%44.59
%0
%12.94

Codes

Color #537BDE in popluar color models

537BDE
RGB83123222
HSL223°67.80%59.80%
HSB/HSV223°62.61%87.06%
CMYK62.61%44.59%0.00%
12.94%

Color #537BDE in popluar number systems.

HEX537BDE
Decimal83123222
Binary1010011111101111011110
Octal123173336

Shades and tints

Shades of #537BDE

#537BDE
(83,123,222)
#4C70CA
(76,112,202)
#4565B6
(69,101,182)
#3E5AA2
(62,90,162)
#374F8E
(55,79,142)
#30447A
(48,68,122)
#293966
(41,57,102)
#222E52
(34,46,82)
#1B233E
(27,35,62)
#14182A
(20,24,42)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #537BDE

#537BDE
(83,123,222)
#6287E1
(98,135,225)
#7193E4
(113,147,228)
#809FE7
(128,159,231)
#8FABEA
(143,171,234)
#9EB7ED
(158,183,237)
#ADC3F0
(173,195,240)
#BCCFF3
(188,207,243)
#CBDBF6
(203,219,246)
#DAE7F9
(218,231,249)
#E9F3FC
(233,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537BDE color. Also use rgb(83,123,222) instead hex code.

Text Font Color

.myTextColor { color: #537BDE; }

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

This text font color is #537BDE.


Background Color

.myBgColor { background-color: #537BDE; }

<div style="background-color:#537BDE">Inner text</div>

This div background color is #537BDE.


Border color

.myBorderColor { border: 1px solid #537BDE; }

<div style="border:3px solid #537BDE">Div</div>

This div border color is #537BDE.


Opacity

.myOpacity80 { color: #537BDE; opacity: 0.8; }

<p style="color:#537BDE;opacity:0.8;">80%</p>

Text with #537BDE 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 #537BDE;}

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

This text has shadow with #537BDE color.

.textShadow {text-shadow: 3px 3px 1px #537BDE, 3px 3px 1px red;}

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

This text has shadow with #537BDE primary color and red secondary color.


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

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

This text has shadow with #537BDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537BDE on black background.


Color preview on white background

This text has color #537BDE on white background.



Black color preview on #537BDE background

This text has black color on #537BDE background.


White color preview on #537BDE background

This text has white color on #537BDE background.