COLOR #085891

HEX: #085891
RGB: (8,88,145)

Color info

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

RGB color model

#085891 color RGB value is (8,88,145).

  • red value is 8;
  • green value is 88;
  • blue value is 145.
RGB:
(8,88,145)
(3%,35%,57%)

RGB channels and saturation

R 8 of 255 = 3%
G 88 of 255 = 35%
B 145 of 255 = 57%

8
88
145

R + G + B ~ 32%. #085891 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 88 + 145 = 241 (100%)
R 8 of 241 ~ 3.32%
G 88 of 241 ~ 36.51%
B 145 of 241 ~ 60.17%

%36.51
%60.17

CMYK color model

#085891 color CMYK value is (94,39,0,43).

  • cyan value is 94.48%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(94,39,0,43)
C94M39Y0K43 
(94%,39%,0%,43%)
(0.94/0.39/0.00/0.43)	

CMYK percentages

%94.48
%39.31
%0
%43.14

Codes

Color #085891 in popluar color models

085891
RGB888145
HSL205°89.54%30.00%
HSB/HSV205°94.48%56.86%
CMYK94.48%39.31%0.00%
43.14%

Color #085891 in popluar number systems.

HEX085891
Decimal888145
Binary1000101100010010001
Octal10130221

Shades and tints

Shades of #085891

#085891
(8,88,145)
#085084
(8,80,132)
#084877
(8,72,119)
#08406A
(8,64,106)
#08385D
(8,56,93)
#083050
(8,48,80)
#082843
(8,40,67)
#082036
(8,32,54)
#081829
(8,24,41)
#08101C
(8,16,28)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #085891

#085891
(8,88,145)
#1E679B
(30,103,155)
#3476A5
(52,118,165)
#4A85AF
(74,133,175)
#6094B9
(96,148,185)
#76A3C3
(118,163,195)
#8CB2CD
(140,178,205)
#A2C1D7
(162,193,215)
#B8D0E1
(184,208,225)
#CEDFEB
(206,223,235)
#E4EEF5
(228,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085891 color. Also use rgb(8,88,145) instead hex code.

Text Font Color

.myTextColor { color: #085891; }

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

This text font color is #085891.


Background Color

.myBgColor { background-color: #085891; }

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

This div background color is #085891.


Border color

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

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

This div border color is #085891.


Opacity

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

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

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

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

This text has shadow with #085891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085891 on black background.


Color preview on white background

This text has color #085891 on white background.



Black color preview on #085891 background

This text has black color on #085891 background.


White color preview on #085891 background

This text has white color on #085891 background.