COLOR #05504E

HEX: #05504E RGB: (5,80,78)

Color info

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

RGB color model

#05504E color RGB value is (5,80,78).

RGB: (5,80,78) (2%, 31%, 31%)

RGB channels and saturation

R 5 of 255 = 2%
G 80 of 255 = 31%
B 78 of 255 = 31%

5
80
78

R + G + B ~ 21%. #05504E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 80 + 78 = 163 (100%)
R 5 of 163 ~ 3.07%
G 80 of 163 ~ 49.08%
B 78 of 163 ~ 47.85'%

%49.08
%47.85

CMYK color model

#05504E color CMYK value is (94,0,2,69).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 68.63%

CMYK: (94,0,2,69)
C94M0Y2K69 (94%, 0%, 2%, 69%)
(0.94 / 0.00 / 0.02 / 0.69)

CMYK percentages

%93.75
%0
%2.5
%68.63

Codes

Color #05504E in popluar color models

05 50 4E
RGB 5 80 78
HSL 178° 88.24% 16.67%
HSB/HSV 178° 93.75% 31.37%
CMYK 93.75% 0.00% 2.50%
68.63%

Color #05504E in popluar number systems.

HEX 05 50 4E
Decimal 5 80 78
Binary 101 1010000 1001110
Octal 5 120 116

Shades and tints

Shades of #05504E

#05504E
(5,80,78)
#054947
(5,73,71)
#054240
(5,66,64)
#053B39
(5,59,57)
#053432
(5,52,50)
#052D2B
(5,45,43)
#052624
(5,38,36)
#051F1D
(5,31,29)
#051816
(5,24,22)
#05110F
(5,17,15)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #05504E

#05504E
(5,80,78)
#1B5F5E
(27,95,94)
#316E6E
(49,110,110)
#477D7E
(71,125,126)
#5D8C8E
(93,140,142)
#739B9E
(115,155,158)
#89AAAE
(137,170,174)
#9FB9BE
(159,185,190)
#B5C8CE
(181,200,206)
#CBD7DE
(203,215,222)
#E1E6EE
(225,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05504E color. Also use rgb(5,80,78) instead hex code.

Text Font Color

.myTextColor { color: #05504E; }

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

This text font color is #05504E.

Background Color

.myBgColor { background-color: #05504E; }

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

This div background color is #05504E.

Border color

.myBorderColor { border: 1px solid #05504E; }

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

This div border color is #05504E.

Opacity

.myOpacity80 { color: #05504E; opacity: 0.8; }

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

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

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

This text has shadow with #05504E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05504E.

Preview

Color preview on black background

This text has color #05504E on black background.


Color preview on white background

This text has color #05504E on white background.


Black color preview on #05504E background

This text has black color on #05504E background.


White color preview on #05504E background

This text has white color on #05504E background.


Related colors

Complementary color

Complementary color for #hex is #FAAFB1.


I love getcolorcode.com

Triadic colors

1 #4E0550 and #504E05 with #05504E are triadic colors.

2 #4E5005 and #50054E with #05504E are triadic colors.