COLOR #055969

HEX: #055969
RGB: (5,89,105)

Color info

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

RGB color model

#055969 color RGB value is (5,89,105).

  • red value is 5;
  • green value is 89;
  • blue value is 105.
RGB:
(5,89,105)
(2%,35%,41%)

RGB channels and saturation

R 5 of 255 = 2%
G 89 of 255 = 35%
B 105 of 255 = 41%

5
89
105

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

Portions of RGB colors in percentages

R + G + B =
5 + 89 + 105 = 199 (100%)
R 5 of 199 ~ 2.51%
G 89 of 199 ~ 44.72%
B 105 of 199 ~ 52.76%

%44.72
%52.76

CMYK color model

#055969 color CMYK value is (95,15,0,59).

  • cyan value is 95.24%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(95,15,0,59)
C95M15Y0K59 
(95%,15%,0%,59%)
(0.95/0.15/0.00/0.59)	

CMYK percentages

%95.24
%15.24
%0
%58.82

Codes

Color #055969 in popluar color models

055969
RGB589105
HSL190°90.91%21.57%
HSB/HSV190°95.24%41.18%
CMYK95.24%15.24%0.00%
58.82%

Color #055969 in popluar number systems.

HEX055969
Decimal589105
Binary10110110011101001
Octal5131151

Shades and tints

Shades of #055969

#055969
(5,89,105)
#055160
(5,81,96)
#054957
(5,73,87)
#05414E
(5,65,78)
#053945
(5,57,69)
#05313C
(5,49,60)
#052933
(5,41,51)
#05212A
(5,33,42)
#051921
(5,25,33)
#051118
(5,17,24)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #055969

#055969
(5,89,105)
#1B6876
(27,104,118)
#317783
(49,119,131)
#478690
(71,134,144)
#5D959D
(93,149,157)
#73A4AA
(115,164,170)
#89B3B7
(137,179,183)
#9FC2C4
(159,194,196)
#B5D1D1
(181,209,209)
#CBE0DE
(203,224,222)
#E1EFEB
(225,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055969 color. Also use rgb(5,89,105) instead hex code.

Text Font Color

.myTextColor { color: #055969; }

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

This text font color is #055969.


Background Color

.myBgColor { background-color: #055969; }

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

This div background color is #055969.


Border color

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

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

This div border color is #055969.


Opacity

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

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

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

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

This text has shadow with #055969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055969 on black background.


Color preview on white background

This text has color #055969 on white background.



Black color preview on #055969 background

This text has black color on #055969 background.


White color preview on #055969 background

This text has white color on #055969 background.