COLOR #55829A

HEX: #55829A RGB: (85,130,154)

Color info

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

RGB color model

#55829A color RGB value is (85,130,154).

RGB: (85,130,154) (33%, 51%, 60%)

RGB channels and saturation

R 85 of 255 = 33%
G 130 of 255 = 51%
B 154 of 255 = 60%

85
130
154

R + G + B ~ 48%. #55829A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 130 + 154 = 369 (100%)
R 85 of 369 ~ 23.04%
G 130 of 369 ~ 35.23%
B 154 of 369 ~ 41.73'%

%23.04
%35.23
%41.73

CMYK color model

#55829A color CMYK value is (45,16,0,40).

  • cyan value is 44.81%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (45,16,0,40)
C45M16Y0K40 (45%, 16%, 0%, 40%)
(0.45 / 0.16 / 0.00 / 0.40)

CMYK percentages

%44.81
%15.58
%0
%39.61

Codes

Color #55829A in popluar color models

55 82 9A
RGB 85 130 154
HSL 201° 28.87% 46.86%
HSB/HSV 201° 44.81% 60.39%
CMYK 44.81% 15.58% 0.00%
39.61%

Color #55829A in popluar number systems.

HEX 55 82 9A
Decimal 85 130 154
Binary 1010101 10000010 10011010
Octal 125 202 232

Shades and tints

Shades of #55829A

#55829A
(85,130,154)
#4E778C
(78,119,140)
#476C7E
(71,108,126)
#406170
(64,97,112)
#395662
(57,86,98)
#324B54
(50,75,84)
#2B4046
(43,64,70)
#243538
(36,53,56)
#1D2A2A
(29,42,42)
#161F1C
(22,31,28)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #55829A

#55829A
(85,130,154)
#648DA3
(100,141,163)
#7398AC
(115,152,172)
#82A3B5
(130,163,181)
#91AEBE
(145,174,190)
#A0B9C7
(160,185,199)
#AFC4D0
(175,196,208)
#BECFD9
(190,207,217)
#CDDAE2
(205,218,226)
#DCE5EB
(220,229,235)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55829A color. Also use rgb(85,130,154) instead hex code.

Text Font Color

.myTextColor { color: #55829A; }

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

This text font color is #55829A.

Background Color

.myBgColor { background-color: #55829A; }

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

This div background color is #55829A.

Border color

.myBorderColor { border: 1px solid #55829A; }

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

This div border color is #55829A.

Opacity

.myOpacity80 { color: #55829A; opacity: 0.8; }

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

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

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

This text has shadow with #55829A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55829A.

Preview

Color preview on black background

This text has color #55829A on black background.


Color preview on white background

This text has color #55829A on white background.


Black color preview on #55829A background

This text has black color on #55829A background.


White color preview on #55829A background

This text has white color on #55829A background.


Related colors

Complementary color

Complementary color for #hex is #AA7D65.


I love getcolorcode.com

Triadic colors

1 #9A5582 and #829A55 with #55829A are triadic colors.

2 #9A8255 and #82559A with #55829A are triadic colors.