COLOR #55798A

HEX: #55798A
RGB: (85,121,138)

Color info

#55798A contains red, green and blue colors in about the same proportion. Web safe color of #55798A is #666699 (or #669).

RGB color model

#55798A color RGB value is (85,121,138).

  • red value is 85;
  • green value is 121;
  • blue value is 138.
RGB:
(85,121,138)
(33%,47%,54%)

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 138 of 255 = 54%

85
121
138

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

Portions of RGB colors in percentages

R + G + B =
85 + 121 + 138 = 344 (100%)
R 85 of 344 ~ 24.71%
G 121 of 344 ~ 35.17%
B 138 of 344 ~ 40.12%

%24.71
%35.17
%40.12

CMYK color model

#55798A color CMYK value is (38,12,0,46).

  • cyan value is 38.41%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(38,12,0,46)
C38M12Y0K46 
(38%,12%,0%,46%)
(0.38/0.12/0.00/0.46)	

CMYK percentages

%38.41
%12.32
%0
%45.88

Codes

Color #55798A in popluar color models

55798A
RGB85121138
HSL199°23.77%43.73%
HSB/HSV199°38.41%54.12%
CMYK38.41%12.32%0.00%
45.88%

Color #55798A in popluar number systems.

HEX55798A
Decimal85121138
Binary1010101111100110001010
Octal125171212

Shades and tints

Shades of #55798A

#55798A
(85,121,138)
#4E6E7E
(78,110,126)
#476372
(71,99,114)
#405866
(64,88,102)
#394D5A
(57,77,90)
#32424E
(50,66,78)
#2B3742
(43,55,66)
#242C36
(36,44,54)
#1D212A
(29,33,42)
#16161E
(22,22,30)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #55798A

#55798A
(85,121,138)
#648594
(100,133,148)
#73919E
(115,145,158)
#829DA8
(130,157,168)
#91A9B2
(145,169,178)
#A0B5BC
(160,181,188)
#AFC1C6
(175,193,198)
#BECDD0
(190,205,208)
#CDD9DA
(205,217,218)
#DCE5E4
(220,229,228)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55798A color. Also use rgb(85,121,138) instead hex code.

Text Font Color

.myTextColor { color: #55798A; }

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

This text font color is #55798A.


Background Color

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

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

This div background color is #55798A.


Border color

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

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

This div border color is #55798A.


Opacity

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

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

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

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

This text has shadow with #55798A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55798A on black background.


Color preview on white background

This text has color #55798A on white background.



Black color preview on #55798A background

This text has black color on #55798A background.


White color preview on #55798A background

This text has white color on #55798A background.