COLOR #050563

HEX: #050563
RGB: (5,5,99)

Color info

#050563 contains mainly blue color. Web safe color of #050563 is #000066 (or #006).

RGB color model

#050563 color RGB value is (5,5,99).

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

RGB channels and saturation

R 5 of 255 = 2%
G 5 of 255 = 2%
B 99 of 255 = 39%

5
5
99

R + G + B ~ 14%. #050563 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 5 + 99 = 109 (100%)
R 5 of 109 ~ 4.59%
G 5 of 109 ~ 4.59%
B 99 of 109 ~ 90.83%

%90.83

CMYK color model

#050563 color CMYK value is (95,95,0,61).

  • cyan value is 94.95%
  • magenta value is 94.95%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (95,95,0,61) C95M95Y0K61 (95%,95%,0%,61%) (0.95/0.95/0.00/0.61)

CMYK percentages

%94.95
%94.95
%0
%61.18

Codes

Color #050563 in popluar color models

050563
RGB5599
HSL240°90.38%20.39%
HSB/HSV240°94.95%38.82%
CMYK94.95%94.95%0.00%
61.18%

Color #050563 in popluar number systems.

HEX050563
Decimal5599
Binary1011011100011
Octal55143

Shades and tints

Shades of #050563

#050563
(5,5,99)
#05055A
(5,5,90)
#050551
(5,5,81)
#050548
(5,5,72)
#05053F
(5,5,63)
#050536
(5,5,54)
#05052D
(5,5,45)
#050524
(5,5,36)
#05051B
(5,5,27)
#050512
(5,5,18)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #050563

#050563
(5,5,99)
#1B1B71
(27,27,113)
#31317F
(49,49,127)
#47478D
(71,71,141)
#5D5D9B
(93,93,155)
#7373A9
(115,115,169)
#8989B7
(137,137,183)
#9F9FC5
(159,159,197)
#B5B5D3
(181,181,211)
#CBCBE1
(203,203,225)
#E1E1EF
(225,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050563; }

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

This text font color is #050563.


Background Color

.myBgColor { background-color: #050563; }

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

This div background color is #050563.


Border color

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

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

This div border color is #050563.


Opacity

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

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

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

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

This text has shadow with #050563 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #050563 on black background.


Color preview on white background

This text has color #050563 on white background.



Black color preview on #050563 background

This text has black color on #050563 background.


White color preview on #050563 background

This text has white color on #050563 background.