COLOR #055883

HEX: #055883
RGB: (5,88,131)

Color info

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

RGB color model

#055883 color RGB value is (5,88,131).

  • red value is 5;
  • green value is 88;
  • blue value is 131.
RGB:
(5,88,131)
(2%,35%,51%)

RGB channels and saturation

R 5 of 255 = 2%
G 88 of 255 = 35%
B 131 of 255 = 51%

5
88
131

R + G + B ~ 29%. #055883 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 88 + 131 = 224 (100%)
R 5 of 224 ~ 2.23%
G 88 of 224 ~ 39.29%
B 131 of 224 ~ 58.48%

%39.29
%58.48

CMYK color model

#055883 color CMYK value is (96,33,0,49).

  • cyan value is 96.18%
  • magenta value is 32.82%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(96,33,0,49)
C96M33Y0K49 
(96%,33%,0%,49%)
(0.96/0.33/0.00/0.49)	

CMYK percentages

%96.18
%32.82
%0
%48.63

Codes

Color #055883 in popluar color models

055883
RGB588131
HSL200°92.65%26.67%
HSB/HSV200°96.18%51.37%
CMYK96.18%32.82%0.00%
48.63%

Color #055883 in popluar number systems.

HEX055883
Decimal588131
Binary101101100010000011
Octal5130203

Shades and tints

Shades of #055883

#055883
(5,88,131)
#055078
(5,80,120)
#05486D
(5,72,109)
#054062
(5,64,98)
#053857
(5,56,87)
#05304C
(5,48,76)
#052841
(5,40,65)
#052036
(5,32,54)
#05182B
(5,24,43)
#051020
(5,16,32)
#050815
(5,8,21)
#000000
(0,0,0)

Tints of #055883

#055883
(5,88,131)
#1B678E
(27,103,142)
#317699
(49,118,153)
#4785A4
(71,133,164)
#5D94AF
(93,148,175)
#73A3BA
(115,163,186)
#89B2C5
(137,178,197)
#9FC1D0
(159,193,208)
#B5D0DB
(181,208,219)
#CBDFE6
(203,223,230)
#E1EEF1
(225,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055883 color. Also use rgb(5,88,131) instead hex code.

Text Font Color

.myTextColor { color: #055883; }

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

This text font color is #055883.


Background Color

.myBgColor { background-color: #055883; }

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

This div background color is #055883.


Border color

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

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

This div border color is #055883.


Opacity

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

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

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

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

This text has shadow with #055883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055883 on black background.


Color preview on white background

This text has color #055883 on white background.



Black color preview on #055883 background

This text has black color on #055883 background.


White color preview on #055883 background

This text has white color on #055883 background.