COLOR #055C9E

HEX: #055C9E RGB: (5,92,158)

Color info

#055C9E contains mainly blue color. Web safe color of #055C9E is #006699 (or #069).

RGB color model

#055C9E color RGB value is (5,92,158).

RGB: (5,92,158) (2%, 36%, 62%)

RGB channels and saturation

R 5 of 255 = 2%
G 92 of 255 = 36%
B 158 of 255 = 62%

5
92
158

R + G + B ~ 33%. #055C9E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 92 + 158 = 255 (100%)
R 5 of 255 ~ 1.96%
G 92 of 255 ~ 36.08%
B 158 of 255 ~ 61.96'%

%36.08
%61.96

CMYK color model

#055C9E color CMYK value is (97,42,0,38).

  • cyan value is 96.84%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (97,42,0,38)
C97M42Y0K38 (97%, 42%, 0%, 38%)
(0.97 / 0.42 / 0.00 / 0.38)

CMYK percentages

%96.84
%41.77
%0
%38.04

Codes

Color #055C9E in popluar color models

05 5C 9E
RGB 5 92 158
HSL 206° 93.87% 31.96%
HSB/HSV 206° 96.84% 61.96%
CMYK 96.84% 41.77% 0.00%
38.04%

Color #055C9E in popluar number systems.

HEX 05 5C 9E
Decimal 5 92 158
Binary 101 1011100 10011110
Octal 5 134 236

Shades and tints

Shades of #055C9E

#055C9E
(5,92,158)
#055490
(5,84,144)
#054C82
(5,76,130)
#054474
(5,68,116)
#053C66
(5,60,102)
#053458
(5,52,88)
#052C4A
(5,44,74)
#05243C
(5,36,60)
#051C2E
(5,28,46)
#051420
(5,20,32)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #055C9E

#055C9E
(5,92,158)
#1B6AA6
(27,106,166)
#3178AE
(49,120,174)
#4786B6
(71,134,182)
#5D94BE
(93,148,190)
#73A2C6
(115,162,198)
#89B0CE
(137,176,206)
#9FBED6
(159,190,214)
#B5CCDE
(181,204,222)
#CBDAE6
(203,218,230)
#E1E8EE
(225,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055C9E color. Also use rgb(5,92,158) instead hex code.

Text Font Color

.myTextColor { color: #055C9E; }

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

This text font color is #055C9E.

Background Color

.myBgColor { background-color: #055C9E; }

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

This div background color is #055C9E.

Border color

.myBorderColor { border: 1px solid #055C9E; }

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

This div border color is #055C9E.

Opacity

.myOpacity80 { color: #055C9E; opacity: 0.8; }

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

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

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

This text has shadow with #055C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055C9E.

Preview

Color preview on black background

This text has color #055C9E on black background.


Color preview on white background

This text has color #055C9E on white background.


Black color preview on #055C9E background

This text has black color on #055C9E background.


White color preview on #055C9E background

This text has white color on #055C9E background.


Related colors

Complementary color

Complementary color for #hex is #FAA361.


I love getcolorcode.com

Triadic colors

1 #9E055C and #5C9E05 with #055C9E are triadic colors.

2 #9E5C05 and #5C059E with #055C9E are triadic colors.