COLOR #52828F

HEX: #52828F RGB: (82,130,143)

Color info

#52828F contains mainly green and blue colors. Web safe color of #52828F is #669999 (or #699).

RGB color model

#52828F color RGB value is (82,130,143).

RGB: (82,130,143) (32%, 51%, 56%)

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 143 of 255 = 56%

82
130
143

R + G + B ~ 46%. #52828F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 130 + 143 = 355 (100%)
R 82 of 355 ~ 23.1%
G 130 of 355 ~ 36.62%
B 143 of 355 ~ 40.28'%

%23.1
%36.62
%40.28

CMYK color model

#52828F color CMYK value is (43,9,0,44).

  • cyan value is 42.66%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (43,9,0,44)
C43M9Y0K44 (43%, 9%, 0%, 44%)
(0.43 / 0.09 / 0.00 / 0.44)

CMYK percentages

%42.66
%9.09
%0
%43.92

Codes

Color #52828F in popluar color models

52 82 8F
RGB 82 130 143
HSL 193° 27.11% 44.12%
HSB/HSV 193° 42.66% 56.08%
CMYK 42.66% 9.09% 0.00%
43.92%

Color #52828F in popluar number systems.

HEX 52 82 8F
Decimal 82 130 143
Binary 1010010 10000010 10001111
Octal 122 202 217

Shades and tints

Shades of #52828F

#52828F
(82,130,143)
#4B7782
(75,119,130)
#446C75
(68,108,117)
#3D6168
(61,97,104)
#36565B
(54,86,91)
#2F4B4E
(47,75,78)
#284041
(40,64,65)
#213534
(33,53,52)
#1A2A27
(26,42,39)
#131F1A
(19,31,26)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #52828F

#52828F
(82,130,143)
#618D99
(97,141,153)
#7098A3
(112,152,163)
#7FA3AD
(127,163,173)
#8EAEB7
(142,174,183)
#9DB9C1
(157,185,193)
#ACC4CB
(172,196,203)
#BBCFD5
(187,207,213)
#CADADF
(202,218,223)
#D9E5E9
(217,229,233)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52828F color. Also use rgb(82,130,143) instead hex code.

Text Font Color

.myTextColor { color: #52828F; }

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

This text font color is #52828F.

Background Color

.myBgColor { background-color: #52828F; }

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

This div background color is #52828F.

Border color

.myBorderColor { border: 1px solid #52828F; }

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

This div border color is #52828F.

Opacity

.myOpacity80 { color: #52828F; opacity: 0.8; }

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

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

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

This text has shadow with #52828F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52828F.

Preview

Color preview on black background

This text has color #52828F on black background.


Color preview on white background

This text has color #52828F on white background.


Black color preview on #52828F background

This text has black color on #52828F background.


White color preview on #52828F background

This text has white color on #52828F background.


Related colors

Complementary color

Complementary color for #hex is #AD7D70.


I love getcolorcode.com

Triadic colors

1 #8F5282 and #828F52 with #52828F are triadic colors.

2 #8F8252 and #82528F with #52828F are triadic colors.