COLOR #5367A1

HEX: #5367A1 RGB: (83,103,161)

Color info

#5367A1 contains mainly green and blue colors. Web safe color of #5367A1 is #666699 (or #669).

RGB color model

#5367A1 color RGB value is (83,103,161).

RGB: (83,103,161) (33%, 40%, 63%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 161 of 255 = 63%

83
103
161

R + G + B ~ 45%. #5367A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 103 + 161 = 347 (100%)
R 83 of 347 ~ 23.92%
G 103 of 347 ~ 29.68%
B 161 of 347 ~ 46.4'%

%23.92
%29.68
%46.4

CMYK color model

#5367A1 color CMYK value is (48,36,0,37).

  • cyan value is 48.45%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (48,36,0,37)
C48M36Y0K37 (48%, 36%, 0%, 37%)
(0.48 / 0.36 / 0.00 / 0.37)

CMYK percentages

%48.45
%36.02
%0
%36.86

Codes

Color #5367A1 in popluar color models

53 67 A1
RGB 83 103 161
HSL 225° 31.97% 47.84%
HSB/HSV 225° 48.45% 63.14%
CMYK 48.45% 36.02% 0.00%
36.86%

Color #5367A1 in popluar number systems.

HEX 53 67 A1
Decimal 83 103 161
Binary 1010011 1100111 10100001
Octal 123 147 241

Shades and tints

Shades of #5367A1

#5367A1
(83,103,161)
#4C5E93
(76,94,147)
#455585
(69,85,133)
#3E4C77
(62,76,119)
#374369
(55,67,105)
#303A5B
(48,58,91)
#29314D
(41,49,77)
#22283F
(34,40,63)
#1B1F31
(27,31,49)
#141623
(20,22,35)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #5367A1

#5367A1
(83,103,161)
#6274A9
(98,116,169)
#7181B1
(113,129,177)
#808EB9
(128,142,185)
#8F9BC1
(143,155,193)
#9EA8C9
(158,168,201)
#ADB5D1
(173,181,209)
#BCC2D9
(188,194,217)
#CBCFE1
(203,207,225)
#DADCE9
(218,220,233)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5367A1 color. Also use rgb(83,103,161) instead hex code.

Text Font Color

.myTextColor { color: #5367A1; }

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

This text font color is #5367A1.

Background Color

.myBgColor { background-color: #5367A1; }

<div style="background-color:#5367A1">Inner text</div>

This div background color is #5367A1.

Border color

.myBorderColor { border: 1px solid #5367A1; }

<div style="border:3px solid #5367A1">Div</div>

This div border color is #5367A1.

Opacity

.myOpacity80 { color: #5367A1; opacity: 0.8; }

<p style="color:#5367A1;opacity:0.8;">80%</p>

Text with #5367A1 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 #5367A1;}

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

This text has shadow with #5367A1 color.


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

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

This text has shadow with #5367A1 primary color and red secondary color.


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

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

This text has shadow with #5367A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5367A1.

Preview

Color preview on black background

This text has color #5367A1 on black background.


Color preview on white background

This text has color #5367A1 on white background.


Black color preview on #5367A1 background

This text has black color on #5367A1 background.


White color preview on #5367A1 background

This text has white color on #5367A1 background.


Related colors

Complementary color

Complementary color for #hex is #AC985E.


I love getcolorcode.com

Triadic colors

1 #A15367 and #67A153 with #5367A1 are triadic colors.

2 #A16753 and #6753A1 with #5367A1 are triadic colors.