COLOR #005C95

HEX: #005C95
RGB: (0,92,149)

Color info

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

RGB color model

#005C95 color RGB value is (0,92,149).

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

RGB channels and saturation

R 0 of 255 = 0%
G 92 of 255 = 36%
B 149 of 255 = 58%

0
92
149

R + G + B ~ 31%. #005C95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 92 + 149 = 241 (100%)
R 0 of 241 ~ 0%
G 92 of 241 ~ 38.17%
B 149 of 241 ~ 61.83%

%38.17
%61.83

CMYK color model

#005C95 color CMYK value is (100,38,0,42).

  • cyan value is 100.00%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(100,38,0,42)
C100M38Y0K42 
(100%,38%,0%,42%)
(1.00/0.38/0.00/0.42)	

CMYK percentages

%100
%38.26
%0
%41.57

Codes

Color #005C95 in popluar color models

005C95
RGB092149
HSL203°100.00%29.22%
HSB/HSV203°100.00%58.43%
CMYK100.00%38.26%0.00%
41.57%

Color #005C95 in popluar number systems.

HEX005C95
Decimal092149
Binary0101110010010101
Octal0134225

Shades and tints

Shades of #005C95

#005C95
(0,92,149)
#005488
(0,84,136)
#004C7B
(0,76,123)
#00446E
(0,68,110)
#003C61
(0,60,97)
#003454
(0,52,84)
#002C47
(0,44,71)
#00243A
(0,36,58)
#001C2D
(0,28,45)
#001420
(0,20,32)
#000C13
(0,12,19)
#000000
(0,0,0)

Tints of #005C95

#005C95
(0,92,149)
#176A9E
(23,106,158)
#2E78A7
(46,120,167)
#4586B0
(69,134,176)
#5C94B9
(92,148,185)
#73A2C2
(115,162,194)
#8AB0CB
(138,176,203)
#A1BED4
(161,190,212)
#B8CCDD
(184,204,221)
#CFDAE6
(207,218,230)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005C95; }

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

This text font color is #005C95.


Background Color

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

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

This div background color is #005C95.


Border color

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

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

This div border color is #005C95.


Opacity

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

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

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

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

This text has shadow with #005C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005C95 on black background.


Color preview on white background

This text has color #005C95 on white background.



Black color preview on #005C95 background

This text has black color on #005C95 background.


White color preview on #005C95 background

This text has white color on #005C95 background.