COLOR #005C87

HEX: #005C87
RGB: (0,92,135)

Color info

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

RGB color model

#005C87 color RGB value is (0,92,135).

  • red value is 0;
  • green value is 92;
  • blue value is 135.
RGB:
(0,92,135)
(0%,36%,53%)

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 135 of 255 = 53%

0
92
135

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

Portions of RGB colors in percentages

R + G + B =
0 + 92 + 135 = 227 (100%)
R 0 of 227 ~ 0%
G 92 of 227 ~ 40.53%
B 135 of 227 ~ 59.47%

%40.53
%59.47

CMYK color model

#005C87 color CMYK value is (100,32,0,47).

  • cyan value is 100.00%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(100,32,0,47)
C100M32Y0K47 
(100%,32%,0%,47%)
(1.00/0.32/0.00/0.47)	

CMYK percentages

%100
%31.85
%0
%47.06

Codes

Color #005C87 in popluar color models

005C87
RGB092135
HSL199°100.00%26.47%
HSB/HSV199°100.00%52.94%
CMYK100.00%31.85%0.00%
47.06%

Color #005C87 in popluar number systems.

HEX005C87
Decimal092135
Binary0101110010000111
Octal0134207

Shades and tints

Shades of #005C87

#005C87
(0,92,135)
#00547B
(0,84,123)
#004C6F
(0,76,111)
#004463
(0,68,99)
#003C57
(0,60,87)
#00344B
(0,52,75)
#002C3F
(0,44,63)
#002433
(0,36,51)
#001C27
(0,28,39)
#00141B
(0,20,27)
#000C0F
(0,12,15)
#000000
(0,0,0)

Tints of #005C87

#005C87
(0,92,135)
#176A91
(23,106,145)
#2E789B
(46,120,155)
#4586A5
(69,134,165)
#5C94AF
(92,148,175)
#73A2B9
(115,162,185)
#8AB0C3
(138,176,195)
#A1BECD
(161,190,205)
#B8CCD7
(184,204,215)
#CFDAE1
(207,218,225)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005C87 color. Also use rgb(0,92,135) instead hex code.

Text Font Color

.myTextColor { color: #005C87; }

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

This text font color is #005C87.


Background Color

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

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

This div background color is #005C87.


Border color

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

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

This div border color is #005C87.


Opacity

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

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

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

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

This text has shadow with #005C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005C87 on black background.


Color preview on white background

This text has color #005C87 on white background.



Black color preview on #005C87 background

This text has black color on #005C87 background.


White color preview on #005C87 background

This text has white color on #005C87 background.