COLOR #537CEF

HEX: #537CEF
RGB: (83,124,239)

Color info

#537CEF contains mainly blue color. Web safe color of #537CEF is #6666FF (or #66F).

RGB color model

#537CEF color RGB value is (83,124,239).

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

RGB channels and saturation

R 83 of 255 = 33%
G 124 of 255 = 49%
B 239 of 255 = 94%

83
124
239

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

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 239 = 446 (100%)
R 83 of 446 ~ 18.61%
G 124 of 446 ~ 27.8%
B 239 of 446 ~ 53.59%

%18.61
%27.8
%53.59

CMYK color model

#537CEF color CMYK value is (65,48,0,6).

  • cyan value is 65.27%
  • magenta value is 48.12%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(65,48,0,6)
C65M48Y0K6 
(65%,48%,0%,6%)
(0.65/0.48/0.00/0.06)	

CMYK percentages

%65.27
%48.12
%0
%6.27

Codes

Color #537CEF in popluar color models

537CEF
RGB83124239
HSL224°82.98%63.14%
HSB/HSV224°65.27%93.73%
CMYK65.27%48.12%0.00%
6.27%

Color #537CEF in popluar number systems.

HEX537CEF
Decimal83124239
Binary1010011111110011101111
Octal123174357

Shades and tints

Shades of #537CEF

#537CEF
(83,124,239)
#4C71DA
(76,113,218)
#4566C5
(69,102,197)
#3E5BB0
(62,91,176)
#37509B
(55,80,155)
#304586
(48,69,134)
#293A71
(41,58,113)
#222F5C
(34,47,92)
#1B2447
(27,36,71)
#141932
(20,25,50)
#0D0E1D
(13,14,29)
#000000
(0,0,0)

Tints of #537CEF

#537CEF
(83,124,239)
#6287F0
(98,135,240)
#7192F1
(113,146,241)
#809DF2
(128,157,242)
#8FA8F3
(143,168,243)
#9EB3F4
(158,179,244)
#ADBEF5
(173,190,245)
#BCC9F6
(188,201,246)
#CBD4F7
(203,212,247)
#DADFF8
(218,223,248)
#E9EAF9
(233,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537CEF; }

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

This text font color is #537CEF.


Background Color

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

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

This div background color is #537CEF.


Border color

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

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

This div border color is #537CEF.


Opacity

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

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

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

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

This text has shadow with #537CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537CEF on black background.


Color preview on white background

This text has color #537CEF on white background.



Black color preview on #537CEF background

This text has black color on #537CEF background.


White color preview on #537CEF background

This text has white color on #537CEF background.