COLOR #053A71

HEX: #053A71
RGB: (5,58,113)

Color info

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

RGB color model

#053A71 color RGB value is (5,58,113).

  • red value is 5;
  • green value is 58;
  • blue value is 113.
RGB:
(5,58,113)
(2%,23%,44%)

RGB channels and saturation

R 5 of 255 = 2%
G 58 of 255 = 23%
B 113 of 255 = 44%

5
58
113

R + G + B ~ 23%. #053A71 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 58 + 113 = 176 (100%)
R 5 of 176 ~ 2.84%
G 58 of 176 ~ 32.95%
B 113 of 176 ~ 64.2%

%32.95
%64.2

CMYK color model

#053A71 color CMYK value is (96,49,0,56).

  • cyan value is 95.58%
  • magenta value is 48.67%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(96,49,0,56)
C96M49Y0K56 
(96%,49%,0%,56%)
(0.96/0.49/0.00/0.56)	

CMYK percentages

%95.58
%48.67
%0
%55.69

Codes

Color #053A71 in popluar color models

053A71
RGB558113
HSL211°91.53%23.14%
HSB/HSV211°95.58%44.31%
CMYK95.58%48.67%0.00%
55.69%

Color #053A71 in popluar number systems.

HEX053A71
Decimal558113
Binary1011110101110001
Octal572161

Shades and tints

Shades of #053A71

#053A71
(5,58,113)
#053567
(5,53,103)
#05305D
(5,48,93)
#052B53
(5,43,83)
#052649
(5,38,73)
#05213F
(5,33,63)
#051C35
(5,28,53)
#05172B
(5,23,43)
#051221
(5,18,33)
#050D17
(5,13,23)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #053A71

#053A71
(5,58,113)
#1B4B7D
(27,75,125)
#315C89
(49,92,137)
#476D95
(71,109,149)
#5D7EA1
(93,126,161)
#738FAD
(115,143,173)
#89A0B9
(137,160,185)
#9FB1C5
(159,177,197)
#B5C2D1
(181,194,209)
#CBD3DD
(203,211,221)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053A71 color. Also use rgb(5,58,113) instead hex code.

Text Font Color

.myTextColor { color: #053A71; }

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

This text font color is #053A71.


Background Color

.myBgColor { background-color: #053A71; }

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

This div background color is #053A71.


Border color

.myBorderColor { border: 1px solid #053A71; }

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

This div border color is #053A71.


Opacity

.myOpacity80 { color: #053A71; opacity: 0.8; }

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

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

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

This text has shadow with #053A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053A71 on black background.


Color preview on white background

This text has color #053A71 on white background.



Black color preview on #053A71 background

This text has black color on #053A71 background.


White color preview on #053A71 background

This text has white color on #053A71 background.