COLOR #554B7C

HEX: #554B7C
RGB: (85,75,124)

Color info

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

RGB color model

#554B7C color RGB value is (85,75,124).

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

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 124 of 255 = 49%

85
75
124

R + G + B ~ 37%. #554B7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 124 = 284 (100%)
R 85 of 284 ~ 29.93%
G 75 of 284 ~ 26.41%
B 124 of 284 ~ 43.66%

%29.93
%26.41
%43.66

CMYK color model

#554B7C color CMYK value is (31,40,0,51).

  • cyan value is 31.45%
  • magenta value is 39.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,40,0,51)
C31M40Y0K51 
(31%,40%,0%,51%)
(0.31/0.40/0.00/0.51)	

CMYK percentages

%31.45
%39.52
%0
%51.37

Codes

Color #554B7C in popluar color models

554B7C
RGB8575124
HSL252°24.62%39.02%
HSB/HSV252°39.52%48.63%
CMYK31.45%39.52%0.00%
51.37%

Color #554B7C in popluar number systems.

HEX554B7C
Decimal8575124
Binary101010110010111111100
Octal125113174

Shades and tints

Shades of #554B7C

#554B7C
(85,75,124)
#4E4571
(78,69,113)
#473F66
(71,63,102)
#40395B
(64,57,91)
#393350
(57,51,80)
#322D45
(50,45,69)
#2B273A
(43,39,58)
#24212F
(36,33,47)
#1D1B24
(29,27,36)
#161519
(22,21,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #554B7C

#554B7C
(85,75,124)
#645B87
(100,91,135)
#736B92
(115,107,146)
#827B9D
(130,123,157)
#918BA8
(145,139,168)
#A09BB3
(160,155,179)
#AFABBE
(175,171,190)
#BEBBC9
(190,187,201)
#CDCBD4
(205,203,212)
#DCDBDF
(220,219,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B7C; }

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

This text font color is #554B7C.


Background Color

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

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

This div background color is #554B7C.


Border color

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

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

This div border color is #554B7C.


Opacity

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

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

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

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

This text has shadow with #554B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B7C on black background.


Color preview on white background

This text has color #554B7C on white background.



Black color preview on #554B7C background

This text has black color on #554B7C background.


White color preview on #554B7C background

This text has white color on #554B7C background.