COLOR #537CCE

HEX: #537CCE
RGB: (83,124,206)

Color info

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

RGB color model

#537CCE color RGB value is (83,124,206).

  • red value is 83;
  • green value is 124;
  • blue value is 206.
RGB:
(83,124,206)
(33%,49%,81%)

RGB channels and saturation

R 83 of 255 = 33%
G 124 of 255 = 49%
B 206 of 255 = 81%

83
124
206

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

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 206 = 413 (100%)
R 83 of 413 ~ 20.1%
G 124 of 413 ~ 30.02%
B 206 of 413 ~ 49.88%

%20.1
%30.02
%49.88

CMYK color model

#537CCE color CMYK value is (60,40,0,19).

  • cyan value is 59.71%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(60,40,0,19)
C60M40Y0K19 
(60%,40%,0%,19%)
(0.60/0.40/0.00/0.19)	

CMYK percentages

%59.71
%39.81
%0
%19.22

Codes

Color #537CCE in popluar color models

537CCE
RGB83124206
HSL220°55.66%56.67%
HSB/HSV220°59.71%80.78%
CMYK59.71%39.81%0.00%
19.22%

Color #537CCE in popluar number systems.

HEX537CCE
Decimal83124206
Binary1010011111110011001110
Octal123174316

Shades and tints

Shades of #537CCE

#537CCE
(83,124,206)
#4C71BC
(76,113,188)
#4566AA
(69,102,170)
#3E5B98
(62,91,152)
#375086
(55,80,134)
#304574
(48,69,116)
#293A62
(41,58,98)
#222F50
(34,47,80)
#1B243E
(27,36,62)
#14192C
(20,25,44)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #537CCE

#537CCE
(83,124,206)
#6287D2
(98,135,210)
#7192D6
(113,146,214)
#809DDA
(128,157,218)
#8FA8DE
(143,168,222)
#9EB3E2
(158,179,226)
#ADBEE6
(173,190,230)
#BCC9EA
(188,201,234)
#CBD4EE
(203,212,238)
#DADFF2
(218,223,242)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537CCE color. Also use rgb(83,124,206) instead hex code.

Text Font Color

.myTextColor { color: #537CCE; }

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

This text font color is #537CCE.


Background Color

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

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

This div background color is #537CCE.


Border color

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

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

This div border color is #537CCE.


Opacity

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

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

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

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

This text has shadow with #537CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537CCE on black background.


Color preview on white background

This text has color #537CCE on white background.



Black color preview on #537CCE background

This text has black color on #537CCE background.


White color preview on #537CCE background

This text has white color on #537CCE background.