COLOR #005B51

HEX: #005B51
RGB: (0,91,81)

Color info

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

RGB color model

#005B51 color RGB value is (0,91,81).

  • red value is 0;
  • green value is 91;
  • blue value is 81.
RGB:
(0,91,81)
(0%,36%,32%)

RGB channels and saturation

R 0 of 255 = 0%
G 91 of 255 = 36%
B 81 of 255 = 32%

0
91
81

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

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 81 = 172 (100%)
R 0 of 172 ~ 0%
G 91 of 172 ~ 52.91%
B 81 of 172 ~ 47.09%

%52.91
%47.09

CMYK color model

#005B51 color CMYK value is (100,0,11,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%
CMYK:
(100,0,11,64)
C100M0Y11K64 
(100%,0%,11%,64%)
(1.00/0.00/0.11/0.64)	

CMYK percentages

%100
%0
%10.99
%64.31

Codes

Color #005B51 in popluar color models

005B51
RGB09181
HSL173°100.00%17.84%
HSB/HSV173°100.00%35.69%
CMYK100.00%0.00%10.99%
64.31%

Color #005B51 in popluar number systems.

HEX005B51
Decimal09181
Binary010110111010001
Octal0133121

Shades and tints

Shades of #005B51

#005B51
(0,91,81)
#00534A
(0,83,74)
#004B43
(0,75,67)
#00433C
(0,67,60)
#003B35
(0,59,53)
#00332E
(0,51,46)
#002B27
(0,43,39)
#002320
(0,35,32)
#001B19
(0,27,25)
#001312
(0,19,18)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #005B51

#005B51
(0,91,81)
#176960
(23,105,96)
#2E776F
(46,119,111)
#45857E
(69,133,126)
#5C938D
(92,147,141)
#73A19C
(115,161,156)
#8AAFAB
(138,175,171)
#A1BDBA
(161,189,186)
#B8CBC9
(184,203,201)
#CFD9D8
(207,217,216)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005B51 color. Also use rgb(0,91,81) instead hex code.

Text Font Color

.myTextColor { color: #005B51; }

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

This text font color is #005B51.


Background Color

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

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

This div background color is #005B51.


Border color

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

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

This div border color is #005B51.


Opacity

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

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

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

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

This text has shadow with #005B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B51 on black background.


Color preview on white background

This text has color #005B51 on white background.



Black color preview on #005B51 background

This text has black color on #005B51 background.


White color preview on #005B51 background

This text has white color on #005B51 background.