COLOR #056CAA

HEX: #056CAA RGB: (5,108,170)

Color info

#056CAA contains mainly blue color. Web safe color of #056CAA is #006699 (or #069).

RGB color model

#056CAA color RGB value is (5,108,170).

RGB: (5,108,170) (2%, 42%, 67%)

RGB channels and saturation

R 5 of 255 = 2%
G 108 of 255 = 42%
B 170 of 255 = 67%

5
108
170

R + G + B ~ 37%. #056CAA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 108 + 170 = 283 (100%)
R 5 of 283 ~ 1.77%
G 108 of 283 ~ 38.16%
B 170 of 283 ~ 60.07'%

%38.16
%60.07

CMYK color model

#056CAA color CMYK value is (97,36,0,33).

  • cyan value is 97.06%
  • magenta value is 36.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (97,36,0,33)
C97M36Y0K33 (97%, 36%, 0%, 33%)
(0.97 / 0.36 / 0.00 / 0.33)

CMYK percentages

%97.06
%36.47
%0
%33.33

Codes

Color #056CAA in popluar color models

05 6C AA
RGB 5 108 170
HSL 203° 94.29% 34.31%
HSB/HSV 203° 97.06% 66.67%
CMYK 97.06% 36.47% 0.00%
33.33%

Color #056CAA in popluar number systems.

HEX 05 6C AA
Decimal 5 108 170
Binary 101 1101100 10101010
Octal 5 154 252

Shades and tints

Shades of #056CAA

#056CAA
(5,108,170)
#05639B
(5,99,155)
#055A8C
(5,90,140)
#05517D
(5,81,125)
#05486E
(5,72,110)
#053F5F
(5,63,95)
#053650
(5,54,80)
#052D41
(5,45,65)
#052432
(5,36,50)
#051B23
(5,27,35)
#051214
(5,18,20)
#000000
(0,0,0)

Tints of #056CAA

#056CAA
(5,108,170)
#1B79B1
(27,121,177)
#3186B8
(49,134,184)
#4793BF
(71,147,191)
#5DA0C6
(93,160,198)
#73ADCD
(115,173,205)
#89BAD4
(137,186,212)
#9FC7DB
(159,199,219)
#B5D4E2
(181,212,226)
#CBE1E9
(203,225,233)
#E1EEF0
(225,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056CAA color. Also use rgb(5,108,170) instead hex code.

Text Font Color

.myTextColor { color: #056CAA; }

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

This text font color is #056CAA.

Background Color

.myBgColor { background-color: #056CAA; }

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

This div background color is #056CAA.

Border color

.myBorderColor { border: 1px solid #056CAA; }

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

This div border color is #056CAA.

Opacity

.myOpacity80 { color: #056CAA; opacity: 0.8; }

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

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

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

This text has shadow with #056CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #056CAA.

Preview

Color preview on black background

This text has color #056CAA on black background.


Color preview on white background

This text has color #056CAA on white background.


Black color preview on #056CAA background

This text has black color on #056CAA background.


White color preview on #056CAA background

This text has white color on #056CAA background.


Related colors

Complementary color

Complementary color for #hex is #FA9355.


I love getcolorcode.com

Triadic colors

1 #AA056C and #6CAA05 with #056CAA are triadic colors.

2 #AA6C05 and #6C05AA with #056CAA are triadic colors.