COLOR #537BB0

HEX: #537BB0
RGB: (83,123,176)

Color info

#537BB0 contains mainly green and blue colors. Web safe color of #537BB0 is #666699 (or #669).

RGB color model

#537BB0 color RGB value is (83,123,176).

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

RGB channels and saturation

R 83 of 255 = 33%
G 123 of 255 = 48%
B 176 of 255 = 69%

83
123
176

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

Portions of RGB colors in percentages

R + G + B =
83 + 123 + 176 = 382 (100%)
R 83 of 382 ~ 21.73%
G 123 of 382 ~ 32.2%
B 176 of 382 ~ 46.07%

%21.73
%32.2
%46.07

CMYK color model

#537BB0 color CMYK value is (53,30,0,31).

  • cyan value is 52.84%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(53,30,0,31)
C53M30Y0K31 
(53%,30%,0%,31%)
(0.53/0.30/0.00/0.31)	

CMYK percentages

%52.84
%30.11
%0
%30.98

Codes

Color #537BB0 in popluar color models

537BB0
RGB83123176
HSL214°37.05%50.78%
HSB/HSV214°52.84%69.02%
CMYK52.84%30.11%0.00%
30.98%

Color #537BB0 in popluar number systems.

HEX537BB0
Decimal83123176
Binary1010011111101110110000
Octal123173260

Shades and tints

Shades of #537BB0

#537BB0
(83,123,176)
#4C70A0
(76,112,160)
#456590
(69,101,144)
#3E5A80
(62,90,128)
#374F70
(55,79,112)
#304460
(48,68,96)
#293950
(41,57,80)
#222E40
(34,46,64)
#1B2330
(27,35,48)
#141820
(20,24,32)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #537BB0

#537BB0
(83,123,176)
#6287B7
(98,135,183)
#7193BE
(113,147,190)
#809FC5
(128,159,197)
#8FABCC
(143,171,204)
#9EB7D3
(158,183,211)
#ADC3DA
(173,195,218)
#BCCFE1
(188,207,225)
#CBDBE8
(203,219,232)
#DAE7EF
(218,231,239)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537BB0; }

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

This text font color is #537BB0.


Background Color

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

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

This div background color is #537BB0.


Border color

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

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

This div border color is #537BB0.


Opacity

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

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

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

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

This text has shadow with #537BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537BB0 on black background.


Color preview on white background

This text has color #537BB0 on white background.



Black color preview on #537BB0 background

This text has black color on #537BB0 background.


White color preview on #537BB0 background

This text has white color on #537BB0 background.