COLOR #555074

HEX: #555074
RGB: (85,80,116)

Color info

#555074 contains red, green and blue colors in about the same proportion. Web safe color of #555074 is #666666 (or #666).

RGB color model

#555074 color RGB value is (85,80,116).

  • red value is 85;
  • green value is 80;
  • blue value is 116.
RGB:
(85,80,116)
(33%,31%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 116 of 255 = 45%

85
80
116

R + G + B ~ 36%. #555074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 116 = 281 (100%)
R 85 of 281 ~ 30.25%
G 80 of 281 ~ 28.47%
B 116 of 281 ~ 41.28%

%30.25
%28.47
%41.28

CMYK color model

#555074 color CMYK value is (27,31,0,55).

  • cyan value is 26.72%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(27,31,0,55)
C27M31Y0K55 
(27%,31%,0%,55%)
(0.27/0.31/0.00/0.55)	

CMYK percentages

%26.72
%31.03
%0
%54.51

Codes

Color #555074 in popluar color models

555074
RGB8580116
HSL248°18.37%38.43%
HSB/HSV248°31.03%45.49%
CMYK26.72%31.03%0.00%
54.51%

Color #555074 in popluar number systems.

HEX555074
Decimal8580116
Binary101010110100001110100
Octal125120164

Shades and tints

Shades of #555074

#555074
(85,80,116)
#4E496A
(78,73,106)
#474260
(71,66,96)
#403B56
(64,59,86)
#39344C
(57,52,76)
#322D42
(50,45,66)
#2B2638
(43,38,56)
#241F2E
(36,31,46)
#1D1824
(29,24,36)
#16111A
(22,17,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #555074

#555074
(85,80,116)
#645F80
(100,95,128)
#736E8C
(115,110,140)
#827D98
(130,125,152)
#918CA4
(145,140,164)
#A09BB0
(160,155,176)
#AFAABC
(175,170,188)
#BEB9C8
(190,185,200)
#CDC8D4
(205,200,212)
#DCD7E0
(220,215,224)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555074 color. Also use rgb(85,80,116) instead hex code.

Text Font Color

.myTextColor { color: #555074; }

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

This text font color is #555074.


Background Color

.myBgColor { background-color: #555074; }

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

This div background color is #555074.


Border color

.myBorderColor { border: 1px solid #555074; }

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

This div border color is #555074.


Opacity

.myOpacity80 { color: #555074; opacity: 0.8; }

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

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

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

This text has shadow with #555074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555074 on black background.


Color preview on white background

This text has color #555074 on white background.



Black color preview on #555074 background

This text has black color on #555074 background.


White color preview on #555074 background

This text has white color on #555074 background.