COLOR #53839B

HEX: #53839B
RGB: (83,131,155)

Color info

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

RGB color model

#53839B color RGB value is (83,131,155).

  • red value is 83;
  • green value is 131;
  • blue value is 155.
RGB:
(83,131,155)
(33%,51%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 131 of 255 = 51%
B 155 of 255 = 61%

83
131
155

R + G + B ~ 48%. #53839B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 131 + 155 = 369 (100%)
R 83 of 369 ~ 22.49%
G 131 of 369 ~ 35.5%
B 155 of 369 ~ 42.01%

%22.49
%35.5
%42.01

CMYK color model

#53839B color CMYK value is (46,15,0,39).

  • cyan value is 46.45%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(46,15,0,39)
C46M15Y0K39 
(46%,15%,0%,39%)
(0.46/0.15/0.00/0.39)	

CMYK percentages

%46.45
%15.48
%0
%39.22

Codes

Color #53839B in popluar color models

53839B
RGB83131155
HSL200°30.25%46.67%
HSB/HSV200°46.45%60.78%
CMYK46.45%15.48%0.00%
39.22%

Color #53839B in popluar number systems.

HEX53839B
Decimal83131155
Binary10100111000001110011011
Octal123203233

Shades and tints

Shades of #53839B

#53839B
(83,131,155)
#4C788D
(76,120,141)
#456D7F
(69,109,127)
#3E6271
(62,98,113)
#375763
(55,87,99)
#304C55
(48,76,85)
#294147
(41,65,71)
#223639
(34,54,57)
#1B2B2B
(27,43,43)
#14201D
(20,32,29)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #53839B

#53839B
(83,131,155)
#628EA4
(98,142,164)
#7199AD
(113,153,173)
#80A4B6
(128,164,182)
#8FAFBF
(143,175,191)
#9EBAC8
(158,186,200)
#ADC5D1
(173,197,209)
#BCD0DA
(188,208,218)
#CBDBE3
(203,219,227)
#DAE6EC
(218,230,236)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53839B color. Also use rgb(83,131,155) instead hex code.

Text Font Color

.myTextColor { color: #53839B; }

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

This text font color is #53839B.


Background Color

.myBgColor { background-color: #53839B; }

<div style="background-color:#53839B">Inner text</div>

This div background color is #53839B.


Border color

.myBorderColor { border: 1px solid #53839B; }

<div style="border:3px solid #53839B">Div</div>

This div border color is #53839B.


Opacity

.myOpacity80 { color: #53839B; opacity: 0.8; }

<p style="color:#53839B;opacity:0.8;">80%</p>

Text with #53839B 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 #53839B;}

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

This text has shadow with #53839B color.

.textShadow {text-shadow: 3px 3px 1px #53839B, 3px 3px 1px red;}

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

This text has shadow with #53839B primary color and red secondary color.


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

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

This text has shadow with #53839B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53839B on black background.


Color preview on white background

This text has color #53839B on white background.



Black color preview on #53839B background

This text has black color on #53839B background.


White color preview on #53839B background

This text has white color on #53839B background.