COLOR #050656

HEX: #050656
RGB: (5,6,86)

Color info

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

RGB color model

#050656 color RGB value is (5,6,86).

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

RGB channels and saturation

R 5 of 255 = 2%
G 6 of 255 = 2%
B 86 of 255 = 34%

5
6
86

R + G + B ~ 13%. #050656 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 6 + 86 = 97 (100%)
R 5 of 97 ~ 5.15%
G 6 of 97 ~ 6.19%
B 86 of 97 ~ 88.66%

%88.66

CMYK color model

#050656 color CMYK value is (94,93,0,66).

  • cyan value is 94.19%
  • magenta value is 93.02%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(94,93,0,66)
C94M93Y0K66 
(94%,93%,0%,66%)
(0.94/0.93/0.00/0.66)	

CMYK percentages

%94.19
%93.02
%0
%66.27

Codes

Color #050656 in popluar color models

050656
RGB5686
HSL239°89.01%17.84%
HSB/HSV239°94.19%33.73%
CMYK94.19%93.02%0.00%
66.27%

Color #050656 in popluar number systems.

HEX050656
Decimal5686
Binary1011101010110
Octal56126

Shades and tints

Shades of #050656

#050656
(5,6,86)
#05064F
(5,6,79)
#050648
(5,6,72)
#050641
(5,6,65)
#05063A
(5,6,58)
#050633
(5,6,51)
#05062C
(5,6,44)
#050625
(5,6,37)
#05061E
(5,6,30)
#050617
(5,6,23)
#050610
(5,6,16)
#000000
(0,0,0)

Tints of #050656

#050656
(5,6,86)
#1B1C65
(27,28,101)
#313274
(49,50,116)
#474883
(71,72,131)
#5D5E92
(93,94,146)
#7374A1
(115,116,161)
#898AB0
(137,138,176)
#9FA0BF
(159,160,191)
#B5B6CE
(181,182,206)
#CBCCDD
(203,204,221)
#E1E2EC
(225,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050656; }

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

This text font color is #050656.


Background Color

.myBgColor { background-color: #050656; }

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

This div background color is #050656.


Border color

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

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

This div border color is #050656.


Opacity

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

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

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

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

This text has shadow with #050656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050656 on black background.


Color preview on white background

This text has color #050656 on white background.



Black color preview on #050656 background

This text has black color on #050656 background.


White color preview on #050656 background

This text has white color on #050656 background.