COLOR #005B63

HEX: #005B63
RGB: (0,91,99)

Color info

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

RGB color model

#005B63 color RGB value is (0,91,99).

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

RGB channels and saturation

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

0
91
99

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

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 99 = 190 (100%)
R 0 of 190 ~ 0%
G 91 of 190 ~ 47.89%
B 99 of 190 ~ 52.11%

%47.89
%52.11

CMYK color model

#005B63 color CMYK value is (100,8,0,61).

  • cyan value is 100.00%
  • magenta value is 8.08%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(100,8,0,61)
C100M8Y0K61 
(100%,8%,0%,61%)
(1.00/0.08/0.00/0.61)	

CMYK percentages

%100
%8.08
%0
%61.18

Codes

Color #005B63 in popluar color models

005B63
RGB09199
HSL185°100.00%19.41%
HSB/HSV185°100.00%38.82%
CMYK100.00%8.08%0.00%
61.18%

Color #005B63 in popluar number systems.

HEX005B63
Decimal09199
Binary010110111100011
Octal0133143

Shades and tints

Shades of #005B63

#005B63
(0,91,99)
#00535A
(0,83,90)
#004B51
(0,75,81)
#004348
(0,67,72)
#003B3F
(0,59,63)
#003336
(0,51,54)
#002B2D
(0,43,45)
#002324
(0,35,36)
#001B1B
(0,27,27)
#001312
(0,19,18)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #005B63

#005B63
(0,91,99)
#176971
(23,105,113)
#2E777F
(46,119,127)
#45858D
(69,133,141)
#5C939B
(92,147,155)
#73A1A9
(115,161,169)
#8AAFB7
(138,175,183)
#A1BDC5
(161,189,197)
#B8CBD3
(184,203,211)
#CFD9E1
(207,217,225)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005B63; }

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

This text font color is #005B63.


Background Color

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

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

This div background color is #005B63.


Border color

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

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

This div border color is #005B63.


Opacity

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

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

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

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

This text has shadow with #005B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B63 on black background.


Color preview on white background

This text has color #005B63 on white background.



Black color preview on #005B63 background

This text has black color on #005B63 background.


White color preview on #005B63 background

This text has white color on #005B63 background.