COLOR #555C7C

HEX: #555C7C
RGB: (85,92,124)

Color info

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

RGB color model

#555C7C color RGB value is (85,92,124).

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

RGB channels and saturation

R 85 of 255 = 33%
G 92 of 255 = 36%
B 124 of 255 = 49%

85
92
124

R + G + B ~ 39%. #555C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 92 + 124 = 301 (100%)
R 85 of 301 ~ 28.24%
G 92 of 301 ~ 30.56%
B 124 of 301 ~ 41.2%

%28.24
%30.56
%41.2

CMYK color model

#555C7C color CMYK value is (31,26,0,51).

  • cyan value is 31.45%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,26,0,51)
C31M26Y0K51 
(31%,26%,0%,51%)
(0.31/0.26/0.00/0.51)	

CMYK percentages

%31.45
%25.81
%0
%51.37

Codes

Color #555C7C in popluar color models

555C7C
RGB8592124
HSL229°18.66%40.98%
HSB/HSV229°31.45%48.63%
CMYK31.45%25.81%0.00%
51.37%

Color #555C7C in popluar number systems.

HEX555C7C
Decimal8592124
Binary101010110111001111100
Octal125134174

Shades and tints

Shades of #555C7C

#555C7C
(85,92,124)
#4E5471
(78,84,113)
#474C66
(71,76,102)
#40445B
(64,68,91)
#393C50
(57,60,80)
#323445
(50,52,69)
#2B2C3A
(43,44,58)
#24242F
(36,36,47)
#1D1C24
(29,28,36)
#161419
(22,20,25)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #555C7C

#555C7C
(85,92,124)
#646A87
(100,106,135)
#737892
(115,120,146)
#82869D
(130,134,157)
#9194A8
(145,148,168)
#A0A2B3
(160,162,179)
#AFB0BE
(175,176,190)
#BEBEC9
(190,190,201)
#CDCCD4
(205,204,212)
#DCDADF
(220,218,223)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555C7C color. Also use rgb(85,92,124) instead hex code.

Text Font Color

.myTextColor { color: #555C7C; }

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

This text font color is #555C7C.


Background Color

.myBgColor { background-color: #555C7C; }

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

This div background color is #555C7C.


Border color

.myBorderColor { border: 1px solid #555C7C; }

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

This div border color is #555C7C.


Opacity

.myOpacity80 { color: #555C7C; opacity: 0.8; }

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

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

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

This text has shadow with #555C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555C7C on black background.


Color preview on white background

This text has color #555C7C on white background.



Black color preview on #555C7C background

This text has black color on #555C7C background.


White color preview on #555C7C background

This text has white color on #555C7C background.