COLOR #050529

HEX: #050529
RGB: (5,5,41)

Color info

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

RGB color model

#050529 color RGB value is (5,5,41).

  • red value is 5;
  • green value is 5;
  • blue value is 41.
RGB:
(5,5,41)
(2%,2%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 5 of 255 = 2%
B 41 of 255 = 16%

5
5
41

R + G + B ~ 7%. #050529 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 5 + 41 = 51 (100%)
R 5 of 51 ~ 9.8%
G 5 of 51 ~ 9.8%
B 41 of 51 ~ 80.39%

%9.8
%9.8
%80.39

CMYK color model

#050529 color CMYK value is (88,88,0,84).

  • cyan value is 87.80%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(88,88,0,84)
C88M88Y0K84 
(88%,88%,0%,84%)
(0.88/0.88/0.00/0.84)	

CMYK percentages

%87.8
%87.8
%0
%83.92

Codes

Color #050529 in popluar color models

050529
RGB5541
HSL240°78.26%9.02%
HSB/HSV240°87.80%16.08%
CMYK87.80%87.80%0.00%
83.92%

Color #050529 in popluar number systems.

HEX050529
Decimal5541
Binary101101101001
Octal5551

Shades and tints

Shades of #050529

#050529
(5,5,41)
#050526
(5,5,38)
#050523
(5,5,35)
#050520
(5,5,32)
#05051D
(5,5,29)
#05051A
(5,5,26)
#050517
(5,5,23)
#050514
(5,5,20)
#050511
(5,5,17)
#05050E
(5,5,14)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #050529

#050529
(5,5,41)
#1B1B3C
(27,27,60)
#31314F
(49,49,79)
#474762
(71,71,98)
#5D5D75
(93,93,117)
#737388
(115,115,136)
#89899B
(137,137,155)
#9F9FAE
(159,159,174)
#B5B5C1
(181,181,193)
#CBCBD4
(203,203,212)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050529; }

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

This text font color is #050529.


Background Color

.myBgColor { background-color: #050529; }

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

This div background color is #050529.


Border color

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

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

This div border color is #050529.


Opacity

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

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

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

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

This text has shadow with #050529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050529 on black background.


Color preview on white background

This text has color #050529 on white background.



Black color preview on #050529 background

This text has black color on #050529 background.


White color preview on #050529 background

This text has white color on #050529 background.