COLOR #5390A2

HEX: #5390A2
RGB: (83,144,162)

Color info

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

RGB color model

#5390A2 color RGB value is (83,144,162).

  • red value is 83;
  • green value is 144;
  • blue value is 162.
RGB:
(83,144,162)
(33%,56%,64%)

RGB channels and saturation

R 83 of 255 = 33%
G 144 of 255 = 56%
B 162 of 255 = 64%

83
144
162

R + G + B ~ 51%. #5390A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 144 + 162 = 389 (100%)
R 83 of 389 ~ 21.34%
G 144 of 389 ~ 37.02%
B 162 of 389 ~ 41.65%

%21.34
%37.02
%41.65

CMYK color model

#5390A2 color CMYK value is (49,11,0,36).

  • cyan value is 48.77%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,11,0,36)
C49M11Y0K36 
(49%,11%,0%,36%)
(0.49/0.11/0.00/0.36)	

CMYK percentages

%48.77
%11.11
%0
%36.47

Codes

Color #5390A2 in popluar color models

5390A2
RGB83144162
HSL194°32.24%48.04%
HSB/HSV194°48.77%63.53%
CMYK48.77%11.11%0.00%
36.47%

Color #5390A2 in popluar number systems.

HEX5390A2
Decimal83144162
Binary10100111001000010100010
Octal123220242

Shades and tints

Shades of #5390A2

#5390A2
(83,144,162)
#4C8394
(76,131,148)
#457686
(69,118,134)
#3E6978
(62,105,120)
#375C6A
(55,92,106)
#304F5C
(48,79,92)
#29424E
(41,66,78)
#223540
(34,53,64)
#1B2832
(27,40,50)
#141B24
(20,27,36)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #5390A2

#5390A2
(83,144,162)
#629AAA
(98,154,170)
#71A4B2
(113,164,178)
#80AEBA
(128,174,186)
#8FB8C2
(143,184,194)
#9EC2CA
(158,194,202)
#ADCCD2
(173,204,210)
#BCD6DA
(188,214,218)
#CBE0E2
(203,224,226)
#DAEAEA
(218,234,234)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5390A2 color. Also use rgb(83,144,162) instead hex code.

Text Font Color

.myTextColor { color: #5390A2; }

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

This text font color is #5390A2.


Background Color

.myBgColor { background-color: #5390A2; }

<div style="background-color:#5390A2">Inner text</div>

This div background color is #5390A2.


Border color

.myBorderColor { border: 1px solid #5390A2; }

<div style="border:3px solid #5390A2">Div</div>

This div border color is #5390A2.


Opacity

.myOpacity80 { color: #5390A2; opacity: 0.8; }

<p style="color:#5390A2;opacity:0.8;">80%</p>

Text with #5390A2 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 #5390A2;}

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

This text has shadow with #5390A2 color.

.textShadow {text-shadow: 3px 3px 1px #5390A2, 3px 3px 1px red;}

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

This text has shadow with #5390A2 primary color and red secondary color.


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

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

This text has shadow with #5390A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5390A2 on black background.


Color preview on white background

This text has color #5390A2 on white background.



Black color preview on #5390A2 background

This text has black color on #5390A2 background.


White color preview on #5390A2 background

This text has white color on #5390A2 background.