COLOR #055174

HEX: #055174 RGB: (5,81,116)

Color info

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

RGB color model

#055174 color RGB value is (5,81,116).

RGB: (5,81,116) (2%, 32%, 45%)

RGB channels and saturation

R 5 of 255 = 2%
G 81 of 255 = 32%
B 116 of 255 = 45%

5
81
116

R + G + B ~ 26%. #055174 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 81 + 116 = 202 (100%)
R 5 of 202 ~ 2.48%
G 81 of 202 ~ 40.1%
B 116 of 202 ~ 57.43'%

%40.1
%57.43

CMYK color model

#055174 color CMYK value is (96,30,0,55).

  • cyan value is 95.69%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (96,30,0,55)
C96M30Y0K55 (96%, 30%, 0%, 55%)
(0.96 / 0.30 / 0.00 / 0.55)

CMYK percentages

%95.69
%30.17
%0
%54.51

Codes

Color #055174 in popluar color models

05 51 74
RGB 5 81 116
HSL 199° 91.74% 23.73%
HSB/HSV 199° 95.69% 45.49%
CMYK 95.69% 30.17% 0.00%
54.51%

Color #055174 in popluar number systems.

HEX 05 51 74
Decimal 5 81 116
Binary 101 1010001 1110100
Octal 5 121 164

Shades and tints

Shades of #055174

#055174
(5,81,116)
#054A6A
(5,74,106)
#054360
(5,67,96)
#053C56
(5,60,86)
#05354C
(5,53,76)
#052E42
(5,46,66)
#052738
(5,39,56)
#05202E
(5,32,46)
#051924
(5,25,36)
#05121A
(5,18,26)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #055174

#055174
(5,81,116)
#1B6080
(27,96,128)
#316F8C
(49,111,140)
#477E98
(71,126,152)
#5D8DA4
(93,141,164)
#739CB0
(115,156,176)
#89ABBC
(137,171,188)
#9FBAC8
(159,186,200)
#B5C9D4
(181,201,212)
#CBD8E0
(203,216,224)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055174 color. Also use rgb(5,81,116) instead hex code.

Text Font Color

.myTextColor { color: #055174; }

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

This text font color is #055174.

Background Color

.myBgColor { background-color: #055174; }

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

This div background color is #055174.

Border color

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

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

This div border color is #055174.

Opacity

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

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

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

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

This text has shadow with #055174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055174.

Preview

Color preview on black background

This text has color #055174 on black background.


Color preview on white background

This text has color #055174 on white background.


Black color preview on #055174 background

This text has black color on #055174 background.


White color preview on #055174 background

This text has white color on #055174 background.


Related colors

Complementary color

Complementary color for #hex is #FAAE8B.


I love getcolorcode.com

Triadic colors

1 #740551 and #517405 with #055174 are triadic colors.

2 #745105 and #510574 with #055174 are triadic colors.