COLOR #054F60

HEX: #054F60
RGB: (5,79,96)

Color info

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

RGB color model

#054F60 color RGB value is (5,79,96).

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

RGB channels and saturation

R 5 of 255 = 2%
G 79 of 255 = 31%
B 96 of 255 = 38%

5
79
96

R + G + B ~ 24%. #054F60 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 79 + 96 = 180 (100%)
R 5 of 180 ~ 2.78%
G 79 of 180 ~ 43.89%
B 96 of 180 ~ 53.33%

%43.89
%53.33

CMYK color model

#054F60 color CMYK value is (95,18,0,62).

  • cyan value is 94.79%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(95,18,0,62)
C95M18Y0K62 
(95%,18%,0%,62%)
(0.95/0.18/0.00/0.62)	

CMYK percentages

%94.79
%17.71
%0
%62.35

Codes

Color #054F60 in popluar color models

054F60
RGB57996
HSL191°90.10%19.80%
HSB/HSV191°94.79%37.65%
CMYK94.79%17.71%0.00%
62.35%

Color #054F60 in popluar number systems.

HEX054F60
Decimal57996
Binary10110011111100000
Octal5117140

Shades and tints

Shades of #054F60

#054F60
(5,79,96)
#054858
(5,72,88)
#054150
(5,65,80)
#053A48
(5,58,72)
#053340
(5,51,64)
#052C38
(5,44,56)
#052530
(5,37,48)
#051E28
(5,30,40)
#051720
(5,23,32)
#051018
(5,16,24)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #054F60

#054F60
(5,79,96)
#1B5F6E
(27,95,110)
#316F7C
(49,111,124)
#477F8A
(71,127,138)
#5D8F98
(93,143,152)
#739FA6
(115,159,166)
#89AFB4
(137,175,180)
#9FBFC2
(159,191,194)
#B5CFD0
(181,207,208)
#CBDFDE
(203,223,222)
#E1EFEC
(225,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054F60; }

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

This text font color is #054F60.


Background Color

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

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

This div background color is #054F60.


Border color

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

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

This div border color is #054F60.


Opacity

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

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

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

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

This text has shadow with #054F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054F60 on black background.


Color preview on white background

This text has color #054F60 on white background.



Black color preview on #054F60 background

This text has black color on #054F60 background.


White color preview on #054F60 background

This text has white color on #054F60 background.