COLOR #005A54

HEX: #005A54
RGB: (0,90,84)

Color info

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

RGB color model

#005A54 color RGB value is (0,90,84).

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

RGB channels and saturation

R 0 of 255 = 0%
G 90 of 255 = 35%
B 84 of 255 = 33%

0
90
84

R + G + B ~ 23%. #005A54 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 90 + 84 = 174 (100%)
R 0 of 174 ~ 0%
G 90 of 174 ~ 51.72%
B 84 of 174 ~ 48.28%

%51.72
%48.28

CMYK color model

#005A54 color CMYK value is (100,0,7,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(100,0,7,65)
C100M0Y7K65 
(100%,0%,7%,65%)
(1.00/0.00/0.07/0.65)	

CMYK percentages

%100
%0
%6.67
%64.71

Codes

Color #005A54 in popluar color models

005A54
RGB09084
HSL176°100.00%17.65%
HSB/HSV176°100.00%35.29%
CMYK100.00%0.00%6.67%
64.71%

Color #005A54 in popluar number systems.

HEX005A54
Decimal09084
Binary010110101010100
Octal0132124

Shades and tints

Shades of #005A54

#005A54
(0,90,84)
#00524D
(0,82,77)
#004A46
(0,74,70)
#00423F
(0,66,63)
#003A38
(0,58,56)
#003231
(0,50,49)
#002A2A
(0,42,42)
#002223
(0,34,35)
#001A1C
(0,26,28)
#001215
(0,18,21)
#000A0E
(0,10,14)
#000000
(0,0,0)

Tints of #005A54

#005A54
(0,90,84)
#176963
(23,105,99)
#2E7872
(46,120,114)
#458781
(69,135,129)
#5C9690
(92,150,144)
#73A59F
(115,165,159)
#8AB4AE
(138,180,174)
#A1C3BD
(161,195,189)
#B8D2CC
(184,210,204)
#CFE1DB
(207,225,219)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005A54; }

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

This text font color is #005A54.


Background Color

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

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

This div background color is #005A54.


Border color

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

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

This div border color is #005A54.


Opacity

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

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

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

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

This text has shadow with #005A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005A54 on black background.


Color preview on white background

This text has color #005A54 on white background.



Black color preview on #005A54 background

This text has black color on #005A54 background.


White color preview on #005A54 background

This text has white color on #005A54 background.