COLOR #5395A5

HEX: #5395A5
RGB: (83,149,165)

Color info

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

RGB color model

#5395A5 color RGB value is (83,149,165).

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

RGB channels and saturation

R 83 of 255 = 33%
G 149 of 255 = 58%
B 165 of 255 = 65%

83
149
165

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

Portions of RGB colors in percentages

R + G + B =
83 + 149 + 165 = 397 (100%)
R 83 of 397 ~ 20.91%
G 149 of 397 ~ 37.53%
B 165 of 397 ~ 41.56%

%20.91
%37.53
%41.56

CMYK color model

#5395A5 color CMYK value is (50,10,0,35).

  • cyan value is 49.70%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(50,10,0,35)
C50M10Y0K35 
(50%,10%,0%,35%)
(0.50/0.10/0.00/0.35)	

CMYK percentages

%49.7
%9.7
%0
%35.29

Codes

Color #5395A5 in popluar color models

5395A5
RGB83149165
HSL192°33.06%48.63%
HSB/HSV192°49.70%64.71%
CMYK49.70%9.70%0.00%
35.29%

Color #5395A5 in popluar number systems.

HEX5395A5
Decimal83149165
Binary10100111001010110100101
Octal123225245

Shades and tints

Shades of #5395A5

#5395A5
(83,149,165)
#4C8896
(76,136,150)
#457B87
(69,123,135)
#3E6E78
(62,110,120)
#376169
(55,97,105)
#30545A
(48,84,90)
#29474B
(41,71,75)
#223A3C
(34,58,60)
#1B2D2D
(27,45,45)
#14201E
(20,32,30)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5395A5

#5395A5
(83,149,165)
#629EAD
(98,158,173)
#71A7B5
(113,167,181)
#80B0BD
(128,176,189)
#8FB9C5
(143,185,197)
#9EC2CD
(158,194,205)
#ADCBD5
(173,203,213)
#BCD4DD
(188,212,221)
#CBDDE5
(203,221,229)
#DAE6ED
(218,230,237)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5395A5 color. Also use rgb(83,149,165) instead hex code.

Text Font Color

.myTextColor { color: #5395A5; }

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

This text font color is #5395A5.


Background Color

.myBgColor { background-color: #5395A5; }

<div style="background-color:#5395A5">Inner text</div>

This div background color is #5395A5.


Border color

.myBorderColor { border: 1px solid #5395A5; }

<div style="border:3px solid #5395A5">Div</div>

This div border color is #5395A5.


Opacity

.myOpacity80 { color: #5395A5; opacity: 0.8; }

<p style="color:#5395A5;opacity:0.8;">80%</p>

Text with #5395A5 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 #5395A5;}

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

This text has shadow with #5395A5 color.

.textShadow {text-shadow: 3px 3px 1px #5395A5, 3px 3px 1px red;}

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

This text has shadow with #5395A5 primary color and red secondary color.


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

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

This text has shadow with #5395A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5395A5 on black background.


Color preview on white background

This text has color #5395A5 on white background.



Black color preview on #5395A5 background

This text has black color on #5395A5 background.


White color preview on #5395A5 background

This text has white color on #5395A5 background.