COLOR #53899E

HEX: #53899E
RGB: (83,137,158)

Color info

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

RGB color model

#53899E color RGB value is (83,137,158).

  • red value is 83;
  • green value is 137;
  • blue value is 158.
RGB:
(83,137,158)
(33%,54%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 137 of 255 = 54%
B 158 of 255 = 62%

83
137
158

R + G + B ~ 50%. #53899E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 137 + 158 = 378 (100%)
R 83 of 378 ~ 21.96%
G 137 of 378 ~ 36.24%
B 158 of 378 ~ 41.8%

%21.96
%36.24
%41.8

CMYK color model

#53899E color CMYK value is (47,13,0,38).

  • cyan value is 47.47%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(47,13,0,38)
C47M13Y0K38 
(47%,13%,0%,38%)
(0.47/0.13/0.00/0.38)	

CMYK percentages

%47.47
%13.29
%0
%38.04

Codes

Color #53899E in popluar color models

53899E
RGB83137158
HSL197°31.12%47.25%
HSB/HSV197°47.47%61.96%
CMYK47.47%13.29%0.00%
38.04%

Color #53899E in popluar number systems.

HEX53899E
Decimal83137158
Binary10100111000100110011110
Octal123211236

Shades and tints

Shades of #53899E

#53899E
(83,137,158)
#4C7D90
(76,125,144)
#457182
(69,113,130)
#3E6574
(62,101,116)
#375966
(55,89,102)
#304D58
(48,77,88)
#29414A
(41,65,74)
#22353C
(34,53,60)
#1B292E
(27,41,46)
#141D20
(20,29,32)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #53899E

#53899E
(83,137,158)
#6293A6
(98,147,166)
#719DAE
(113,157,174)
#80A7B6
(128,167,182)
#8FB1BE
(143,177,190)
#9EBBC6
(158,187,198)
#ADC5CE
(173,197,206)
#BCCFD6
(188,207,214)
#CBD9DE
(203,217,222)
#DAE3E6
(218,227,230)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53899E color. Also use rgb(83,137,158) instead hex code.

Text Font Color

.myTextColor { color: #53899E; }

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

This text font color is #53899E.


Background Color

.myBgColor { background-color: #53899E; }

<div style="background-color:#53899E">Inner text</div>

This div background color is #53899E.


Border color

.myBorderColor { border: 1px solid #53899E; }

<div style="border:3px solid #53899E">Div</div>

This div border color is #53899E.


Opacity

.myOpacity80 { color: #53899E; opacity: 0.8; }

<p style="color:#53899E;opacity:0.8;">80%</p>

Text with #53899E 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 #53899E;}

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

This text has shadow with #53899E color.

.textShadow {text-shadow: 3px 3px 1px #53899E, 3px 3px 1px red;}

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

This text has shadow with #53899E primary color and red secondary color.


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

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

This text has shadow with #53899E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53899E on black background.


Color preview on white background

This text has color #53899E on white background.



Black color preview on #53899E background

This text has black color on #53899E background.


White color preview on #53899E background

This text has white color on #53899E background.