COLOR #538ABD

HEX: #538ABD
RGB: (83,138,189)

Color info

#538ABD contains mainly green and blue colors. Web safe color of #538ABD is #6699CC (or #69C).

RGB color model

#538ABD color RGB value is (83,138,189).

  • red value is 83;
  • green value is 138;
  • blue value is 189.
RGB:
(83,138,189)
(33%,54%,74%)

RGB channels and saturation

R 83 of 255 = 33%
G 138 of 255 = 54%
B 189 of 255 = 74%

83
138
189

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

Portions of RGB colors in percentages

R + G + B =
83 + 138 + 189 = 410 (100%)
R 83 of 410 ~ 20.24%
G 138 of 410 ~ 33.66%
B 189 of 410 ~ 46.1%

%20.24
%33.66
%46.1

CMYK color model

#538ABD color CMYK value is (56,27,0,26).

  • cyan value is 56.08%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(56,27,0,26)
C56M27Y0K26 
(56%,27%,0%,26%)
(0.56/0.27/0.00/0.26)	

CMYK percentages

%56.08
%26.98
%0
%25.88

Codes

Color #538ABD in popluar color models

538ABD
RGB83138189
HSL209°44.54%53.33%
HSB/HSV209°56.08%74.12%
CMYK56.08%26.98%0.00%
25.88%

Color #538ABD in popluar number systems.

HEX538ABD
Decimal83138189
Binary10100111000101010111101
Octal123212275

Shades and tints

Shades of #538ABD

#538ABD
(83,138,189)
#4C7EAC
(76,126,172)
#45729B
(69,114,155)
#3E668A
(62,102,138)
#375A79
(55,90,121)
#304E68
(48,78,104)
#294257
(41,66,87)
#223646
(34,54,70)
#1B2A35
(27,42,53)
#141E24
(20,30,36)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #538ABD

#538ABD
(83,138,189)
#6294C3
(98,148,195)
#719EC9
(113,158,201)
#80A8CF
(128,168,207)
#8FB2D5
(143,178,213)
#9EBCDB
(158,188,219)
#ADC6E1
(173,198,225)
#BCD0E7
(188,208,231)
#CBDAED
(203,218,237)
#DAE4F3
(218,228,243)
#E9EEF9
(233,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538ABD color. Also use rgb(83,138,189) instead hex code.

Text Font Color

.myTextColor { color: #538ABD; }

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

This text font color is #538ABD.


Background Color

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

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

This div background color is #538ABD.


Border color

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

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

This div border color is #538ABD.


Opacity

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

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

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

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

This text has shadow with #538ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538ABD on black background.


Color preview on white background

This text has color #538ABD on white background.



Black color preview on #538ABD background

This text has black color on #538ABD background.


White color preview on #538ABD background

This text has white color on #538ABD background.