COLOR #5348A7

HEX: #5348A7 RGB: (83,72,167)

Color info

#5348A7 contains mainly blue color. Web safe color of #5348A7 is #663399 (or #639).

RGB color model

#5348A7 color RGB value is (83,72,167).

RGB: (83,72,167) (33%, 28%, 65%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 167 of 255 = 65%

83
72
167

R + G + B ~ 42%. #5348A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 72 + 167 = 322 (100%)
R 83 of 322 ~ 25.78%
G 72 of 322 ~ 22.36%
B 167 of 322 ~ 51.86'%

%25.78
%22.36
%51.86

CMYK color model

#5348A7 color CMYK value is (50,57,0,35).

  • cyan value is 50.30%
  • magenta value is 56.89%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (50,57,0,35)
C50M57Y0K35 (50%, 57%, 0%, 35%)
(0.50 / 0.57 / 0.00 / 0.35)

CMYK percentages

%50.3
%56.89
%0
%34.51

Codes

Color #5348A7 in popluar color models

53 48 A7
RGB 83 72 167
HSL 247° 39.75% 46.86%
HSB/HSV 247° 56.89% 65.49%
CMYK 50.30% 56.89% 0.00%
34.51%

Color #5348A7 in popluar number systems.

HEX 53 48 A7
Decimal 83 72 167
Binary 1010011 1001000 10100111
Octal 123 110 247

Shades and tints

Shades of #5348A7

#5348A7
(83,72,167)
#4C4298
(76,66,152)
#453C89
(69,60,137)
#3E367A
(62,54,122)
#37306B
(55,48,107)
#302A5C
(48,42,92)
#29244D
(41,36,77)
#221E3E
(34,30,62)
#1B182F
(27,24,47)
#141220
(20,18,32)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #5348A7

#5348A7
(83,72,167)
#6258AF
(98,88,175)
#7168B7
(113,104,183)
#8078BF
(128,120,191)
#8F88C7
(143,136,199)
#9E98CF
(158,152,207)
#ADA8D7
(173,168,215)
#BCB8DF
(188,184,223)
#CBC8E7
(203,200,231)
#DAD8EF
(218,216,239)
#E9E8F7
(233,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5348A7 color. Also use rgb(83,72,167) instead hex code.

Text Font Color

.myTextColor { color: #5348A7; }

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

This text font color is #5348A7.

Background Color

.myBgColor { background-color: #5348A7; }

<div style="background-color:#5348A7">Inner text</div>

This div background color is #5348A7.

Border color

.myBorderColor { border: 1px solid #5348A7; }

<div style="border:3px solid #5348A7">Div</div>

This div border color is #5348A7.

Opacity

.myOpacity80 { color: #5348A7; opacity: 0.8; }

<p style="color:#5348A7;opacity:0.8;">80%</p>

Text with #5348A7 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 #5348A7;}

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

This text has shadow with #5348A7 color.


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

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

This text has shadow with #5348A7 primary color and red secondary color.


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

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

This text has shadow with #5348A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5348A7.

Preview

Color preview on black background

This text has color #5348A7 on black background.


Color preview on white background

This text has color #5348A7 on white background.


Black color preview on #5348A7 background

This text has black color on #5348A7 background.


White color preview on #5348A7 background

This text has white color on #5348A7 background.


Related colors

Complementary color

Complementary color for #hex is #ACB758.


I love getcolorcode.com

Triadic colors

1 #A75348 and #48A753 with #5348A7 are triadic colors.

2 #A74853 and #4853A7 with #5348A7 are triadic colors.