COLOR #537597

HEX: #537597
RGB: (83,117,151)

Color info

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

RGB color model

#537597 color RGB value is (83,117,151).

  • red value is 83;
  • green value is 117;
  • blue value is 151.
RGB:
(83,117,151)
(33%,46%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 151 of 255 = 59%

83
117
151

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 151 = 351 (100%)
R 83 of 351 ~ 23.65%
G 117 of 351 ~ 33.33%
B 151 of 351 ~ 43.02%

%23.65
%33.33
%43.02

CMYK color model

#537597 color CMYK value is (45,23,0,41).

  • cyan value is 45.03%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(45,23,0,41)
C45M23Y0K41 
(45%,23%,0%,41%)
(0.45/0.23/0.00/0.41)	

CMYK percentages

%45.03
%22.52
%0
%40.78

Codes

Color #537597 in popluar color models

537597
RGB83117151
HSL210°29.06%45.88%
HSB/HSV210°45.03%59.22%
CMYK45.03%22.52%0.00%
40.78%

Color #537597 in popluar number systems.

HEX537597
Decimal83117151
Binary1010011111010110010111
Octal123165227

Shades and tints

Shades of #537597

#537597
(83,117,151)
#4C6B8A
(76,107,138)
#45617D
(69,97,125)
#3E5770
(62,87,112)
#374D63
(55,77,99)
#304356
(48,67,86)
#293949
(41,57,73)
#222F3C
(34,47,60)
#1B252F
(27,37,47)
#141B22
(20,27,34)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #537597

#537597
(83,117,151)
#6281A0
(98,129,160)
#718DA9
(113,141,169)
#8099B2
(128,153,178)
#8FA5BB
(143,165,187)
#9EB1C4
(158,177,196)
#ADBDCD
(173,189,205)
#BCC9D6
(188,201,214)
#CBD5DF
(203,213,223)
#DAE1E8
(218,225,232)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537597 color. Also use rgb(83,117,151) instead hex code.

Text Font Color

.myTextColor { color: #537597; }

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

This text font color is #537597.


Background Color

.myBgColor { background-color: #537597; }

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

This div background color is #537597.


Border color

.myBorderColor { border: 1px solid #537597; }

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

This div border color is #537597.


Opacity

.myOpacity80 { color: #537597; opacity: 0.8; }

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

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

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

This text has shadow with #537597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537597 on black background.


Color preview on white background

This text has color #537597 on white background.



Black color preview on #537597 background

This text has black color on #537597 background.


White color preview on #537597 background

This text has white color on #537597 background.