COLOR #056563

HEX: #056563 RGB: (5,101,99)

Color info

#056563 contains mainly green and blue colors. Web safe color of #056563 is #006666 (or #066).

RGB color model

#056563 color RGB value is (5,101,99).

RGB: (5,101,99) (2%, 40%, 39%)

RGB channels and saturation

R 5 of 255 = 2%
G 101 of 255 = 40%
B 99 of 255 = 39%

5
101
99

R + G + B ~ 27%. #056563 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 101 + 99 = 205 (100%)
R 5 of 205 ~ 2.44%
G 101 of 205 ~ 49.27%
B 99 of 205 ~ 48.29'%

%49.27
%48.29

CMYK color model

#056563 color CMYK value is (95,0,2,60).

  • cyan value is 95.05%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%

CMYK: (95,0,2,60)
C95M0Y2K60 (95%, 0%, 2%, 60%)
(0.95 / 0.00 / 0.02 / 0.60)

CMYK percentages

%95.05
%0
%1.98
%60.39

Codes

Color #056563 in popluar color models

05 65 63
RGB 5 101 99
HSL 179° 90.57% 20.78%
HSB/HSV 179° 95.05% 39.61%
CMYK 95.05% 0.00% 1.98%
60.39%

Color #056563 in popluar number systems.

HEX 05 65 63
Decimal 5 101 99
Binary 101 1100101 1100011
Octal 5 145 143

Shades and tints

Shades of #056563

#056563
(5,101,99)
#055C5A
(5,92,90)
#055351
(5,83,81)
#054A48
(5,74,72)
#05413F
(5,65,63)
#053836
(5,56,54)
#052F2D
(5,47,45)
#052624
(5,38,36)
#051D1B
(5,29,27)
#051412
(5,20,18)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #056563

#056563
(5,101,99)
#1B7371
(27,115,113)
#31817F
(49,129,127)
#478F8D
(71,143,141)
#5D9D9B
(93,157,155)
#73ABA9
(115,171,169)
#89B9B7
(137,185,183)
#9FC7C5
(159,199,197)
#B5D5D3
(181,213,211)
#CBE3E1
(203,227,225)
#E1F1EF
(225,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056563 color. Also use rgb(5,101,99) instead hex code.

Text Font Color

.myTextColor { color: #056563; }

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

This text font color is #056563.

Background Color

.myBgColor { background-color: #056563; }

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

This div background color is #056563.

Border color

.myBorderColor { border: 1px solid #056563; }

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

This div border color is #056563.

Opacity

.myOpacity80 { color: #056563; opacity: 0.8; }

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

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

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

This text has shadow with #056563 color.


.textShadow {text-shadow: 3px 3px 1px #056563', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #056563; -webkit-box-shadow: 1px 1px 3px 2px #056563; box-shadow:1px 1px 3px 2px #056563;">
Div content here
</div>

This div box has shadow with color #056563.

Preview

Color preview on black background

This text has color #056563 on black background.


Color preview on white background

This text has color #056563 on white background.


Black color preview on #056563 background

This text has black color on #056563 background.


White color preview on #056563 background

This text has white color on #056563 background.


Related colors

Complementary color

Complementary color for #hex is #FA9A9C.


I love getcolorcode.com

Triadic colors

1 #630565 and #656305 with #056563 are triadic colors.

2 #636505 and #650563 with #056563 are triadic colors.