COLOR #5373B2

HEX: #5373B2 RGB: (83,115,178)

Color info

#5373B2 contains mainly blue color. Web safe color of #5373B2 is #666699 (or #669).

RGB color model

#5373B2 color RGB value is (83,115,178).

RGB: (83,115,178) (33%, 45%, 70%)

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 178 of 255 = 70%

83
115
178

R + G + B ~ 49%. #5373B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 115 + 178 = 376 (100%)
R 83 of 376 ~ 22.07%
G 115 of 376 ~ 30.59%
B 178 of 376 ~ 47.34'%

%22.07
%30.59
%47.34

CMYK color model

#5373B2 color CMYK value is (53,35,0,30).

  • cyan value is 53.37%
  • magenta value is 35.39%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (53,35,0,30)
C53M35Y0K30 (53%, 35%, 0%, 30%)
(0.53 / 0.35 / 0.00 / 0.30)

CMYK percentages

%53.37
%35.39
%0
%30.2

Codes

Color #5373B2 in popluar color models

53 73 B2
RGB 83 115 178
HSL 220° 38.15% 51.18%
HSB/HSV 220° 53.37% 69.80%
CMYK 53.37% 35.39% 0.00%
30.20%

Color #5373B2 in popluar number systems.

HEX 53 73 B2
Decimal 83 115 178
Binary 1010011 1110011 10110010
Octal 123 163 262

Shades and tints

Shades of #5373B2

#5373B2
(83,115,178)
#4C69A2
(76,105,162)
#455F92
(69,95,146)
#3E5582
(62,85,130)
#374B72
(55,75,114)
#304162
(48,65,98)
#293752
(41,55,82)
#222D42
(34,45,66)
#1B2332
(27,35,50)
#141922
(20,25,34)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5373B2

#5373B2
(83,115,178)
#627FB9
(98,127,185)
#718BC0
(113,139,192)
#8097C7
(128,151,199)
#8FA3CE
(143,163,206)
#9EAFD5
(158,175,213)
#ADBBDC
(173,187,220)
#BCC7E3
(188,199,227)
#CBD3EA
(203,211,234)
#DADFF1
(218,223,241)
#E9EBF8
(233,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5373B2 color. Also use rgb(83,115,178) instead hex code.

Text Font Color

.myTextColor { color: #5373B2; }

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

This text font color is #5373B2.

Background Color

.myBgColor { background-color: #5373B2; }

<div style="background-color:#5373B2">Inner text</div>

This div background color is #5373B2.

Border color

.myBorderColor { border: 1px solid #5373B2; }

<div style="border:3px solid #5373B2">Div</div>

This div border color is #5373B2.

Opacity

.myOpacity80 { color: #5373B2; opacity: 0.8; }

<p style="color:#5373B2;opacity:0.8;">80%</p>

Text with #5373B2 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 #5373B2;}

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

This text has shadow with #5373B2 color.


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

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

This text has shadow with #5373B2 primary color and red secondary color.


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

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

This text has shadow with #5373B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5373B2.

Preview

Color preview on black background

This text has color #5373B2 on black background.


Color preview on white background

This text has color #5373B2 on white background.


Black color preview on #5373B2 background

This text has black color on #5373B2 background.


White color preview on #5373B2 background

This text has white color on #5373B2 background.


Related colors

Complementary color

Complementary color for #hex is #AC8C4D.


I love getcolorcode.com

Triadic colors

1 #B25373 and #73B253 with #5373B2 are triadic colors.

2 #B27353 and #7353B2 with #5373B2 are triadic colors.