COLOR #537594

HEX: #537594
RGB: (83,117,148)

Color info

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

RGB color model

#537594 color RGB value is (83,117,148).

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

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 148 of 255 = 58%

83
117
148

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 148 = 348 (100%)
R 83 of 348 ~ 23.85%
G 117 of 348 ~ 33.62%
B 148 of 348 ~ 42.53%

%23.85
%33.62
%42.53

CMYK color model

#537594 color CMYK value is (44,21,0,42).

  • cyan value is 43.92%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(44,21,0,42)
C44M21Y0K42 
(44%,21%,0%,42%)
(0.44/0.21/0.00/0.42)	

CMYK percentages

%43.92
%20.95
%0
%41.96

Codes

Color #537594 in popluar color models

537594
RGB83117148
HSL209°28.14%45.29%
HSB/HSV209°43.92%58.04%
CMYK43.92%20.95%0.00%
41.96%

Color #537594 in popluar number systems.

HEX537594
Decimal83117148
Binary1010011111010110010100
Octal123165224

Shades and tints

Shades of #537594

#537594
(83,117,148)
#4C6B87
(76,107,135)
#45617A
(69,97,122)
#3E576D
(62,87,109)
#374D60
(55,77,96)
#304353
(48,67,83)
#293946
(41,57,70)
#222F39
(34,47,57)
#1B252C
(27,37,44)
#141B1F
(20,27,31)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #537594

#537594
(83,117,148)
#62819D
(98,129,157)
#718DA6
(113,141,166)
#8099AF
(128,153,175)
#8FA5B8
(143,165,184)
#9EB1C1
(158,177,193)
#ADBDCA
(173,189,202)
#BCC9D3
(188,201,211)
#CBD5DC
(203,213,220)
#DAE1E5
(218,225,229)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537594; }

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

This text font color is #537594.


Background Color

.myBgColor { background-color: #537594; }

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

This div background color is #537594.


Border color

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

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

This div border color is #537594.


Opacity

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

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

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

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

This text has shadow with #537594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537594 on black background.


Color preview on white background

This text has color #537594 on white background.



Black color preview on #537594 background

This text has black color on #537594 background.


White color preview on #537594 background

This text has white color on #537594 background.