COLOR #537188

HEX: #537188
RGB: (83,113,136)

Color info

#537188 contains red, green and blue colors in about the same proportion. Web safe color of #537188 is #666699 (or #669).

RGB color model

#537188 color RGB value is (83,113,136).

  • red value is 83;
  • green value is 113;
  • blue value is 136.
RGB:
(83,113,136)
(33%,44%,53%)

RGB channels and saturation

R 83 of 255 = 33%
G 113 of 255 = 44%
B 136 of 255 = 53%

83
113
136

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

Portions of RGB colors in percentages

R + G + B =
83 + 113 + 136 = 332 (100%)
R 83 of 332 ~ 25%
G 113 of 332 ~ 34.04%
B 136 of 332 ~ 40.96%

%25
%34.04
%40.96

CMYK color model

#537188 color CMYK value is (39,17,0,47).

  • cyan value is 38.97%
  • magenta value is 16.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(39,17,0,47)
C39M17Y0K47 
(39%,17%,0%,47%)
(0.39/0.17/0.00/0.47)	

CMYK percentages

%38.97
%16.91
%0
%46.67

Codes

Color #537188 in popluar color models

537188
RGB83113136
HSL206°24.20%42.94%
HSB/HSV206°38.97%53.33%
CMYK38.97%16.91%0.00%
46.67%

Color #537188 in popluar number systems.

HEX537188
Decimal83113136
Binary1010011111000110001000
Octal123161210

Shades and tints

Shades of #537188

#537188
(83,113,136)
#4C677C
(76,103,124)
#455D70
(69,93,112)
#3E5364
(62,83,100)
#374958
(55,73,88)
#303F4C
(48,63,76)
#293540
(41,53,64)
#222B34
(34,43,52)
#1B2128
(27,33,40)
#14171C
(20,23,28)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #537188

#537188
(83,113,136)
#627D92
(98,125,146)
#71899C
(113,137,156)
#8095A6
(128,149,166)
#8FA1B0
(143,161,176)
#9EADBA
(158,173,186)
#ADB9C4
(173,185,196)
#BCC5CE
(188,197,206)
#CBD1D8
(203,209,216)
#DADDE2
(218,221,226)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537188 color. Also use rgb(83,113,136) instead hex code.

Text Font Color

.myTextColor { color: #537188; }

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

This text font color is #537188.


Background Color

.myBgColor { background-color: #537188; }

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

This div background color is #537188.


Border color

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

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

This div border color is #537188.


Opacity

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

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

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

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

This text has shadow with #537188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537188 on black background.


Color preview on white background

This text has color #537188 on white background.



Black color preview on #537188 background

This text has black color on #537188 background.


White color preview on #537188 background

This text has white color on #537188 background.