COLOR #5354B6

HEX: #5354B6 RGB: (83,84,182)

Color info

#5354B6 contains mainly blue color. Web safe color of #5354B6 is #6666CC (or #66C).

RGB color model

#5354B6 color RGB value is (83,84,182).

RGB: (83,84,182) (33%, 33%, 71%)

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 182 of 255 = 71%

83
84
182

R + G + B ~ 46%. #5354B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 84 + 182 = 349 (100%)
R 83 of 349 ~ 23.78%
G 84 of 349 ~ 24.07%
B 182 of 349 ~ 52.15'%

%23.78
%24.07
%52.15

CMYK color model

#5354B6 color CMYK value is (54,54,0,29).

  • cyan value is 54.40%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (54,54,0,29)
C54M54Y0K29 (54%, 54%, 0%, 29%)
(0.54 / 0.54 / 0.00 / 0.29)

CMYK percentages

%54.4
%53.85
%0
%28.63

Codes

Color #5354B6 in popluar color models

53 54 B6
RGB 83 84 182
HSL 239° 40.41% 51.96%
HSB/HSV 239° 54.40% 71.37%
CMYK 54.40% 53.85% 0.00%
28.63%

Color #5354B6 in popluar number systems.

HEX 53 54 B6
Decimal 83 84 182
Binary 1010011 1010100 10110110
Octal 123 124 266

Shades and tints

Shades of #5354B6

#5354B6
(83,84,182)
#4C4DA6
(76,77,166)
#454696
(69,70,150)
#3E3F86
(62,63,134)
#373876
(55,56,118)
#303166
(48,49,102)
#292A56
(41,42,86)
#222346
(34,35,70)
#1B1C36
(27,28,54)
#141526
(20,21,38)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #5354B6

#5354B6
(83,84,182)
#6263BC
(98,99,188)
#7172C2
(113,114,194)
#8081C8
(128,129,200)
#8F90CE
(143,144,206)
#9E9FD4
(158,159,212)
#ADAEDA
(173,174,218)
#BCBDE0
(188,189,224)
#CBCCE6
(203,204,230)
#DADBEC
(218,219,236)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5354B6 color. Also use rgb(83,84,182) instead hex code.

Text Font Color

.myTextColor { color: #5354B6; }

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

This text font color is #5354B6.

Background Color

.myBgColor { background-color: #5354B6; }

<div style="background-color:#5354B6">Inner text</div>

This div background color is #5354B6.

Border color

.myBorderColor { border: 1px solid #5354B6; }

<div style="border:3px solid #5354B6">Div</div>

This div border color is #5354B6.

Opacity

.myOpacity80 { color: #5354B6; opacity: 0.8; }

<p style="color:#5354B6;opacity:0.8;">80%</p>

Text with #5354B6 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 #5354B6;}

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

This text has shadow with #5354B6 color.


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

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

This text has shadow with #5354B6 primary color and red secondary color.


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

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

This text has shadow with #5354B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5354B6.

Preview

Color preview on black background

This text has color #5354B6 on black background.


Color preview on white background

This text has color #5354B6 on white background.


Black color preview on #5354B6 background

This text has black color on #5354B6 background.


White color preview on #5354B6 background

This text has white color on #5354B6 background.


Related colors

Complementary color

Complementary color for #hex is #ACAB49.


I love getcolorcode.com

Triadic colors

1 #B65354 and #54B653 with #5354B6 are triadic colors.

2 #B65453 and #5453B6 with #5354B6 are triadic colors.