COLOR #537EBF

HEX: #537EBF RGB: (83,126,191)

Color info

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

RGB color model

#537EBF color RGB value is (83,126,191).

RGB: (83,126,191) (33%, 49%, 75%)

RGB channels and saturation

R 83 of 255 = 33%
G 126 of 255 = 49%
B 191 of 255 = 75%

83
126
191

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

Portions of RGB colors in percentages

R + G + B = 83 + 126 + 191 = 400 (100%)
R 83 of 400 ~ 20.75%
G 126 of 400 ~ 31.5%
B 191 of 400 ~ 47.75'%

%20.75
%31.5
%47.75

CMYK color model

#537EBF color CMYK value is (57,34,0,25).

  • cyan value is 56.54%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (57,34,0,25)
C57M34Y0K25 (57%, 34%, 0%, 25%)
(0.57 / 0.34 / 0.00 / 0.25)

CMYK percentages

%56.54
%34.03
%0
%25.1

Codes

Color #537EBF in popluar color models

53 7E BF
RGB 83 126 191
HSL 216° 45.76% 53.73%
HSB/HSV 216° 56.54% 74.90%
CMYK 56.54% 34.03% 0.00%
25.10%

Color #537EBF in popluar number systems.

HEX 53 7E BF
Decimal 83 126 191
Binary 1010011 1111110 10111111
Octal 123 176 277

Shades and tints

Shades of #537EBF

#537EBF
(83,126,191)
#4C73AE
(76,115,174)
#45689D
(69,104,157)
#3E5D8C
(62,93,140)
#37527B
(55,82,123)
#30476A
(48,71,106)
#293C59
(41,60,89)
#223148
(34,49,72)
#1B2637
(27,38,55)
#141B26
(20,27,38)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #537EBF

#537EBF
(83,126,191)
#6289C4
(98,137,196)
#7194C9
(113,148,201)
#809FCE
(128,159,206)
#8FAAD3
(143,170,211)
#9EB5D8
(158,181,216)
#ADC0DD
(173,192,221)
#BCCBE2
(188,203,226)
#CBD6E7
(203,214,231)
#DAE1EC
(218,225,236)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537EBF color. Also use rgb(83,126,191) instead hex code.

Text Font Color

.myTextColor { color: #537EBF; }

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

This text font color is #537EBF.

Background Color

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

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

This div background color is #537EBF.

Border color

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

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

This div border color is #537EBF.

Opacity

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

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

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

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

This text has shadow with #537EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537EBF.

Preview

Color preview on black background

This text has color #537EBF on black background.


Color preview on white background

This text has color #537EBF on white background.


Black color preview on #537EBF background

This text has black color on #537EBF background.


White color preview on #537EBF background

This text has white color on #537EBF background.


Related colors

Complementary color

Complementary color for #hex is #AC8140.


I love getcolorcode.com

Triadic colors

1 #BF537E and #7EBF53 with #537EBF are triadic colors.

2 #BF7E53 and #7E53BF with #537EBF are triadic colors.