COLOR #057277

HEX: #057277
RGB: (5,114,119)

Color info

#057277 contains mainly green and blue colors. Web safe color of #057277 is #006666 (or #066).

RGB color model

#057277 color RGB value is (5,114,119).

  • red value is 5;
  • green value is 114;
  • blue value is 119.
RGB:
(5,114,119)
(2%,45%,47%)

RGB channels and saturation

R 5 of 255 = 2%
G 114 of 255 = 45%
B 119 of 255 = 47%

5
114
119

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

Portions of RGB colors in percentages

R + G + B =
5 + 114 + 119 = 238 (100%)
R 5 of 238 ~ 2.1%
G 114 of 238 ~ 47.9%
B 119 of 238 ~ 50%

%47.9
%50

CMYK color model

#057277 color CMYK value is (96,4,0,53).

  • cyan value is 95.80%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(96,4,0,53)
C96M4Y0K53 
(96%,4%,0%,53%)
(0.96/0.04/0.00/0.53)	

CMYK percentages

%95.8
%4.2
%0
%53.33

Codes

Color #057277 in popluar color models

057277
RGB5114119
HSL183°91.94%24.31%
HSB/HSV183°95.80%46.67%
CMYK95.80%4.20%0.00%
53.33%

Color #057277 in popluar number systems.

HEX057277
Decimal5114119
Binary10111100101110111
Octal5162167

Shades and tints

Shades of #057277

#057277
(5,114,119)
#05686D
(5,104,109)
#055E63
(5,94,99)
#055459
(5,84,89)
#054A4F
(5,74,79)
#054045
(5,64,69)
#05363B
(5,54,59)
#052C31
(5,44,49)
#052227
(5,34,39)
#05181D
(5,24,29)
#050E13
(5,14,19)
#000000
(0,0,0)

Tints of #057277

#057277
(5,114,119)
#1B7E83
(27,126,131)
#318A8F
(49,138,143)
#47969B
(71,150,155)
#5DA2A7
(93,162,167)
#73AEB3
(115,174,179)
#89BABF
(137,186,191)
#9FC6CB
(159,198,203)
#B5D2D7
(181,210,215)
#CBDEE3
(203,222,227)
#E1EAEF
(225,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057277 color. Also use rgb(5,114,119) instead hex code.

Text Font Color

.myTextColor { color: #057277; }

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

This text font color is #057277.


Background Color

.myBgColor { background-color: #057277; }

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

This div background color is #057277.


Border color

.myBorderColor { border: 1px solid #057277; }

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

This div border color is #057277.


Opacity

.myOpacity80 { color: #057277; opacity: 0.8; }

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

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

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

This text has shadow with #057277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057277 on black background.


Color preview on white background

This text has color #057277 on white background.



Black color preview on #057277 background

This text has black color on #057277 background.


White color preview on #057277 background

This text has white color on #057277 background.