COLOR #005691

HEX: #005691
RGB: (0,86,145)

Color info

#005691 contains only green and blue colors. Web safe color of #005691 is #006699 (or #069).

RGB color model

#005691 color RGB value is (0,86,145).

  • red value is 0;
  • green value is 86;
  • blue value is 145.
RGB:
(0,86,145)
(0%,34%,57%)

RGB channels and saturation

R 0 of 255 = 0%
G 86 of 255 = 34%
B 145 of 255 = 57%

0
86
145

R + G + B ~ 30%. #005691 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 86 + 145 = 231 (100%)
R 0 of 231 ~ 0%
G 86 of 231 ~ 37.23%
B 145 of 231 ~ 62.77%

%37.23
%62.77

CMYK color model

#005691 color CMYK value is (100,41,0,43).

  • cyan value is 100.00%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(100,41,0,43)
C100M41Y0K43 
(100%,41%,0%,43%)
(1.00/0.41/0.00/0.43)	

CMYK percentages

%100
%40.69
%0
%43.14

Codes

Color #005691 in popluar color models

005691
RGB086145
HSL204°100.00%28.43%
HSB/HSV204°100.00%56.86%
CMYK100.00%40.69%0.00%
43.14%

Color #005691 in popluar number systems.

HEX005691
Decimal086145
Binary0101011010010001
Octal0126221

Shades and tints

Shades of #005691

#005691
(0,86,145)
#004F84
(0,79,132)
#004877
(0,72,119)
#00416A
(0,65,106)
#003A5D
(0,58,93)
#003350
(0,51,80)
#002C43
(0,44,67)
#002536
(0,37,54)
#001E29
(0,30,41)
#00171C
(0,23,28)
#00100F
(0,16,15)
#000000
(0,0,0)

Tints of #005691

#005691
(0,86,145)
#17659B
(23,101,155)
#2E74A5
(46,116,165)
#4583AF
(69,131,175)
#5C92B9
(92,146,185)
#73A1C3
(115,161,195)
#8AB0CD
(138,176,205)
#A1BFD7
(161,191,215)
#B8CEE1
(184,206,225)
#CFDDEB
(207,221,235)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005691 color. Also use rgb(0,86,145) instead hex code.

Text Font Color

.myTextColor { color: #005691; }

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

This text font color is #005691.


Background Color

.myBgColor { background-color: #005691; }

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

This div background color is #005691.


Border color

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

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

This div border color is #005691.


Opacity

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

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

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

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

This text has shadow with #005691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005691 on black background.


Color preview on white background

This text has color #005691 on white background.



Black color preview on #005691 background

This text has black color on #005691 background.


White color preview on #005691 background

This text has white color on #005691 background.