COLOR #53889C

HEX: #53889C
RGB: (83,136,156)

Color info

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

RGB color model

#53889C color RGB value is (83,136,156).

  • red value is 83;
  • green value is 136;
  • blue value is 156.
RGB:
(83,136,156)
(33%,53%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 156 of 255 = 61%

83
136
156

R + G + B ~ 49%. #53889C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 156 = 375 (100%)
R 83 of 375 ~ 22.13%
G 136 of 375 ~ 36.27%
B 156 of 375 ~ 41.6%

%22.13
%36.27
%41.6

CMYK color model

#53889C color CMYK value is (47,13,0,39).

  • cyan value is 46.79%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(47,13,0,39)
C47M13Y0K39 
(47%,13%,0%,39%)
(0.47/0.13/0.00/0.39)	

CMYK percentages

%46.79
%12.82
%0
%38.82

Codes

Color #53889C in popluar color models

53889C
RGB83136156
HSL196°30.54%46.86%
HSB/HSV196°46.79%61.18%
CMYK46.79%12.82%0.00%
38.82%

Color #53889C in popluar number systems.

HEX53889C
Decimal83136156
Binary10100111000100010011100
Octal123210234

Shades and tints

Shades of #53889C

#53889C
(83,136,156)
#4C7C8E
(76,124,142)
#457080
(69,112,128)
#3E6472
(62,100,114)
#375864
(55,88,100)
#304C56
(48,76,86)
#294048
(41,64,72)
#22343A
(34,52,58)
#1B282C
(27,40,44)
#141C1E
(20,28,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #53889C

#53889C
(83,136,156)
#6292A5
(98,146,165)
#719CAE
(113,156,174)
#80A6B7
(128,166,183)
#8FB0C0
(143,176,192)
#9EBAC9
(158,186,201)
#ADC4D2
(173,196,210)
#BCCEDB
(188,206,219)
#CBD8E4
(203,216,228)
#DAE2ED
(218,226,237)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53889C color. Also use rgb(83,136,156) instead hex code.

Text Font Color

.myTextColor { color: #53889C; }

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

This text font color is #53889C.


Background Color

.myBgColor { background-color: #53889C; }

<div style="background-color:#53889C">Inner text</div>

This div background color is #53889C.


Border color

.myBorderColor { border: 1px solid #53889C; }

<div style="border:3px solid #53889C">Div</div>

This div border color is #53889C.


Opacity

.myOpacity80 { color: #53889C; opacity: 0.8; }

<p style="color:#53889C;opacity:0.8;">80%</p>

Text with #53889C 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 #53889C;}

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

This text has shadow with #53889C color.

.textShadow {text-shadow: 3px 3px 1px #53889C, 3px 3px 1px red;}

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

This text has shadow with #53889C primary color and red secondary color.


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

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

This text has shadow with #53889C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53889C on black background.


Color preview on white background

This text has color #53889C on white background.



Black color preview on #53889C background

This text has black color on #53889C background.


White color preview on #53889C background

This text has white color on #53889C background.