COLOR #537D90

HEX: #537D90
RGB: (83,125,144)

Color info

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

RGB color model

#537D90 color RGB value is (83,125,144).

  • red value is 83;
  • green value is 125;
  • blue value is 144.
RGB:
(83,125,144)
(33%,49%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 125 of 255 = 49%
B 144 of 255 = 56%

83
125
144

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

Portions of RGB colors in percentages

R + G + B =
83 + 125 + 144 = 352 (100%)
R 83 of 352 ~ 23.58%
G 125 of 352 ~ 35.51%
B 144 of 352 ~ 40.91%

%23.58
%35.51
%40.91

CMYK color model

#537D90 color CMYK value is (42,13,0,44).

  • cyan value is 42.36%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(42,13,0,44)
C42M13Y0K44 
(42%,13%,0%,44%)
(0.42/0.13/0.00/0.44)	

CMYK percentages

%42.36
%13.19
%0
%43.53

Codes

Color #537D90 in popluar color models

537D90
RGB83125144
HSL199°26.87%44.51%
HSB/HSV199°42.36%56.47%
CMYK42.36%13.19%0.00%
43.53%

Color #537D90 in popluar number systems.

HEX537D90
Decimal83125144
Binary1010011111110110010000
Octal123175220

Shades and tints

Shades of #537D90

#537D90
(83,125,144)
#4C7283
(76,114,131)
#456776
(69,103,118)
#3E5C69
(62,92,105)
#37515C
(55,81,92)
#30464F
(48,70,79)
#293B42
(41,59,66)
#223035
(34,48,53)
#1B2528
(27,37,40)
#141A1B
(20,26,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #537D90

#537D90
(83,125,144)
#62889A
(98,136,154)
#7193A4
(113,147,164)
#809EAE
(128,158,174)
#8FA9B8
(143,169,184)
#9EB4C2
(158,180,194)
#ADBFCC
(173,191,204)
#BCCAD6
(188,202,214)
#CBD5E0
(203,213,224)
#DAE0EA
(218,224,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537D90 color. Also use rgb(83,125,144) instead hex code.

Text Font Color

.myTextColor { color: #537D90; }

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

This text font color is #537D90.


Background Color

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

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

This div background color is #537D90.


Border color

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

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

This div border color is #537D90.


Opacity

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

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

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

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

This text has shadow with #537D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D90 on black background.


Color preview on white background

This text has color #537D90 on white background.



Black color preview on #537D90 background

This text has black color on #537D90 background.


White color preview on #537D90 background

This text has white color on #537D90 background.