COLOR #053553

HEX: #053553
RGB: (5,53,83)

Color info

#053553 contains mainly green and blue colors. Web safe color of #053553 is #003366 (or #036).

RGB color model

#053553 color RGB value is (5,53,83).

  • red value is 5;
  • green value is 53;
  • blue value is 83.
RGB:
(5,53,83)
(2%,21%,33%)

RGB channels and saturation

R 5 of 255 = 2%
G 53 of 255 = 21%
B 83 of 255 = 33%

5
53
83

R + G + B ~ 19%. #053553 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 53 + 83 = 141 (100%)
R 5 of 141 ~ 3.55%
G 53 of 141 ~ 37.59%
B 83 of 141 ~ 58.87%

%37.59
%58.87

CMYK color model

#053553 color CMYK value is (94,36,0,67).

  • cyan value is 93.98%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(94,36,0,67)
C94M36Y0K67 
(94%,36%,0%,67%)
(0.94/0.36/0.00/0.67)	

CMYK percentages

%93.98
%36.14
%0
%67.45

Codes

Color #053553 in popluar color models

053553
RGB55383
HSL203°88.64%17.25%
HSB/HSV203°93.98%32.55%
CMYK93.98%36.14%0.00%
67.45%

Color #053553 in popluar number systems.

HEX053553
Decimal55383
Binary1011101011010011
Octal565123

Shades and tints

Shades of #053553

#053553
(5,53,83)
#05314C
(5,49,76)
#052D45
(5,45,69)
#05293E
(5,41,62)
#052537
(5,37,55)
#052130
(5,33,48)
#051D29
(5,29,41)
#051922
(5,25,34)
#05151B
(5,21,27)
#051114
(5,17,20)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #053553

#053553
(5,53,83)
#1B4762
(27,71,98)
#315971
(49,89,113)
#476B80
(71,107,128)
#5D7D8F
(93,125,143)
#738F9E
(115,143,158)
#89A1AD
(137,161,173)
#9FB3BC
(159,179,188)
#B5C5CB
(181,197,203)
#CBD7DA
(203,215,218)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053553 color. Also use rgb(5,53,83) instead hex code.

Text Font Color

.myTextColor { color: #053553; }

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

This text font color is #053553.


Background Color

.myBgColor { background-color: #053553; }

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

This div background color is #053553.


Border color

.myBorderColor { border: 1px solid #053553; }

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

This div border color is #053553.


Opacity

.myOpacity80 { color: #053553; opacity: 0.8; }

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

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

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

This text has shadow with #053553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053553 on black background.


Color preview on white background

This text has color #053553 on white background.



Black color preview on #053553 background

This text has black color on #053553 background.


White color preview on #053553 background

This text has white color on #053553 background.