COLOR #5393A7

HEX: #5393A7
RGB: (83,147,167)

Color info

#5393A7 contains mainly green and blue colors. Web safe color of #5393A7 is #669999 (or #699).

RGB color model

#5393A7 color RGB value is (83,147,167).

  • red value is 83;
  • green value is 147;
  • blue value is 167.
RGB:
(83,147,167)
(33%,58%,65%)

RGB channels and saturation

R 83 of 255 = 33%
G 147 of 255 = 58%
B 167 of 255 = 65%

83
147
167

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

Portions of RGB colors in percentages

R + G + B =
83 + 147 + 167 = 397 (100%)
R 83 of 397 ~ 20.91%
G 147 of 397 ~ 37.03%
B 167 of 397 ~ 42.07%

%20.91
%37.03
%42.07

CMYK color model

#5393A7 color CMYK value is (50,12,0,35).

  • cyan value is 50.30%
  • magenta value is 11.98%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(50,12,0,35)
C50M12Y0K35 
(50%,12%,0%,35%)
(0.50/0.12/0.00/0.35)	

CMYK percentages

%50.3
%11.98
%0
%34.51

Codes

Color #5393A7 in popluar color models

5393A7
RGB83147167
HSL194°33.60%49.02%
HSB/HSV194°50.30%65.49%
CMYK50.30%11.98%0.00%
34.51%

Color #5393A7 in popluar number systems.

HEX5393A7
Decimal83147167
Binary10100111001001110100111
Octal123223247

Shades and tints

Shades of #5393A7

#5393A7
(83,147,167)
#4C8698
(76,134,152)
#457989
(69,121,137)
#3E6C7A
(62,108,122)
#375F6B
(55,95,107)
#30525C
(48,82,92)
#29454D
(41,69,77)
#22383E
(34,56,62)
#1B2B2F
(27,43,47)
#141E20
(20,30,32)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #5393A7

#5393A7
(83,147,167)
#629CAF
(98,156,175)
#71A5B7
(113,165,183)
#80AEBF
(128,174,191)
#8FB7C7
(143,183,199)
#9EC0CF
(158,192,207)
#ADC9D7
(173,201,215)
#BCD2DF
(188,210,223)
#CBDBE7
(203,219,231)
#DAE4EF
(218,228,239)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5393A7; }

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

This text font color is #5393A7.


Background Color

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

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

This div background color is #5393A7.


Border color

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

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

This div border color is #5393A7.


Opacity

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

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

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

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

This text has shadow with #5393A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5393A7 on black background.


Color preview on white background

This text has color #5393A7 on white background.



Black color preview on #5393A7 background

This text has black color on #5393A7 background.


White color preview on #5393A7 background

This text has white color on #5393A7 background.