COLOR #05558D

HEX: #05558D
RGB: (5,85,141)

Color info

#05558D contains mainly green and blue colors. Web safe color of #05558D is #006699 (or #069).

RGB color model

#05558D color RGB value is (5,85,141).

  • red value is 5;
  • green value is 85;
  • blue value is 141.
RGB:
(5,85,141)
(2%,33%,55%)

RGB channels and saturation

R 5 of 255 = 2%
G 85 of 255 = 33%
B 141 of 255 = 55%

5
85
141

R + G + B ~ 30%. #05558D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 85 + 141 = 231 (100%)
R 5 of 231 ~ 2.16%
G 85 of 231 ~ 36.8%
B 141 of 231 ~ 61.04%

%36.8
%61.04

CMYK color model

#05558D color CMYK value is (96,40,0,45).

  • cyan value is 96.45%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(96,40,0,45)
C96M40Y0K45 
(96%,40%,0%,45%)
(0.96/0.40/0.00/0.45)	

CMYK percentages

%96.45
%39.72
%0
%44.71

Codes

Color #05558D in popluar color models

05558D
RGB585141
HSL205°93.15%28.63%
HSB/HSV205°96.45%55.29%
CMYK96.45%39.72%0.00%
44.71%

Color #05558D in popluar number systems.

HEX05558D
Decimal585141
Binary101101010110001101
Octal5125215

Shades and tints

Shades of #05558D

#05558D
(5,85,141)
#054E81
(5,78,129)
#054775
(5,71,117)
#054069
(5,64,105)
#05395D
(5,57,93)
#053251
(5,50,81)
#052B45
(5,43,69)
#052439
(5,36,57)
#051D2D
(5,29,45)
#051621
(5,22,33)
#050F15
(5,15,21)
#000000
(0,0,0)

Tints of #05558D

#05558D
(5,85,141)
#1B6497
(27,100,151)
#3173A1
(49,115,161)
#4782AB
(71,130,171)
#5D91B5
(93,145,181)
#73A0BF
(115,160,191)
#89AFC9
(137,175,201)
#9FBED3
(159,190,211)
#B5CDDD
(181,205,221)
#CBDCE7
(203,220,231)
#E1EBF1
(225,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05558D color. Also use rgb(5,85,141) instead hex code.

Text Font Color

.myTextColor { color: #05558D; }

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

This text font color is #05558D.


Background Color

.myBgColor { background-color: #05558D; }

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

This div background color is #05558D.


Border color

.myBorderColor { border: 1px solid #05558D; }

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

This div border color is #05558D.


Opacity

.myOpacity80 { color: #05558D; opacity: 0.8; }

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

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

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

This text has shadow with #05558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05558D on black background.


Color preview on white background

This text has color #05558D on white background.



Black color preview on #05558D background

This text has black color on #05558D background.


White color preview on #05558D background

This text has white color on #05558D background.