COLOR #052F57

HEX: #052F57 RGB: (5,47,87)

Color info

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

RGB color model

#052F57 color RGB value is (5,47,87).

RGB: (5,47,87) (2%, 18%, 34%)

RGB channels and saturation

R 5 of 255 = 2%
G 47 of 255 = 18%
B 87 of 255 = 34%

5
47
87

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

Portions of RGB colors in percentages

R + G + B = 5 + 47 + 87 = 139 (100%)
R 5 of 139 ~ 3.6%
G 47 of 139 ~ 33.81%
B 87 of 139 ~ 62.59'%

%33.81
%62.59

CMYK color model

#052F57 color CMYK value is (94,46,0,66).

  • cyan value is 94.25%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (94,46,0,66)
C94M46Y0K66 (94%, 46%, 0%, 66%)
(0.94 / 0.46 / 0.00 / 0.66)

CMYK percentages

%94.25
%45.98
%0
%65.88

Codes

Color #052F57 in popluar color models

05 2F 57
RGB 5 47 87
HSL 209° 89.13% 18.04%
HSB/HSV 209° 94.25% 34.12%
CMYK 94.25% 45.98% 0.00%
65.88%

Color #052F57 in popluar number systems.

HEX 05 2F 57
Decimal 5 47 87
Binary 101 101111 1010111
Octal 5 57 127

Shades and tints

Shades of #052F57

#052F57
(5,47,87)
#052B50
(5,43,80)
#052749
(5,39,73)
#052342
(5,35,66)
#051F3B
(5,31,59)
#051B34
(5,27,52)
#05172D
(5,23,45)
#051326
(5,19,38)
#050F1F
(5,15,31)
#050B18
(5,11,24)
#050711
(5,7,17)
#000000
(0,0,0)

Tints of #052F57

#052F57
(5,47,87)
#1B4166
(27,65,102)
#315375
(49,83,117)
#476584
(71,101,132)
#5D7793
(93,119,147)
#7389A2
(115,137,162)
#899BB1
(137,155,177)
#9FADC0
(159,173,192)
#B5BFCF
(181,191,207)
#CBD1DE
(203,209,222)
#E1E3ED
(225,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052F57 color. Also use rgb(5,47,87) instead hex code.

Text Font Color

.myTextColor { color: #052F57; }

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

This text font color is #052F57.

Background Color

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

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

This div background color is #052F57.

Border color

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

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

This div border color is #052F57.

Opacity

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

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

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

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

This text has shadow with #052F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052F57.

Preview

Color preview on black background

This text has color #052F57 on black background.


Color preview on white background

This text has color #052F57 on white background.


Black color preview on #052F57 background

This text has black color on #052F57 background.


White color preview on #052F57 background

This text has white color on #052F57 background.


Related colors

Complementary color

Complementary color for #hex is #FAD0A8.


I love getcolorcode.com

Triadic colors

1 #57052F and #2F5705 with #052F57 are triadic colors.

2 #572F05 and #2F0557 with #052F57 are triadic colors.