COLOR #53799B

HEX: #53799B
RGB: (83,121,155)

Color info

#53799B contains mainly green and blue colors. Web safe color of #53799B is #666699 (or #669).

RGB color model

#53799B color RGB value is (83,121,155).

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

RGB channels and saturation

R 83 of 255 = 33%
G 121 of 255 = 47%
B 155 of 255 = 61%

83
121
155

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

Portions of RGB colors in percentages

R + G + B =
83 + 121 + 155 = 359 (100%)
R 83 of 359 ~ 23.12%
G 121 of 359 ~ 33.7%
B 155 of 359 ~ 43.18%

%23.12
%33.7
%43.18

CMYK color model

#53799B color CMYK value is (46,22,0,39).

  • cyan value is 46.45%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(46,22,0,39)
C46M22Y0K39 
(46%,22%,0%,39%)
(0.46/0.22/0.00/0.39)	

CMYK percentages

%46.45
%21.94
%0
%39.22

Codes

Color #53799B in popluar color models

53799B
RGB83121155
HSL208°30.25%46.67%
HSB/HSV208°46.45%60.78%
CMYK46.45%21.94%0.00%
39.22%

Color #53799B in popluar number systems.

HEX53799B
Decimal83121155
Binary1010011111100110011011
Octal123171233

Shades and tints

Shades of #53799B

#53799B
(83,121,155)
#4C6E8D
(76,110,141)
#45637F
(69,99,127)
#3E5871
(62,88,113)
#374D63
(55,77,99)
#304255
(48,66,85)
#293747
(41,55,71)
#222C39
(34,44,57)
#1B212B
(27,33,43)
#14161D
(20,22,29)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #53799B

#53799B
(83,121,155)
#6285A4
(98,133,164)
#7191AD
(113,145,173)
#809DB6
(128,157,182)
#8FA9BF
(143,169,191)
#9EB5C8
(158,181,200)
#ADC1D1
(173,193,209)
#BCCDDA
(188,205,218)
#CBD9E3
(203,217,227)
#DAE5EC
(218,229,236)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53799B; }

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

This text font color is #53799B.


Background Color

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

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

This div background color is #53799B.


Border color

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

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

This div border color is #53799B.


Opacity

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

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

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

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

This text has shadow with #53799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53799B on black background.


Color preview on white background

This text has color #53799B on white background.



Black color preview on #53799B background

This text has black color on #53799B background.


White color preview on #53799B background

This text has white color on #53799B background.