COLOR #057B79

HEX: #057B79 RGB: (5,123,121)

Color info

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

RGB color model

#057B79 color RGB value is (5,123,121).

RGB: (5,123,121) (2%, 48%, 47%)

RGB channels and saturation

R 5 of 255 = 2%
G 123 of 255 = 48%
B 121 of 255 = 47%

5
123
121

R + G + B ~ 32%. #057B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 123 + 121 = 249 (100%)
R 5 of 249 ~ 2.01%
G 123 of 249 ~ 49.4%
B 121 of 249 ~ 48.59'%

%49.4
%48.59

CMYK color model

#057B79 color CMYK value is (96,0,2,52).

  • cyan value is 95.93%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 51.76%

CMYK: (96,0,2,52)
C96M0Y2K52 (96%, 0%, 2%, 52%)
(0.96 / 0.00 / 0.02 / 0.52)

CMYK percentages

%95.93
%0
%1.63
%51.76

Codes

Color #057B79 in popluar color models

05 7B 79
RGB 5 123 121
HSL 179° 92.19% 25.10%
HSB/HSV 179° 95.93% 48.24%
CMYK 95.93% 0.00% 1.63%
51.76%

Color #057B79 in popluar number systems.

HEX 05 7B 79
Decimal 5 123 121
Binary 101 1111011 1111001
Octal 5 173 171

Shades and tints

Shades of #057B79

#057B79
(5,123,121)
#05706E
(5,112,110)
#056563
(5,101,99)
#055A58
(5,90,88)
#054F4D
(5,79,77)
#054442
(5,68,66)
#053937
(5,57,55)
#052E2C
(5,46,44)
#052321
(5,35,33)
#051816
(5,24,22)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #057B79

#057B79
(5,123,121)
#1B8785
(27,135,133)
#319391
(49,147,145)
#479F9D
(71,159,157)
#5DABA9
(93,171,169)
#73B7B5
(115,183,181)
#89C3C1
(137,195,193)
#9FCFCD
(159,207,205)
#B5DBD9
(181,219,217)
#CBE7E5
(203,231,229)
#E1F3F1
(225,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057B79 color. Also use rgb(5,123,121) instead hex code.

Text Font Color

.myTextColor { color: #057B79; }

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

This text font color is #057B79.

Background Color

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

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

This div background color is #057B79.

Border color

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

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

This div border color is #057B79.

Opacity

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

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

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

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

This text has shadow with #057B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #057B79.

Preview

Color preview on black background

This text has color #057B79 on black background.


Color preview on white background

This text has color #057B79 on white background.


Black color preview on #057B79 background

This text has black color on #057B79 background.


White color preview on #057B79 background

This text has white color on #057B79 background.


Related colors

Complementary color

Complementary color for #hex is #FA8486.


I love getcolorcode.com

Triadic colors

1 #79057B and #7B7905 with #057B79 are triadic colors.

2 #797B05 and #7B0579 with #057B79 are triadic colors.