COLOR #052D51

HEX: #052D51 RGB: (5,45,81)

Color info

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

RGB color model

#052D51 color RGB value is (5,45,81).

RGB: (5,45,81) (2%, 18%, 32%)

RGB channels and saturation

R 5 of 255 = 2%
G 45 of 255 = 18%
B 81 of 255 = 32%

5
45
81

R + G + B ~ 17%. #052D51 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 45 + 81 = 131 (100%)
R 5 of 131 ~ 3.82%
G 45 of 131 ~ 34.35%
B 81 of 131 ~ 61.83'%

%34.35
%61.83

CMYK color model

#052D51 color CMYK value is (94,44,0,68).

  • cyan value is 93.83%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (94,44,0,68)
C94M44Y0K68 (94%, 44%, 0%, 68%)
(0.94 / 0.44 / 0.00 / 0.68)

CMYK percentages

%93.83
%44.44
%0
%68.24

Codes

Color #052D51 in popluar color models

05 2D 51
RGB 5 45 81
HSL 208° 88.37% 16.86%
HSB/HSV 208° 93.83% 31.76%
CMYK 93.83% 44.44% 0.00%
68.24%

Color #052D51 in popluar number systems.

HEX 05 2D 51
Decimal 5 45 81
Binary 101 101101 1010001
Octal 5 55 121

Shades and tints

Shades of #052D51

#052D51
(5,45,81)
#05294A
(5,41,74)
#052543
(5,37,67)
#05213C
(5,33,60)
#051D35
(5,29,53)
#05192E
(5,25,46)
#051527
(5,21,39)
#051120
(5,17,32)
#050D19
(5,13,25)
#050912
(5,9,18)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #052D51

#052D51
(5,45,81)
#1B4060
(27,64,96)
#31536F
(49,83,111)
#47667E
(71,102,126)
#5D798D
(93,121,141)
#738C9C
(115,140,156)
#899FAB
(137,159,171)
#9FB2BA
(159,178,186)
#B5C5C9
(181,197,201)
#CBD8D8
(203,216,216)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052D51 color. Also use rgb(5,45,81) instead hex code.

Text Font Color

.myTextColor { color: #052D51; }

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

This text font color is #052D51.

Background Color

.myBgColor { background-color: #052D51; }

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

This div background color is #052D51.

Border color

.myBorderColor { border: 1px solid #052D51; }

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

This div border color is #052D51.

Opacity

.myOpacity80 { color: #052D51; opacity: 0.8; }

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

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

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

This text has shadow with #052D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052D51.

Preview

Color preview on black background

This text has color #052D51 on black background.


Color preview on white background

This text has color #052D51 on white background.


Black color preview on #052D51 background

This text has black color on #052D51 background.


White color preview on #052D51 background

This text has white color on #052D51 background.


Related colors

Complementary color

Complementary color for #hex is #FAD2AE.


I love getcolorcode.com

Triadic colors

1 #51052D and #2D5105 with #052D51 are triadic colors.

2 #512D05 and #2D0551 with #052D51 are triadic colors.