COLOR #52679B

HEX: #52679B RGB: (82,103,155)

Color info

#52679B contains mainly green and blue colors. Web safe color of #52679B is #666699 (or #669).

RGB color model

#52679B color RGB value is (82,103,155).

RGB: (82,103,155) (32%, 40%, 61%)

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 155 of 255 = 61%

82
103
155

R + G + B ~ 44%. #52679B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 103 + 155 = 340 (100%)
R 82 of 340 ~ 24.12%
G 103 of 340 ~ 30.29%
B 155 of 340 ~ 45.59'%

%24.12
%30.29
%45.59

CMYK color model

#52679B color CMYK value is (47,34,0,39).

  • cyan value is 47.10%
  • magenta value is 33.55%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (47,34,0,39)
C47M34Y0K39 (47%, 34%, 0%, 39%)
(0.47 / 0.34 / 0.00 / 0.39)

CMYK percentages

%47.1
%33.55
%0
%39.22

Codes

Color #52679B in popluar color models

52 67 9B
RGB 82 103 155
HSL 223° 30.80% 46.47%
HSB/HSV 223° 47.10% 60.78%
CMYK 47.10% 33.55% 0.00%
39.22%

Color #52679B in popluar number systems.

HEX 52 67 9B
Decimal 82 103 155
Binary 1010010 1100111 10011011
Octal 122 147 233

Shades and tints

Shades of #52679B

#52679B
(82,103,155)
#4B5E8D
(75,94,141)
#44557F
(68,85,127)
#3D4C71
(61,76,113)
#364363
(54,67,99)
#2F3A55
(47,58,85)
#283147
(40,49,71)
#212839
(33,40,57)
#1A1F2B
(26,31,43)
#13161D
(19,22,29)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #52679B

#52679B
(82,103,155)
#6174A4
(97,116,164)
#7081AD
(112,129,173)
#7F8EB6
(127,142,182)
#8E9BBF
(142,155,191)
#9DA8C8
(157,168,200)
#ACB5D1
(172,181,209)
#BBC2DA
(187,194,218)
#CACFE3
(202,207,227)
#D9DCEC
(217,220,236)
#E8E9F5
(232,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52679B color. Also use rgb(82,103,155) instead hex code.

Text Font Color

.myTextColor { color: #52679B; }

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

This text font color is #52679B.

Background Color

.myBgColor { background-color: #52679B; }

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

This div background color is #52679B.

Border color

.myBorderColor { border: 1px solid #52679B; }

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

This div border color is #52679B.

Opacity

.myOpacity80 { color: #52679B; opacity: 0.8; }

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

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

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

This text has shadow with #52679B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52679B.

Preview

Color preview on black background

This text has color #52679B on black background.


Color preview on white background

This text has color #52679B on white background.


Black color preview on #52679B background

This text has black color on #52679B background.


White color preview on #52679B background

This text has white color on #52679B background.


Related colors

Complementary color

Complementary color for #hex is #AD9864.


I love getcolorcode.com

Triadic colors

1 #9B5267 and #679B52 with #52679B are triadic colors.

2 #9B6752 and #67529B with #52679B are triadic colors.