COLOR #052539

HEX: #052539
RGB: (5,37,57)

Color info

#052539 contains red, green and blue colors in about the same proportion. Web safe color of #052539 is #003333 (or #033).

RGB color model

#052539 color RGB value is (5,37,57).

  • red value is 5;
  • green value is 37;
  • blue value is 57.
RGB:
(5,37,57)
(2%,15%,22%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 57 of 255 = 22%

5
37
57

R + G + B ~ 13%. #052539 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 37 + 57 = 99 (100%)
R 5 of 99 ~ 5.05%
G 37 of 99 ~ 37.37%
B 57 of 99 ~ 57.58%

%37.37
%57.58

CMYK color model

#052539 color CMYK value is (91,35,0,78).

  • cyan value is 91.23%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(91,35,0,78)
C91M35Y0K78 
(91%,35%,0%,78%)
(0.91/0.35/0.00/0.78)	

CMYK percentages

%91.23
%35.09
%0
%77.65

Codes

Color #052539 in popluar color models

052539
RGB53757
HSL203°83.87%12.16%
HSB/HSV203°91.23%22.35%
CMYK91.23%35.09%0.00%
77.65%

Color #052539 in popluar number systems.

HEX052539
Decimal53757
Binary101100101111001
Octal54571

Shades and tints

Shades of #052539

#052539
(5,37,57)
#052234
(5,34,52)
#051F2F
(5,31,47)
#051C2A
(5,28,42)
#051925
(5,25,37)
#051620
(5,22,32)
#05131B
(5,19,27)
#051016
(5,16,22)
#050D11
(5,13,17)
#050A0C
(5,10,12)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #052539

#052539
(5,37,57)
#1B384B
(27,56,75)
#314B5D
(49,75,93)
#475E6F
(71,94,111)
#5D7181
(93,113,129)
#738493
(115,132,147)
#8997A5
(137,151,165)
#9FAAB7
(159,170,183)
#B5BDC9
(181,189,201)
#CBD0DB
(203,208,219)
#E1E3ED
(225,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052539 color. Also use rgb(5,37,57) instead hex code.

Text Font Color

.myTextColor { color: #052539; }

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

This text font color is #052539.


Background Color

.myBgColor { background-color: #052539; }

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

This div background color is #052539.


Border color

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

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

This div border color is #052539.


Opacity

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

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

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

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

This text has shadow with #052539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052539 on black background.


Color preview on white background

This text has color #052539 on white background.



Black color preview on #052539 background

This text has black color on #052539 background.


White color preview on #052539 background

This text has white color on #052539 background.