COLOR #052158

HEX: #052158
RGB: (5,33,88)

Color info

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

RGB color model

#052158 color RGB value is (5,33,88).

  • red value is 5;
  • green value is 33;
  • blue value is 88.
RGB:
(5,33,88)
(2%,13%,35%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 88 of 255 = 35%

5
33
88

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

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 88 = 126 (100%)
R 5 of 126 ~ 3.97%
G 33 of 126 ~ 26.19%
B 88 of 126 ~ 69.84%

%26.19
%69.84

CMYK color model

#052158 color CMYK value is (94,63,0,65).

  • cyan value is 94.32%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(94,63,0,65)
C94M63Y0K65 
(94%,63%,0%,65%)
(0.94/0.63/0.00/0.65)	

CMYK percentages

%94.32
%62.5
%0
%65.49

Codes

Color #052158 in popluar color models

052158
RGB53388
HSL220°89.25%18.24%
HSB/HSV220°94.32%34.51%
CMYK94.32%62.50%0.00%
65.49%

Color #052158 in popluar number systems.

HEX052158
Decimal53388
Binary1011000011011000
Octal541130

Shades and tints

Shades of #052158

#052158
(5,33,88)
#051E50
(5,30,80)
#051B48
(5,27,72)
#051840
(5,24,64)
#051538
(5,21,56)
#051230
(5,18,48)
#050F28
(5,15,40)
#050C20
(5,12,32)
#050918
(5,9,24)
#050610
(5,6,16)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #052158

#052158
(5,33,88)
#1B3567
(27,53,103)
#314976
(49,73,118)
#475D85
(71,93,133)
#5D7194
(93,113,148)
#7385A3
(115,133,163)
#8999B2
(137,153,178)
#9FADC1
(159,173,193)
#B5C1D0
(181,193,208)
#CBD5DF
(203,213,223)
#E1E9EE
(225,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052158 color. Also use rgb(5,33,88) instead hex code.

Text Font Color

.myTextColor { color: #052158; }

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

This text font color is #052158.


Background Color

.myBgColor { background-color: #052158; }

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

This div background color is #052158.


Border color

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

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

This div border color is #052158.


Opacity

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

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

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

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

This text has shadow with #052158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052158 on black background.


Color preview on white background

This text has color #052158 on white background.



Black color preview on #052158 background

This text has black color on #052158 background.


White color preview on #052158 background

This text has white color on #052158 background.