COLOR #005B64

HEX: #005B64
RGB: (0,91,100)

Color info

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

RGB color model

#005B64 color RGB value is (0,91,100).

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

RGB channels and saturation

R 0 of 255 = 0%
G 91 of 255 = 36%
B 100 of 255 = 39%

0
91
100

R + G + B ~ 25%. #005B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 100 = 191 (100%)
R 0 of 191 ~ 0%
G 91 of 191 ~ 47.64%
B 100 of 191 ~ 52.36%

%47.64
%52.36

CMYK color model

#005B64 color CMYK value is (100,9,0,61).

  • cyan value is 100.00%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(100,9,0,61)
C100M9Y0K61 
(100%,9%,0%,61%)
(1.00/0.09/0.00/0.61)	

CMYK percentages

%100
%9
%0
%60.78

Codes

Color #005B64 in popluar color models

005B64
RGB091100
HSL185°100.00%19.61%
HSB/HSV185°100.00%39.22%
CMYK100.00%9.00%0.00%
60.78%

Color #005B64 in popluar number systems.

HEX005B64
Decimal091100
Binary010110111100100
Octal0133144

Shades and tints

Shades of #005B64

#005B64
(0,91,100)
#00535B
(0,83,91)
#004B52
(0,75,82)
#004349
(0,67,73)
#003B40
(0,59,64)
#003337
(0,51,55)
#002B2E
(0,43,46)
#002325
(0,35,37)
#001B1C
(0,27,28)
#001313
(0,19,19)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #005B64

#005B64
(0,91,100)
#176972
(23,105,114)
#2E7780
(46,119,128)
#45858E
(69,133,142)
#5C939C
(92,147,156)
#73A1AA
(115,161,170)
#8AAFB8
(138,175,184)
#A1BDC6
(161,189,198)
#B8CBD4
(184,203,212)
#CFD9E2
(207,217,226)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005B64; }

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

This text font color is #005B64.


Background Color

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

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

This div background color is #005B64.


Border color

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

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

This div border color is #005B64.


Opacity

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

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

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

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

This text has shadow with #005B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B64 on black background.


Color preview on white background

This text has color #005B64 on white background.



Black color preview on #005B64 background

This text has black color on #005B64 background.


White color preview on #005B64 background

This text has white color on #005B64 background.