COLOR #050521

HEX: #050521 RGB: (5,5,33)

Color info

#050521 contains red, green and blue colors in about the same proportion. Web safe color of #050521 is #000033 (or #003).

RGB color model

#050521 color RGB value is (5,5,33).

RGB: (5,5,33) (2%, 2%, 13%)

RGB channels and saturation

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

5
5
33

R + G + B ~ 6%. #050521 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 5 + 33 = 43 (100%)
R 5 of 43 ~ 11.63%
G 5 of 43 ~ 11.63%
B 33 of 43 ~ 76.74'%

%11.63
%11.63
%76.74

CMYK color model

#050521 color CMYK value is (85,85,0,87).

  • cyan value is 84.85%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (85,85,0,87)
C85M85Y0K87 (85%, 85%, 0%, 87%)
(0.85 / 0.85 / 0.00 / 0.87)

CMYK percentages

%84.85
%84.85
%0
%87.06

Codes

Color #050521 in popluar color models

05 05 21
RGB 5 5 33
HSL 240° 73.68% 7.45%
HSB/HSV 240° 84.85% 12.94%
CMYK 84.85% 84.85% 0.00%
87.06%

Color #050521 in popluar number systems.

HEX 05 05 21
Decimal 5 5 33
Binary 101 101 100001
Octal 5 5 41

Shades and tints

Shades of #050521

#050521
(5,5,33)
#05051E
(5,5,30)
#05051B
(5,5,27)
#050518
(5,5,24)
#050515
(5,5,21)
#050512
(5,5,18)
#05050F
(5,5,15)
#05050C
(5,5,12)
#050509
(5,5,9)
#050506
(5,5,6)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #050521

#050521
(5,5,33)
#1B1B35
(27,27,53)
#313149
(49,49,73)
#47475D
(71,71,93)
#5D5D71
(93,93,113)
#737385
(115,115,133)
#898999
(137,137,153)
#9F9FAD
(159,159,173)
#B5B5C1
(181,181,193)
#CBCBD5
(203,203,213)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050521; }

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

This text font color is #050521.

Background Color

.myBgColor { background-color: #050521; }

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

This div background color is #050521.

Border color

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

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

This div border color is #050521.

Opacity

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

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

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

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

This text has shadow with #050521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050521.

Preview

Color preview on black background

This text has color #050521 on black background.


Color preview on white background

This text has color #050521 on white background.


Black color preview on #050521 background

This text has black color on #050521 background.


White color preview on #050521 background

This text has white color on #050521 background.


Related colors

Complementary color

Complementary color for #hex is #FAFADE.


I love getcolorcode.com