COLOR #538BAD

HEX: #538BAD
RGB: (83,139,173)

Color info

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

RGB color model

#538BAD color RGB value is (83,139,173).

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

RGB channels and saturation

R 83 of 255 = 33%
G 139 of 255 = 55%
B 173 of 255 = 68%

83
139
173

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

Portions of RGB colors in percentages

R + G + B =
83 + 139 + 173 = 395 (100%)
R 83 of 395 ~ 21.01%
G 139 of 395 ~ 35.19%
B 173 of 395 ~ 43.8%

%21.01
%35.19
%43.8

CMYK color model

#538BAD color CMYK value is (52,20,0,32).

  • cyan value is 52.02%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(52,20,0,32)
C52M20Y0K32 
(52%,20%,0%,32%)
(0.52/0.20/0.00/0.32)	

CMYK percentages

%52.02
%19.65
%0
%32.16

Codes

Color #538BAD in popluar color models

538BAD
RGB83139173
HSL203°35.43%50.20%
HSB/HSV203°52.02%67.84%
CMYK52.02%19.65%0.00%
32.16%

Color #538BAD in popluar number systems.

HEX538BAD
Decimal83139173
Binary10100111000101110101101
Octal123213255

Shades and tints

Shades of #538BAD

#538BAD
(83,139,173)
#4C7F9E
(76,127,158)
#45738F
(69,115,143)
#3E6780
(62,103,128)
#375B71
(55,91,113)
#304F62
(48,79,98)
#294353
(41,67,83)
#223744
(34,55,68)
#1B2B35
(27,43,53)
#141F26
(20,31,38)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #538BAD

#538BAD
(83,139,173)
#6295B4
(98,149,180)
#719FBB
(113,159,187)
#80A9C2
(128,169,194)
#8FB3C9
(143,179,201)
#9EBDD0
(158,189,208)
#ADC7D7
(173,199,215)
#BCD1DE
(188,209,222)
#CBDBE5
(203,219,229)
#DAE5EC
(218,229,236)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538BAD; }

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

This text font color is #538BAD.


Background Color

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

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

This div background color is #538BAD.


Border color

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

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

This div border color is #538BAD.


Opacity

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

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

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

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

This text has shadow with #538BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538BAD on black background.


Color preview on white background

This text has color #538BAD on white background.



Black color preview on #538BAD background

This text has black color on #538BAD background.


White color preview on #538BAD background

This text has white color on #538BAD background.