COLOR #050522

HEX: #050522
RGB: (5,5,34)

Color info

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

RGB color model

#050522 color RGB value is (5,5,34).

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

RGB channels and saturation

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

5
5
34

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

Portions of RGB colors in percentages

R + G + B =
5 + 5 + 34 = 44 (100%)
R 5 of 44 ~ 11.36%
G 5 of 44 ~ 11.36%
B 34 of 44 ~ 77.27%

%11.36
%11.36
%77.27

CMYK color model

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

  • cyan value is 85.29%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(85,85,0,87)
C85M85Y0K87 
(85%,85%,0%,87%)
(0.85/0.85/0.00/0.87)	

CMYK percentages

%85.29
%85.29
%0
%86.67

Codes

Color #050522 in popluar color models

050522
RGB5534
HSL240°74.36%7.65%
HSB/HSV240°85.29%13.33%
CMYK85.29%85.29%0.00%
86.67%

Color #050522 in popluar number systems.

HEX050522
Decimal5534
Binary101101100010
Octal5542

Shades and tints

Shades of #050522

#050522
(5,5,34)
#05051F
(5,5,31)
#05051C
(5,5,28)
#050519
(5,5,25)
#050516
(5,5,22)
#050513
(5,5,19)
#050510
(5,5,16)
#05050D
(5,5,13)
#05050A
(5,5,10)
#050507
(5,5,7)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #050522

#050522
(5,5,34)
#1B1B36
(27,27,54)
#31314A
(49,49,74)
#47475E
(71,71,94)
#5D5D72
(93,93,114)
#737386
(115,115,134)
#89899A
(137,137,154)
#9F9FAE
(159,159,174)
#B5B5C2
(181,181,194)
#CBCBD6
(203,203,214)
#E1E1EA
(225,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050522; }

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

This text font color is #050522.


Background Color

.myBgColor { background-color: #050522; }

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

This div background color is #050522.


Border color

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

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

This div border color is #050522.


Opacity

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

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

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

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

This text has shadow with #050522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050522 on black background.


Color preview on white background

This text has color #050522 on white background.



Black color preview on #050522 background

This text has black color on #050522 background.


White color preview on #050522 background

This text has white color on #050522 background.