COLOR #054F67

HEX: #054F67
RGB: (5,79,103)

Color info

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

RGB color model

#054F67 color RGB value is (5,79,103).

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

RGB channels and saturation

R 5 of 255 = 2%
G 79 of 255 = 31%
B 103 of 255 = 40%

5
79
103

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

Portions of RGB colors in percentages

R + G + B =
5 + 79 + 103 = 187 (100%)
R 5 of 187 ~ 2.67%
G 79 of 187 ~ 42.25%
B 103 of 187 ~ 55.08%

%42.25
%55.08

CMYK color model

#054F67 color CMYK value is (95,23,0,60).

  • cyan value is 95.15%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(95,23,0,60)
C95M23Y0K60 
(95%,23%,0%,60%)
(0.95/0.23/0.00/0.60)	

CMYK percentages

%95.15
%23.3
%0
%59.61

Codes

Color #054F67 in popluar color models

054F67
RGB579103
HSL195°90.74%21.18%
HSB/HSV195°95.15%40.39%
CMYK95.15%23.30%0.00%
59.61%

Color #054F67 in popluar number systems.

HEX054F67
Decimal579103
Binary10110011111100111
Octal5117147

Shades and tints

Shades of #054F67

#054F67
(5,79,103)
#05485E
(5,72,94)
#054155
(5,65,85)
#053A4C
(5,58,76)
#053343
(5,51,67)
#052C3A
(5,44,58)
#052531
(5,37,49)
#051E28
(5,30,40)
#05171F
(5,23,31)
#051016
(5,16,22)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #054F67

#054F67
(5,79,103)
#1B5F74
(27,95,116)
#316F81
(49,111,129)
#477F8E
(71,127,142)
#5D8F9B
(93,143,155)
#739FA8
(115,159,168)
#89AFB5
(137,175,181)
#9FBFC2
(159,191,194)
#B5CFCF
(181,207,207)
#CBDFDC
(203,223,220)
#E1EFE9
(225,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054F67; }

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

This text font color is #054F67.


Background Color

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

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

This div background color is #054F67.


Border color

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

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

This div border color is #054F67.


Opacity

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

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

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

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

This text has shadow with #054F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054F67 on black background.


Color preview on white background

This text has color #054F67 on white background.



Black color preview on #054F67 background

This text has black color on #054F67 background.


White color preview on #054F67 background

This text has white color on #054F67 background.