COLOR #554B74

HEX: #554B74
RGB: (85,75,116)

Color info

#554B74 contains red, green and blue colors in about the same proportion. Web safe color of #554B74 is #663366 (or #636).

RGB color model

#554B74 color RGB value is (85,75,116).

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

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 116 of 255 = 45%

85
75
116

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 116 = 276 (100%)
R 85 of 276 ~ 30.8%
G 75 of 276 ~ 27.17%
B 116 of 276 ~ 42.03%

%30.8
%27.17
%42.03

CMYK color model

#554B74 color CMYK value is (27,35,0,55).

  • cyan value is 26.72%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(27,35,0,55)
C27M35Y0K55 
(27%,35%,0%,55%)
(0.27/0.35/0.00/0.55)	

CMYK percentages

%26.72
%35.34
%0
%54.51

Codes

Color #554B74 in popluar color models

554B74
RGB8575116
HSL255°21.47%37.45%
HSB/HSV255°35.34%45.49%
CMYK26.72%35.34%0.00%
54.51%

Color #554B74 in popluar number systems.

HEX554B74
Decimal8575116
Binary101010110010111110100
Octal125113164

Shades and tints

Shades of #554B74

#554B74
(85,75,116)
#4E456A
(78,69,106)
#473F60
(71,63,96)
#403956
(64,57,86)
#39334C
(57,51,76)
#322D42
(50,45,66)
#2B2738
(43,39,56)
#24212E
(36,33,46)
#1D1B24
(29,27,36)
#16151A
(22,21,26)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #554B74

#554B74
(85,75,116)
#645B80
(100,91,128)
#736B8C
(115,107,140)
#827B98
(130,123,152)
#918BA4
(145,139,164)
#A09BB0
(160,155,176)
#AFABBC
(175,171,188)
#BEBBC8
(190,187,200)
#CDCBD4
(205,203,212)
#DCDBE0
(220,219,224)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B74; }

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

This text font color is #554B74.


Background Color

.myBgColor { background-color: #554B74; }

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

This div background color is #554B74.


Border color

.myBorderColor { border: 1px solid #554B74; }

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

This div border color is #554B74.


Opacity

.myOpacity80 { color: #554B74; opacity: 0.8; }

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

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

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

This text has shadow with #554B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B74 on black background.


Color preview on white background

This text has color #554B74 on white background.



Black color preview on #554B74 background

This text has black color on #554B74 background.


White color preview on #554B74 background

This text has white color on #554B74 background.