COLOR #053C71

HEX: #053C71
RGB: (5,60,113)

Color info

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

RGB color model

#053C71 color RGB value is (5,60,113).

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

RGB channels and saturation

R 5 of 255 = 2%
G 60 of 255 = 24%
B 113 of 255 = 44%

5
60
113

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

Portions of RGB colors in percentages

R + G + B =
5 + 60 + 113 = 178 (100%)
R 5 of 178 ~ 2.81%
G 60 of 178 ~ 33.71%
B 113 of 178 ~ 63.48%

%33.71
%63.48

CMYK color model

#053C71 color CMYK value is (96,47,0,56).

  • cyan value is 95.58%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(96,47,0,56)
C96M47Y0K56 
(96%,47%,0%,56%)
(0.96/0.47/0.00/0.56)	

CMYK percentages

%95.58
%46.9
%0
%55.69

Codes

Color #053C71 in popluar color models

053C71
RGB560113
HSL209°91.53%23.14%
HSB/HSV209°95.58%44.31%
CMYK95.58%46.90%0.00%
55.69%

Color #053C71 in popluar number systems.

HEX053C71
Decimal560113
Binary1011111001110001
Octal574161

Shades and tints

Shades of #053C71

#053C71
(5,60,113)
#053767
(5,55,103)
#05325D
(5,50,93)
#052D53
(5,45,83)
#052849
(5,40,73)
#05233F
(5,35,63)
#051E35
(5,30,53)
#05192B
(5,25,43)
#051421
(5,20,33)
#050F17
(5,15,23)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #053C71

#053C71
(5,60,113)
#1B4D7D
(27,77,125)
#315E89
(49,94,137)
#476F95
(71,111,149)
#5D80A1
(93,128,161)
#7391AD
(115,145,173)
#89A2B9
(137,162,185)
#9FB3C5
(159,179,197)
#B5C4D1
(181,196,209)
#CBD5DD
(203,213,221)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053C71; }

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

This text font color is #053C71.


Background Color

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

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

This div background color is #053C71.


Border color

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

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

This div border color is #053C71.


Opacity

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

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

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

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

This text has shadow with #053C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053C71 on black background.


Color preview on white background

This text has color #053C71 on white background.



Black color preview on #053C71 background

This text has black color on #053C71 background.


White color preview on #053C71 background

This text has white color on #053C71 background.