COLOR #054556

HEX: #054556
RGB: (5,69,86)

Color info

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

RGB color model

#054556 color RGB value is (5,69,86).

  • red value is 5;
  • green value is 69;
  • blue value is 86.
RGB:
(5,69,86)
(2%,27%,34%)

RGB channels and saturation

R 5 of 255 = 2%
G 69 of 255 = 27%
B 86 of 255 = 34%

5
69
86

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

Portions of RGB colors in percentages

R + G + B =
5 + 69 + 86 = 160 (100%)
R 5 of 160 ~ 3.13%
G 69 of 160 ~ 43.13%
B 86 of 160 ~ 53.75%

%43.13
%53.75

CMYK color model

#054556 color CMYK value is (94,20,0,66).

  • cyan value is 94.19%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(94,20,0,66)
C94M20Y0K66 
(94%,20%,0%,66%)
(0.94/0.20/0.00/0.66)	

CMYK percentages

%94.19
%19.77
%0
%66.27

Codes

Color #054556 in popluar color models

054556
RGB56986
HSL193°89.01%17.84%
HSB/HSV193°94.19%33.73%
CMYK94.19%19.77%0.00%
66.27%

Color #054556 in popluar number systems.

HEX054556
Decimal56986
Binary10110001011010110
Octal5105126

Shades and tints

Shades of #054556

#054556
(5,69,86)
#053F4F
(5,63,79)
#053948
(5,57,72)
#053341
(5,51,65)
#052D3A
(5,45,58)
#052733
(5,39,51)
#05212C
(5,33,44)
#051B25
(5,27,37)
#05151E
(5,21,30)
#050F17
(5,15,23)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #054556

#054556
(5,69,86)
#1B5565
(27,85,101)
#316574
(49,101,116)
#477583
(71,117,131)
#5D8592
(93,133,146)
#7395A1
(115,149,161)
#89A5B0
(137,165,176)
#9FB5BF
(159,181,191)
#B5C5CE
(181,197,206)
#CBD5DD
(203,213,221)
#E1E5EC
(225,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054556 color. Also use rgb(5,69,86) instead hex code.

Text Font Color

.myTextColor { color: #054556; }

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

This text font color is #054556.


Background Color

.myBgColor { background-color: #054556; }

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

This div background color is #054556.


Border color

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

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

This div border color is #054556.


Opacity

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

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

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

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

This text has shadow with #054556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054556 on black background.


Color preview on white background

This text has color #054556 on white background.



Black color preview on #054556 background

This text has black color on #054556 background.


White color preview on #054556 background

This text has white color on #054556 background.