COLOR #005D8C

HEX: #005D8C
RGB: (0,93,140)

Color info

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

RGB color model

#005D8C color RGB value is (0,93,140).

  • red value is 0;
  • green value is 93;
  • blue value is 140.
RGB:
(0,93,140)
(0%,36%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 140 of 255 = 55%

0
93
140

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

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 140 = 233 (100%)
R 0 of 233 ~ 0%
G 93 of 233 ~ 39.91%
B 140 of 233 ~ 60.09%

%39.91
%60.09

CMYK color model

#005D8C color CMYK value is (100,34,0,45).

  • cyan value is 100.00%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,34,0,45)
C100M34Y0K45 
(100%,34%,0%,45%)
(1.00/0.34/0.00/0.45)	

CMYK percentages

%100
%33.57
%0
%45.1

Codes

Color #005D8C in popluar color models

005D8C
RGB093140
HSL200°100.00%27.45%
HSB/HSV200°100.00%54.90%
CMYK100.00%33.57%0.00%
45.10%

Color #005D8C in popluar number systems.

HEX005D8C
Decimal093140
Binary0101110110001100
Octal0135214

Shades and tints

Shades of #005D8C

#005D8C
(0,93,140)
#005580
(0,85,128)
#004D74
(0,77,116)
#004568
(0,69,104)
#003D5C
(0,61,92)
#003550
(0,53,80)
#002D44
(0,45,68)
#002538
(0,37,56)
#001D2C
(0,29,44)
#001520
(0,21,32)
#000D14
(0,13,20)
#000000
(0,0,0)

Tints of #005D8C

#005D8C
(0,93,140)
#176B96
(23,107,150)
#2E79A0
(46,121,160)
#4587AA
(69,135,170)
#5C95B4
(92,149,180)
#73A3BE
(115,163,190)
#8AB1C8
(138,177,200)
#A1BFD2
(161,191,210)
#B8CDDC
(184,205,220)
#CFDBE6
(207,219,230)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005D8C color. Also use rgb(0,93,140) instead hex code.

Text Font Color

.myTextColor { color: #005D8C; }

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

This text font color is #005D8C.


Background Color

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

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

This div background color is #005D8C.


Border color

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

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

This div border color is #005D8C.


Opacity

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

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

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

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

This text has shadow with #005D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D8C on black background.


Color preview on white background

This text has color #005D8C on white background.



Black color preview on #005D8C background

This text has black color on #005D8C background.


White color preview on #005D8C background

This text has white color on #005D8C background.