COLOR #005F85

HEX: #005F85
RGB: (0,95,133)

Color info

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

RGB color model

#005F85 color RGB value is (0,95,133).

  • red value is 0;
  • green value is 95;
  • blue value is 133.
RGB:
(0,95,133)
(0%,37%,52%)

RGB channels and saturation

R 0 of 255 = 0%
G 95 of 255 = 37%
B 133 of 255 = 52%

0
95
133

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

Portions of RGB colors in percentages

R + G + B =
0 + 95 + 133 = 228 (100%)
R 0 of 228 ~ 0%
G 95 of 228 ~ 41.67%
B 133 of 228 ~ 58.33%

%41.67
%58.33

CMYK color model

#005F85 color CMYK value is (100,29,0,48).

  • cyan value is 100.00%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(100,29,0,48)
C100M29Y0K48 
(100%,29%,0%,48%)
(1.00/0.29/0.00/0.48)	

CMYK percentages

%100
%28.57
%0
%47.84

Codes

Color #005F85 in popluar color models

005F85
RGB095133
HSL197°100.00%26.08%
HSB/HSV197°100.00%52.16%
CMYK100.00%28.57%0.00%
47.84%

Color #005F85 in popluar number systems.

HEX005F85
Decimal095133
Binary0101111110000101
Octal0137205

Shades and tints

Shades of #005F85

#005F85
(0,95,133)
#005779
(0,87,121)
#004F6D
(0,79,109)
#004761
(0,71,97)
#003F55
(0,63,85)
#003749
(0,55,73)
#002F3D
(0,47,61)
#002731
(0,39,49)
#001F25
(0,31,37)
#001719
(0,23,25)
#000F0D
(0,15,13)
#000000
(0,0,0)

Tints of #005F85

#005F85
(0,95,133)
#176D90
(23,109,144)
#2E7B9B
(46,123,155)
#4589A6
(69,137,166)
#5C97B1
(92,151,177)
#73A5BC
(115,165,188)
#8AB3C7
(138,179,199)
#A1C1D2
(161,193,210)
#B8CFDD
(184,207,221)
#CFDDE8
(207,221,232)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005F85 color. Also use rgb(0,95,133) instead hex code.

Text Font Color

.myTextColor { color: #005F85; }

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

This text font color is #005F85.


Background Color

.myBgColor { background-color: #005F85; }

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

This div background color is #005F85.


Border color

.myBorderColor { border: 1px solid #005F85; }

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

This div border color is #005F85.


Opacity

.myOpacity80 { color: #005F85; opacity: 0.8; }

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

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

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

This text has shadow with #005F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005F85 on black background.


Color preview on white background

This text has color #005F85 on white background.



Black color preview on #005F85 background

This text has black color on #005F85 background.


White color preview on #005F85 background

This text has white color on #005F85 background.