COLOR #005A6E

HEX: #005A6E
RGB: (0,90,110)

Color info

#005A6E contains only green and blue colors. Web safe color of #005A6E is #006666 (or #066).

RGB color model

#005A6E color RGB value is (0,90,110).

  • red value is 0;
  • green value is 90;
  • blue value is 110.
RGB:
(0,90,110)
(0%,35%,43%)

RGB channels and saturation

R 0 of 255 = 0%
G 90 of 255 = 35%
B 110 of 255 = 43%

0
90
110

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

Portions of RGB colors in percentages

R + G + B =
0 + 90 + 110 = 200 (100%)
R 0 of 200 ~ 0%
G 90 of 200 ~ 45%
B 110 of 200 ~ 55%

%45
%55

CMYK color model

#005A6E color CMYK value is (100,18,0,57).

  • cyan value is 100.00%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(100,18,0,57)
C100M18Y0K57 
(100%,18%,0%,57%)
(1.00/0.18/0.00/0.57)	

CMYK percentages

%100
%18.18
%0
%56.86

Codes

Color #005A6E in popluar color models

005A6E
RGB090110
HSL191°100.00%21.57%
HSB/HSV191°100.00%43.14%
CMYK100.00%18.18%0.00%
56.86%

Color #005A6E in popluar number systems.

HEX005A6E
Decimal090110
Binary010110101101110
Octal0132156

Shades and tints

Shades of #005A6E

#005A6E
(0,90,110)
#005264
(0,82,100)
#004A5A
(0,74,90)
#004250
(0,66,80)
#003A46
(0,58,70)
#00323C
(0,50,60)
#002A32
(0,42,50)
#002228
(0,34,40)
#001A1E
(0,26,30)
#001214
(0,18,20)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #005A6E

#005A6E
(0,90,110)
#17697B
(23,105,123)
#2E7888
(46,120,136)
#458795
(69,135,149)
#5C96A2
(92,150,162)
#73A5AF
(115,165,175)
#8AB4BC
(138,180,188)
#A1C3C9
(161,195,201)
#B8D2D6
(184,210,214)
#CFE1E3
(207,225,227)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005A6E color. Also use rgb(0,90,110) instead hex code.

Text Font Color

.myTextColor { color: #005A6E; }

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

This text font color is #005A6E.


Background Color

.myBgColor { background-color: #005A6E; }

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

This div background color is #005A6E.


Border color

.myBorderColor { border: 1px solid #005A6E; }

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

This div border color is #005A6E.


Opacity

.myOpacity80 { color: #005A6E; opacity: 0.8; }

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

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

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

This text has shadow with #005A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005A6E on black background.


Color preview on white background

This text has color #005A6E on white background.



Black color preview on #005A6E background

This text has black color on #005A6E background.


White color preview on #005A6E background

This text has white color on #005A6E background.