COLOR #054F6D

HEX: #054F6D
RGB: (5,79,109)

Color info

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

RGB color model

#054F6D color RGB value is (5,79,109).

  • red value is 5;
  • green value is 79;
  • blue value is 109.
RGB:
(5,79,109)
(2%,31%,43%)

RGB channels and saturation

R 5 of 255 = 2%
G 79 of 255 = 31%
B 109 of 255 = 43%

5
79
109

R + G + B ~ 25%. #054F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 79 + 109 = 193 (100%)
R 5 of 193 ~ 2.59%
G 79 of 193 ~ 40.93%
B 109 of 193 ~ 56.48%

%40.93
%56.48

CMYK color model

#054F6D color CMYK value is (95,28,0,57).

  • cyan value is 95.41%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(95,28,0,57)
C95M28Y0K57 
(95%,28%,0%,57%)
(0.95/0.28/0.00/0.57)	

CMYK percentages

%95.41
%27.52
%0
%57.25

Codes

Color #054F6D in popluar color models

054F6D
RGB579109
HSL197°91.23%22.35%
HSB/HSV197°95.41%42.75%
CMYK95.41%27.52%0.00%
57.25%

Color #054F6D in popluar number systems.

HEX054F6D
Decimal579109
Binary10110011111101101
Octal5117155

Shades and tints

Shades of #054F6D

#054F6D
(5,79,109)
#054864
(5,72,100)
#05415B
(5,65,91)
#053A52
(5,58,82)
#053349
(5,51,73)
#052C40
(5,44,64)
#052537
(5,37,55)
#051E2E
(5,30,46)
#051725
(5,23,37)
#05101C
(5,16,28)
#050913
(5,9,19)
#000000
(0,0,0)

Tints of #054F6D

#054F6D
(5,79,109)
#1B5F7A
(27,95,122)
#316F87
(49,111,135)
#477F94
(71,127,148)
#5D8FA1
(93,143,161)
#739FAE
(115,159,174)
#89AFBB
(137,175,187)
#9FBFC8
(159,191,200)
#B5CFD5
(181,207,213)
#CBDFE2
(203,223,226)
#E1EFEF
(225,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054F6D color. Also use rgb(5,79,109) instead hex code.

Text Font Color

.myTextColor { color: #054F6D; }

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

This text font color is #054F6D.


Background Color

.myBgColor { background-color: #054F6D; }

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

This div background color is #054F6D.


Border color

.myBorderColor { border: 1px solid #054F6D; }

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

This div border color is #054F6D.


Opacity

.myOpacity80 { color: #054F6D; opacity: 0.8; }

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

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

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

This text has shadow with #054F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054F6D on black background.


Color preview on white background

This text has color #054F6D on white background.



Black color preview on #054F6D background

This text has black color on #054F6D background.


White color preview on #054F6D background

This text has white color on #054F6D background.