COLOR #53829F

HEX: #53829F RGB: (83,130,159)

Color info

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

RGB color model

#53829F color RGB value is (83,130,159).

RGB: (83,130,159) (33%, 51%, 62%)

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 159 of 255 = 62%

83
130
159

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

Portions of RGB colors in percentages

R + G + B = 83 + 130 + 159 = 372 (100%)
R 83 of 372 ~ 22.31%
G 130 of 372 ~ 34.95%
B 159 of 372 ~ 42.74'%

%22.31
%34.95
%42.74

CMYK color model

#53829F color CMYK value is (48,18,0,38).

  • cyan value is 47.80%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (48,18,0,38)
C48M18Y0K38 (48%, 18%, 0%, 38%)
(0.48 / 0.18 / 0.00 / 0.38)

CMYK percentages

%47.8
%18.24
%0
%37.65

Codes

Color #53829F in popluar color models

53 82 9F
RGB 83 130 159
HSL 203° 31.40% 47.45%
HSB/HSV 203° 47.80% 62.35%
CMYK 47.80% 18.24% 0.00%
37.65%

Color #53829F in popluar number systems.

HEX 53 82 9F
Decimal 83 130 159
Binary 1010011 10000010 10011111
Octal 123 202 237

Shades and tints

Shades of #53829F

#53829F
(83,130,159)
#4C7791
(76,119,145)
#456C83
(69,108,131)
#3E6175
(62,97,117)
#375667
(55,86,103)
#304B59
(48,75,89)
#29404B
(41,64,75)
#22353D
(34,53,61)
#1B2A2F
(27,42,47)
#141F21
(20,31,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #53829F

#53829F
(83,130,159)
#628DA7
(98,141,167)
#7198AF
(113,152,175)
#80A3B7
(128,163,183)
#8FAEBF
(143,174,191)
#9EB9C7
(158,185,199)
#ADC4CF
(173,196,207)
#BCCFD7
(188,207,215)
#CBDADF
(203,218,223)
#DAE5E7
(218,229,231)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53829F color. Also use rgb(83,130,159) instead hex code.

Text Font Color

.myTextColor { color: #53829F; }

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

This text font color is #53829F.

Background Color

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

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

This div background color is #53829F.

Border color

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

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

This div border color is #53829F.

Opacity

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

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

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

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

This text has shadow with #53829F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53829F.

Preview

Color preview on black background

This text has color #53829F on black background.


Color preview on white background

This text has color #53829F on white background.


Black color preview on #53829F background

This text has black color on #53829F background.


White color preview on #53829F background

This text has white color on #53829F background.


Related colors

Complementary color

Complementary color for #hex is #AC7D60.


I love getcolorcode.com

Triadic colors

1 #9F5382 and #829F53 with #53829F are triadic colors.

2 #9F8253 and #82539F with #53829F are triadic colors.