COLOR #054766

HEX: #054766 RGB: (5,71,102)

Color info

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

RGB color model

#054766 color RGB value is (5,71,102).

RGB: (5,71,102) (2%, 28%, 40%)

RGB channels and saturation

R 5 of 255 = 2%
G 71 of 255 = 28%
B 102 of 255 = 40%

5
71
102

R + G + B ~ 23%. #054766 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 71 + 102 = 178 (100%)
R 5 of 178 ~ 2.81%
G 71 of 178 ~ 39.89%
B 102 of 178 ~ 57.3'%

%39.89
%57.3

CMYK color model

#054766 color CMYK value is (95,30,0,60).

  • cyan value is 95.10%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (95,30,0,60)
C95M30Y0K60 (95%, 30%, 0%, 60%)
(0.95 / 0.30 / 0.00 / 0.60)

CMYK percentages

%95.1
%30.39
%0
%60

Codes

Color #054766 in popluar color models

05 47 66
RGB 5 71 102
HSL 199° 90.65% 20.98%
HSB/HSV 199° 95.10% 40.00%
CMYK 95.10% 30.39% 0.00%
60.00%

Color #054766 in popluar number systems.

HEX 05 47 66
Decimal 5 71 102
Binary 101 1000111 1100110
Octal 5 107 146

Shades and tints

Shades of #054766

#054766
(5,71,102)
#05415D
(5,65,93)
#053B54
(5,59,84)
#05354B
(5,53,75)
#052F42
(5,47,66)
#052939
(5,41,57)
#052330
(5,35,48)
#051D27
(5,29,39)
#05171E
(5,23,30)
#051115
(5,17,21)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #054766

#054766
(5,71,102)
#1B5773
(27,87,115)
#316780
(49,103,128)
#47778D
(71,119,141)
#5D879A
(93,135,154)
#7397A7
(115,151,167)
#89A7B4
(137,167,180)
#9FB7C1
(159,183,193)
#B5C7CE
(181,199,206)
#CBD7DB
(203,215,219)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054766 color. Also use rgb(5,71,102) instead hex code.

Text Font Color

.myTextColor { color: #054766; }

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

This text font color is #054766.

Background Color

.myBgColor { background-color: #054766; }

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

This div background color is #054766.

Border color

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

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

This div border color is #054766.

Opacity

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

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

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

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

This text has shadow with #054766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #054766.

Preview

Color preview on black background

This text has color #054766 on black background.


Color preview on white background

This text has color #054766 on white background.


Black color preview on #054766 background

This text has black color on #054766 background.


White color preview on #054766 background

This text has white color on #054766 background.


Related colors

Complementary color

Complementary color for #hex is #FAB899.


I love getcolorcode.com

Triadic colors

1 #660547 and #476605 with #054766 are triadic colors.

2 #664705 and #470566 with #054766 are triadic colors.