COLOR #052E5F

HEX: #052E5F RGB: (5,46,95)

Color info

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

RGB color model

#052E5F color RGB value is (5,46,95).

RGB: (5,46,95) (2%, 18%, 37%)

RGB channels and saturation

R 5 of 255 = 2%
G 46 of 255 = 18%
B 95 of 255 = 37%

5
46
95

R + G + B ~ 19%. #052E5F is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 46 + 95 = 146 (100%)
R 5 of 146 ~ 3.42%
G 46 of 146 ~ 31.51%
B 95 of 146 ~ 65.07'%

%31.51
%65.07

CMYK color model

#052E5F color CMYK value is (95,52,0,63).

  • cyan value is 94.74%
  • magenta value is 51.58%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (95,52,0,63)
C95M52Y0K63 (95%, 52%, 0%, 63%)
(0.95 / 0.52 / 0.00 / 0.63)

CMYK percentages

%94.74
%51.58
%0
%62.75

Codes

Color #052E5F in popluar color models

05 2E 5F
RGB 5 46 95
HSL 213° 90.00% 19.61%
HSB/HSV 213° 94.74% 37.25%
CMYK 94.74% 51.58% 0.00%
62.75%

Color #052E5F in popluar number systems.

HEX 05 2E 5F
Decimal 5 46 95
Binary 101 101110 1011111
Octal 5 56 137

Shades and tints

Shades of #052E5F

#052E5F
(5,46,95)
#052A57
(5,42,87)
#05264F
(5,38,79)
#052247
(5,34,71)
#051E3F
(5,30,63)
#051A37
(5,26,55)
#05162F
(5,22,47)
#051227
(5,18,39)
#050E1F
(5,14,31)
#050A17
(5,10,23)
#05060F
(5,6,15)
#000000
(0,0,0)

Tints of #052E5F

#052E5F
(5,46,95)
#1B416D
(27,65,109)
#31547B
(49,84,123)
#476789
(71,103,137)
#5D7A97
(93,122,151)
#738DA5
(115,141,165)
#89A0B3
(137,160,179)
#9FB3C1
(159,179,193)
#B5C6CF
(181,198,207)
#CBD9DD
(203,217,221)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052E5F color. Also use rgb(5,46,95) instead hex code.

Text Font Color

.myTextColor { color: #052E5F; }

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

This text font color is #052E5F.

Background Color

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

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

This div background color is #052E5F.

Border color

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

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

This div border color is #052E5F.

Opacity

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

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

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

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

This text has shadow with #052E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052E5F.

Preview

Color preview on black background

This text has color #052E5F on black background.


Color preview on white background

This text has color #052E5F on white background.


Black color preview on #052E5F background

This text has black color on #052E5F background.


White color preview on #052E5F background

This text has white color on #052E5F background.


Related colors

Complementary color

Complementary color for #hex is #FAD1A0.


I love getcolorcode.com

Triadic colors

1 #5F052E and #2E5F05 with #052E5F are triadic colors.

2 #5F2E05 and #2E055F with #052E5F are triadic colors.