COLOR #053465

HEX: #053465
RGB: (5,52,101)

Color info

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

RGB color model

#053465 color RGB value is (5,52,101).

  • red value is 5;
  • green value is 52;
  • blue value is 101.
RGB:
(5,52,101)
(2%,20%,40%)

RGB channels and saturation

R 5 of 255 = 2%
G 52 of 255 = 20%
B 101 of 255 = 40%

5
52
101

R + G + B ~ 21%. #053465 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 52 + 101 = 158 (100%)
R 5 of 158 ~ 3.16%
G 52 of 158 ~ 32.91%
B 101 of 158 ~ 63.92%

%32.91
%63.92

CMYK color model

#053465 color CMYK value is (95,49,0,60).

  • cyan value is 95.05%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(95,49,0,60)
C95M49Y0K60 
(95%,49%,0%,60%)
(0.95/0.49/0.00/0.60)	

CMYK percentages

%95.05
%48.51
%0
%60.39

Codes

Color #053465 in popluar color models

053465
RGB552101
HSL211°90.57%20.78%
HSB/HSV211°95.05%39.61%
CMYK95.05%48.51%0.00%
60.39%

Color #053465 in popluar number systems.

HEX053465
Decimal552101
Binary1011101001100101
Octal564145

Shades and tints

Shades of #053465

#053465
(5,52,101)
#05305C
(5,48,92)
#052C53
(5,44,83)
#05284A
(5,40,74)
#052441
(5,36,65)
#052038
(5,32,56)
#051C2F
(5,28,47)
#051826
(5,24,38)
#05141D
(5,20,29)
#051014
(5,16,20)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #053465

#053465
(5,52,101)
#1B4673
(27,70,115)
#315881
(49,88,129)
#476A8F
(71,106,143)
#5D7C9D
(93,124,157)
#738EAB
(115,142,171)
#89A0B9
(137,160,185)
#9FB2C7
(159,178,199)
#B5C4D5
(181,196,213)
#CBD6E3
(203,214,227)
#E1E8F1
(225,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053465 color. Also use rgb(5,52,101) instead hex code.

Text Font Color

.myTextColor { color: #053465; }

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

This text font color is #053465.


Background Color

.myBgColor { background-color: #053465; }

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

This div background color is #053465.


Border color

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

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

This div border color is #053465.


Opacity

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

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

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

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

This text has shadow with #053465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053465 on black background.


Color preview on white background

This text has color #053465 on white background.



Black color preview on #053465 background

This text has black color on #053465 background.


White color preview on #053465 background

This text has white color on #053465 background.