COLOR #052D5C

HEX: #052D5C
RGB: (5,45,92)

Color info

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

RGB color model

#052D5C color RGB value is (5,45,92).

  • red value is 5;
  • green value is 45;
  • blue value is 92.
RGB:
(5,45,92)
(2%,18%,36%)

RGB channels and saturation

R 5 of 255 = 2%
G 45 of 255 = 18%
B 92 of 255 = 36%

5
45
92

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

Portions of RGB colors in percentages

R + G + B =
5 + 45 + 92 = 142 (100%)
R 5 of 142 ~ 3.52%
G 45 of 142 ~ 31.69%
B 92 of 142 ~ 64.79%

%31.69
%64.79

CMYK color model

#052D5C color CMYK value is (95,51,0,64).

  • cyan value is 94.57%
  • magenta value is 51.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(95,51,0,64)
C95M51Y0K64 
(95%,51%,0%,64%)
(0.95/0.51/0.00/0.64)	

CMYK percentages

%94.57
%51.09
%0
%63.92

Codes

Color #052D5C in popluar color models

052D5C
RGB54592
HSL212°89.69%19.02%
HSB/HSV212°94.57%36.08%
CMYK94.57%51.09%0.00%
63.92%

Color #052D5C in popluar number systems.

HEX052D5C
Decimal54592
Binary1011011011011100
Octal555134

Shades and tints

Shades of #052D5C

#052D5C
(5,45,92)
#052954
(5,41,84)
#05254C
(5,37,76)
#052144
(5,33,68)
#051D3C
(5,29,60)
#051934
(5,25,52)
#05152C
(5,21,44)
#051124
(5,17,36)
#050D1C
(5,13,28)
#050914
(5,9,20)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #052D5C

#052D5C
(5,45,92)
#1B406A
(27,64,106)
#315378
(49,83,120)
#476686
(71,102,134)
#5D7994
(93,121,148)
#738CA2
(115,140,162)
#899FB0
(137,159,176)
#9FB2BE
(159,178,190)
#B5C5CC
(181,197,204)
#CBD8DA
(203,216,218)
#E1EBE8
(225,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052D5C; }

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

This text font color is #052D5C.


Background Color

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

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

This div background color is #052D5C.


Border color

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

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

This div border color is #052D5C.


Opacity

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

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

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

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

This text has shadow with #052D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052D5C on black background.


Color preview on white background

This text has color #052D5C on white background.



Black color preview on #052D5C background

This text has black color on #052D5C background.


White color preview on #052D5C background

This text has white color on #052D5C background.