COLOR #054050

HEX: #054050
RGB: (5,64,80)

Color info

#054050 contains mainly green and blue colors. Web safe color of #054050 is #003366 (or #036).

RGB color model

#054050 color RGB value is (5,64,80).

  • red value is 5;
  • green value is 64;
  • blue value is 80.
RGB:
(5,64,80)
(2%,25%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 64 of 255 = 25%
B 80 of 255 = 31%

5
64
80

R + G + B ~ 19%. #054050 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 64 + 80 = 149 (100%)
R 5 of 149 ~ 3.36%
G 64 of 149 ~ 42.95%
B 80 of 149 ~ 53.69%

%42.95
%53.69

CMYK color model

#054050 color CMYK value is (94,20,0,69).

  • cyan value is 93.75%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(94,20,0,69)
C94M20Y0K69 
(94%,20%,0%,69%)
(0.94/0.20/0.00/0.69)	

CMYK percentages

%93.75
%20
%0
%68.63

Codes

Color #054050 in popluar color models

054050
RGB56480
HSL193°88.24%16.67%
HSB/HSV193°93.75%31.37%
CMYK93.75%20.00%0.00%
68.63%

Color #054050 in popluar number systems.

HEX054050
Decimal56480
Binary10110000001010000
Octal5100120

Shades and tints

Shades of #054050

#054050
(5,64,80)
#053B49
(5,59,73)
#053642
(5,54,66)
#05313B
(5,49,59)
#052C34
(5,44,52)
#05272D
(5,39,45)
#052226
(5,34,38)
#051D1F
(5,29,31)
#051818
(5,24,24)
#051311
(5,19,17)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #054050

#054050
(5,64,80)
#1B515F
(27,81,95)
#31626E
(49,98,110)
#47737D
(71,115,125)
#5D848C
(93,132,140)
#73959B
(115,149,155)
#89A6AA
(137,166,170)
#9FB7B9
(159,183,185)
#B5C8C8
(181,200,200)
#CBD9D7
(203,217,215)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054050; }

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

This text font color is #054050.


Background Color

.myBgColor { background-color: #054050; }

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

This div background color is #054050.


Border color

.myBorderColor { border: 1px solid #054050; }

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

This div border color is #054050.


Opacity

.myOpacity80 { color: #054050; opacity: 0.8; }

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

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

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

This text has shadow with #054050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054050 on black background.


Color preview on white background

This text has color #054050 on white background.



Black color preview on #054050 background

This text has black color on #054050 background.


White color preview on #054050 background

This text has white color on #054050 background.