COLOR #5362B1

HEX: #5362B1 RGB: (83,98,177)

Color info

#5362B1 contains mainly blue color. Web safe color of #5362B1 is #666699 (or #669).

RGB color model

#5362B1 color RGB value is (83,98,177).

RGB: (83,98,177) (33%, 38%, 69%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 177 of 255 = 69%

83
98
177

R + G + B ~ 47%. #5362B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 98 + 177 = 358 (100%)
R 83 of 358 ~ 23.18%
G 98 of 358 ~ 27.37%
B 177 of 358 ~ 49.44'%

%23.18
%27.37
%49.44

CMYK color model

#5362B1 color CMYK value is (53,45,0,31).

  • cyan value is 53.11%
  • magenta value is 44.63%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (53,45,0,31)
C53M45Y0K31 (53%, 45%, 0%, 31%)
(0.53 / 0.45 / 0.00 / 0.31)

CMYK percentages

%53.11
%44.63
%0
%30.59

Codes

Color #5362B1 in popluar color models

53 62 B1
RGB 83 98 177
HSL 230° 37.60% 50.98%
HSB/HSV 230° 53.11% 69.41%
CMYK 53.11% 44.63% 0.00%
30.59%

Color #5362B1 in popluar number systems.

HEX 53 62 B1
Decimal 83 98 177
Binary 1010011 1100010 10110001
Octal 123 142 261

Shades and tints

Shades of #5362B1

#5362B1
(83,98,177)
#4C5AA1
(76,90,161)
#455291
(69,82,145)
#3E4A81
(62,74,129)
#374271
(55,66,113)
#303A61
(48,58,97)
#293251
(41,50,81)
#222A41
(34,42,65)
#1B2231
(27,34,49)
#141A21
(20,26,33)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #5362B1

#5362B1
(83,98,177)
#6270B8
(98,112,184)
#717EBF
(113,126,191)
#808CC6
(128,140,198)
#8F9ACD
(143,154,205)
#9EA8D4
(158,168,212)
#ADB6DB
(173,182,219)
#BCC4E2
(188,196,226)
#CBD2E9
(203,210,233)
#DAE0F0
(218,224,240)
#E9EEF7
(233,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5362B1 color. Also use rgb(83,98,177) instead hex code.

Text Font Color

.myTextColor { color: #5362B1; }

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

This text font color is #5362B1.

Background Color

.myBgColor { background-color: #5362B1; }

<div style="background-color:#5362B1">Inner text</div>

This div background color is #5362B1.

Border color

.myBorderColor { border: 1px solid #5362B1; }

<div style="border:3px solid #5362B1">Div</div>

This div border color is #5362B1.

Opacity

.myOpacity80 { color: #5362B1; opacity: 0.8; }

<p style="color:#5362B1;opacity:0.8;">80%</p>

Text with #5362B1 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 #5362B1;}

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

This text has shadow with #5362B1 color.


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

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

This text has shadow with #5362B1 primary color and red secondary color.


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

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

This text has shadow with #5362B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5362B1.

Preview

Color preview on black background

This text has color #5362B1 on black background.


Color preview on white background

This text has color #5362B1 on white background.


Black color preview on #5362B1 background

This text has black color on #5362B1 background.


White color preview on #5362B1 background

This text has white color on #5362B1 background.


Related colors

Complementary color

Complementary color for #hex is #AC9D4E.


I love getcolorcode.com

Triadic colors

1 #B15362 and #62B153 with #5362B1 are triadic colors.

2 #B16253 and #6253B1 with #5362B1 are triadic colors.