COLOR #057F8D

HEX: #057F8D
RGB: (5,127,141)

Color info

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

RGB color model

#057F8D color RGB value is (5,127,141).

  • red value is 5;
  • green value is 127;
  • blue value is 141.
RGB:
(5,127,141)
(2%,50%,55%)

RGB channels and saturation

R 5 of 255 = 2%
G 127 of 255 = 50%
B 141 of 255 = 55%

5
127
141

R + G + B ~ 36%. #057F8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 127 + 141 = 273 (100%)
R 5 of 273 ~ 1.83%
G 127 of 273 ~ 46.52%
B 141 of 273 ~ 51.65%

%46.52
%51.65

CMYK color model

#057F8D color CMYK value is (96,10,0,45).

  • cyan value is 96.45%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(96,10,0,45)
C96M10Y0K45 
(96%,10%,0%,45%)
(0.96/0.10/0.00/0.45)	

CMYK percentages

%96.45
%9.93
%0
%44.71

Codes

Color #057F8D in popluar color models

057F8D
RGB5127141
HSL186°93.15%28.63%
HSB/HSV186°96.45%55.29%
CMYK96.45%9.93%0.00%
44.71%

Color #057F8D in popluar number systems.

HEX057F8D
Decimal5127141
Binary101111111110001101
Octal5177215

Shades and tints

Shades of #057F8D

#057F8D
(5,127,141)
#057481
(5,116,129)
#056975
(5,105,117)
#055E69
(5,94,105)
#05535D
(5,83,93)
#054851
(5,72,81)
#053D45
(5,61,69)
#053239
(5,50,57)
#05272D
(5,39,45)
#051C21
(5,28,33)
#051115
(5,17,21)
#000000
(0,0,0)

Tints of #057F8D

#057F8D
(5,127,141)
#1B8A97
(27,138,151)
#3195A1
(49,149,161)
#47A0AB
(71,160,171)
#5DABB5
(93,171,181)
#73B6BF
(115,182,191)
#89C1C9
(137,193,201)
#9FCCD3
(159,204,211)
#B5D7DD
(181,215,221)
#CBE2E7
(203,226,231)
#E1EDF1
(225,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057F8D color. Also use rgb(5,127,141) instead hex code.

Text Font Color

.myTextColor { color: #057F8D; }

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

This text font color is #057F8D.


Background Color

.myBgColor { background-color: #057F8D; }

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

This div background color is #057F8D.


Border color

.myBorderColor { border: 1px solid #057F8D; }

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

This div border color is #057F8D.


Opacity

.myOpacity80 { color: #057F8D; opacity: 0.8; }

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

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

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

This text has shadow with #057F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057F8D on black background.


Color preview on white background

This text has color #057F8D on white background.



Black color preview on #057F8D background

This text has black color on #057F8D background.


White color preview on #057F8D background

This text has white color on #057F8D background.