COLOR #538BAA

HEX: #538BAA
RGB: (83,139,170)

Color info

#538BAA contains mainly green and blue colors. Web safe color of #538BAA is #669999 (or #699).

RGB color model

#538BAA color RGB value is (83,139,170).

  • red value is 83;
  • green value is 139;
  • blue value is 170.
RGB:
(83,139,170)
(33%,55%,67%)

RGB channels and saturation

R 83 of 255 = 33%
G 139 of 255 = 55%
B 170 of 255 = 67%

83
139
170

R + G + B ~ 52%. #538BAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 139 + 170 = 392 (100%)
R 83 of 392 ~ 21.17%
G 139 of 392 ~ 35.46%
B 170 of 392 ~ 43.37%

%21.17
%35.46
%43.37

CMYK color model

#538BAA color CMYK value is (51,18,0,33).

  • cyan value is 51.18%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(51,18,0,33)
C51M18Y0K33 
(51%,18%,0%,33%)
(0.51/0.18/0.00/0.33)	

CMYK percentages

%51.18
%18.24
%0
%33.33

Codes

Color #538BAA in popluar color models

538BAA
RGB83139170
HSL201°34.39%49.61%
HSB/HSV201°51.18%66.67%
CMYK51.18%18.24%0.00%
33.33%

Color #538BAA in popluar number systems.

HEX538BAA
Decimal83139170
Binary10100111000101110101010
Octal123213252

Shades and tints

Shades of #538BAA

#538BAA
(83,139,170)
#4C7F9B
(76,127,155)
#45738C
(69,115,140)
#3E677D
(62,103,125)
#375B6E
(55,91,110)
#304F5F
(48,79,95)
#294350
(41,67,80)
#223741
(34,55,65)
#1B2B32
(27,43,50)
#141F23
(20,31,35)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #538BAA

#538BAA
(83,139,170)
#6295B1
(98,149,177)
#719FB8
(113,159,184)
#80A9BF
(128,169,191)
#8FB3C6
(143,179,198)
#9EBDCD
(158,189,205)
#ADC7D4
(173,199,212)
#BCD1DB
(188,209,219)
#CBDBE2
(203,219,226)
#DAE5E9
(218,229,233)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538BAA color. Also use rgb(83,139,170) instead hex code.

Text Font Color

.myTextColor { color: #538BAA; }

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

This text font color is #538BAA.


Background Color

.myBgColor { background-color: #538BAA; }

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

This div background color is #538BAA.


Border color

.myBorderColor { border: 1px solid #538BAA; }

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

This div border color is #538BAA.


Opacity

.myOpacity80 { color: #538BAA; opacity: 0.8; }

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

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

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

This text has shadow with #538BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538BAA on black background.


Color preview on white background

This text has color #538BAA on white background.



Black color preview on #538BAA background

This text has black color on #538BAA background.


White color preview on #538BAA background

This text has white color on #538BAA background.