COLOR #052650

HEX: #052650 RGB: (5,38,80)

Color info

#052650 contains mainly green and blue colors. Web safe color of #052650 is #003366 (or #036).

RGB color model

#052650 color RGB value is (5,38,80).

RGB: (5,38,80) (2%, 15%, 31%)

RGB channels and saturation

R 5 of 255 = 2%
G 38 of 255 = 15%
B 80 of 255 = 31%

5
38
80

R + G + B ~ 16%. #052650 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 38 + 80 = 123 (100%)
R 5 of 123 ~ 4.07%
G 38 of 123 ~ 30.89%
B 80 of 123 ~ 65.04'%

%30.89
%65.04

CMYK color model

#052650 color CMYK value is (94,53,0,69).

  • cyan value is 93.75%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (94,53,0,69)
C94M53Y0K69 (94%, 53%, 0%, 69%)
(0.94 / 0.53 / 0.00 / 0.69)

CMYK percentages

%93.75
%52.5
%0
%68.63

Codes

Color #052650 in popluar color models

05 26 50
RGB 5 38 80
HSL 214° 88.24% 16.67%
HSB/HSV 214° 93.75% 31.37%
CMYK 93.75% 52.50% 0.00%
68.63%

Color #052650 in popluar number systems.

HEX 05 26 50
Decimal 5 38 80
Binary 101 100110 1010000
Octal 5 46 120

Shades and tints

Shades of #052650

#052650
(5,38,80)
#052349
(5,35,73)
#052042
(5,32,66)
#051D3B
(5,29,59)
#051A34
(5,26,52)
#05172D
(5,23,45)
#051426
(5,20,38)
#05111F
(5,17,31)
#050E18
(5,14,24)
#050B11
(5,11,17)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #052650

#052650
(5,38,80)
#1B395F
(27,57,95)
#314C6E
(49,76,110)
#475F7D
(71,95,125)
#5D728C
(93,114,140)
#73859B
(115,133,155)
#8998AA
(137,152,170)
#9FABB9
(159,171,185)
#B5BEC8
(181,190,200)
#CBD1D7
(203,209,215)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052650 color. Also use rgb(5,38,80) instead hex code.

Text Font Color

.myTextColor { color: #052650; }

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

This text font color is #052650.

Background Color

.myBgColor { background-color: #052650; }

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

This div background color is #052650.

Border color

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

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

This div border color is #052650.

Opacity

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

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

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

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

This text has shadow with #052650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052650.

Preview

Color preview on black background

This text has color #052650 on black background.


Color preview on white background

This text has color #052650 on white background.


Black color preview on #052650 background

This text has black color on #052650 background.


White color preview on #052650 background

This text has white color on #052650 background.


Related colors

Complementary color

Complementary color for #hex is #FAD9AF.


I love getcolorcode.com

Triadic colors

1 #500526 and #265005 with #052650 are triadic colors.

2 #502605 and #260550 with #052650 are triadic colors.