COLOR #538CCD

HEX: #538CCD
RGB: (83,140,205)

Color info

#538CCD contains mainly blue color. Web safe color of #538CCD is #6699CC (or #69C).

RGB color model

#538CCD color RGB value is (83,140,205).

  • red value is 83;
  • green value is 140;
  • blue value is 205.
RGB:
(83,140,205)
(33%,55%,80%)

RGB channels and saturation

R 83 of 255 = 33%
G 140 of 255 = 55%
B 205 of 255 = 80%

83
140
205

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

Portions of RGB colors in percentages

R + G + B =
83 + 140 + 205 = 428 (100%)
R 83 of 428 ~ 19.39%
G 140 of 428 ~ 32.71%
B 205 of 428 ~ 47.9%

%19.39
%32.71
%47.9

CMYK color model

#538CCD color CMYK value is (60,32,0,20).

  • cyan value is 59.51%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(60,32,0,20)
C60M32Y0K20 
(60%,32%,0%,20%)
(0.60/0.32/0.00/0.20)	

CMYK percentages

%59.51
%31.71
%0
%19.61

Codes

Color #538CCD in popluar color models

538CCD
RGB83140205
HSL212°54.95%56.47%
HSB/HSV212°59.51%80.39%
CMYK59.51%31.71%0.00%
19.61%

Color #538CCD in popluar number systems.

HEX538CCD
Decimal83140205
Binary10100111000110011001101
Octal123214315

Shades and tints

Shades of #538CCD

#538CCD
(83,140,205)
#4C80BB
(76,128,187)
#4574A9
(69,116,169)
#3E6897
(62,104,151)
#375C85
(55,92,133)
#305073
(48,80,115)
#294461
(41,68,97)
#22384F
(34,56,79)
#1B2C3D
(27,44,61)
#14202B
(20,32,43)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #538CCD

#538CCD
(83,140,205)
#6296D1
(98,150,209)
#71A0D5
(113,160,213)
#80AAD9
(128,170,217)
#8FB4DD
(143,180,221)
#9EBEE1
(158,190,225)
#ADC8E5
(173,200,229)
#BCD2E9
(188,210,233)
#CBDCED
(203,220,237)
#DAE6F1
(218,230,241)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538CCD color. Also use rgb(83,140,205) instead hex code.

Text Font Color

.myTextColor { color: #538CCD; }

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

This text font color is #538CCD.


Background Color

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

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

This div background color is #538CCD.


Border color

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

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

This div border color is #538CCD.


Opacity

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

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

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

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

This text has shadow with #538CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538CCD on black background.


Color preview on white background

This text has color #538CCD on white background.



Black color preview on #538CCD background

This text has black color on #538CCD background.


White color preview on #538CCD background

This text has white color on #538CCD background.