COLOR #538FCD

HEX: #538FCD RGB: (83,143,205)

Color info

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

RGB color model

#538FCD color RGB value is (83,143,205).

RGB: (83,143,205) (33%, 56%, 80%)

RGB channels and saturation

R 83 of 255 = 33%
G 143 of 255 = 56%
B 205 of 255 = 80%

83
143
205

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

Portions of RGB colors in percentages

R + G + B = 83 + 143 + 205 = 431 (100%)
R 83 of 431 ~ 19.26%
G 143 of 431 ~ 33.18%
B 205 of 431 ~ 47.56'%

%19.26
%33.18
%47.56

CMYK color model

#538FCD color CMYK value is (60,30,0,20).

  • cyan value is 59.51%
  • magenta value is 30.24%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (60,30,0,20)
C60M30Y0K20 (60%, 30%, 0%, 20%)
(0.60 / 0.30 / 0.00 / 0.20)

CMYK percentages

%59.51
%30.24
%0
%19.61

Codes

Color #538FCD in popluar color models

53 8F CD
RGB 83 143 205
HSL 210° 54.95% 56.47%
HSB/HSV 210° 59.51% 80.39%
CMYK 59.51% 30.24% 0.00%
19.61%

Color #538FCD in popluar number systems.

HEX 53 8F CD
Decimal 83 143 205
Binary 1010011 10001111 11001101
Octal 123 217 315

Shades and tints

Shades of #538FCD

#538FCD
(83,143,205)
#4C82BB
(76,130,187)
#4575A9
(69,117,169)
#3E6897
(62,104,151)
#375B85
(55,91,133)
#304E73
(48,78,115)
#294161
(41,65,97)
#22344F
(34,52,79)
#1B273D
(27,39,61)
#141A2B
(20,26,43)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #538FCD

#538FCD
(83,143,205)
#6299D1
(98,153,209)
#71A3D5
(113,163,213)
#80ADD9
(128,173,217)
#8FB7DD
(143,183,221)
#9EC1E1
(158,193,225)
#ADCBE5
(173,203,229)
#BCD5E9
(188,213,233)
#CBDFED
(203,223,237)
#DAE9F1
(218,233,241)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538FCD; }

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

This text font color is #538FCD.

Background Color

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

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

This div background color is #538FCD.

Border color

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

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

This div border color is #538FCD.

Opacity

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

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

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

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

This text has shadow with #538FCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #538FCD.

Preview

Color preview on black background

This text has color #538FCD on black background.


Color preview on white background

This text has color #538FCD on white background.


Black color preview on #538FCD background

This text has black color on #538FCD background.


White color preview on #538FCD background

This text has white color on #538FCD background.


Related colors

Complementary color

Complementary color for #hex is #AC7032.


I love getcolorcode.com

Triadic colors

1 #CD538F and #8FCD53 with #538FCD are triadic colors.

2 #CD8F53 and #8F53CD with #538FCD are triadic colors.