COLOR #053450

HEX: #053450 RGB: (5,52,80)

Color info

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

RGB color model

#053450 color RGB value is (5,52,80).

RGB: (5,52,80) (2%, 20%, 31%)

RGB channels and saturation

R 5 of 255 = 2%
G 52 of 255 = 20%
B 80 of 255 = 31%

5
52
80

R + G + B ~ 18%. #053450 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 52 + 80 = 137 (100%)
R 5 of 137 ~ 3.65%
G 52 of 137 ~ 37.96%
B 80 of 137 ~ 58.39'%

%37.96
%58.39

CMYK color model

#053450 color CMYK value is (94,35,0,69).

  • cyan value is 93.75%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (94,35,0,69)
C94M35Y0K69 (94%, 35%, 0%, 69%)
(0.94 / 0.35 / 0.00 / 0.69)

CMYK percentages

%93.75
%35
%0
%68.63

Codes

Color #053450 in popluar color models

05 34 50
RGB 5 52 80
HSL 202° 88.24% 16.67%
HSB/HSV 202° 93.75% 31.37%
CMYK 93.75% 35.00% 0.00%
68.63%

Color #053450 in popluar number systems.

HEX 05 34 50
Decimal 5 52 80
Binary 101 110100 1010000
Octal 5 64 120

Shades and tints

Shades of #053450

#053450
(5,52,80)
#053049
(5,48,73)
#052C42
(5,44,66)
#05283B
(5,40,59)
#052434
(5,36,52)
#05202D
(5,32,45)
#051C26
(5,28,38)
#05181F
(5,24,31)
#051418
(5,20,24)
#051011
(5,16,17)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #053450

#053450
(5,52,80)
#1B465F
(27,70,95)
#31586E
(49,88,110)
#476A7D
(71,106,125)
#5D7C8C
(93,124,140)
#738E9B
(115,142,155)
#89A0AA
(137,160,170)
#9FB2B9
(159,178,185)
#B5C4C8
(181,196,200)
#CBD6D7
(203,214,215)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053450; }

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

This text font color is #053450.

Background Color

.myBgColor { background-color: #053450; }

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

This div background color is #053450.

Border color

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

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

This div border color is #053450.

Opacity

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

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

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

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

This text has shadow with #053450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053450.

Preview

Color preview on black background

This text has color #053450 on black background.


Color preview on white background

This text has color #053450 on white background.


Black color preview on #053450 background

This text has black color on #053450 background.


White color preview on #053450 background

This text has white color on #053450 background.


Related colors

Complementary color

Complementary color for #053450 is #FACBAF.


I love getcolorcode.com

Triadic colors

1 #500534 and #345005 with #053450 are triadic colors.

2 #503405 and #340550 with #053450 are triadic colors.