COLOR #555360

HEX: #555360
RGB: (85,83,96)

Color info

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

RGB color model

#555360 color RGB value is (85,83,96).

  • red value is 85;
  • green value is 83;
  • blue value is 96.
RGB:
(85,83,96)
(33%,33%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 96 of 255 = 38%

85
83
96

R + G + B ~ 35%. #555360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 96 = 264 (100%)
R 85 of 264 ~ 32.2%
G 83 of 264 ~ 31.44%
B 96 of 264 ~ 36.36%

%32.2
%31.44
%36.36

CMYK color model

#555360 color CMYK value is (11,14,0,62).

  • cyan value is 11.46%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(11,14,0,62)
C11M14Y0K62 
(11%,14%,0%,62%)
(0.11/0.14/0.00/0.62)	

CMYK percentages

%11.46
%13.54
%0
%62.35

Codes

Color #555360 in popluar color models

555360
RGB858396
HSL249°7.26%35.10%
HSB/HSV249°13.54%37.65%
CMYK11.46%13.54%0.00%
62.35%

Color #555360 in popluar number systems.

HEX555360
Decimal858396
Binary101010110100111100000
Octal125123140

Shades and tints

Shades of #555360

#555360
(85,83,96)
#4E4C58
(78,76,88)
#474550
(71,69,80)
#403E48
(64,62,72)
#393740
(57,55,64)
#323038
(50,48,56)
#2B2930
(43,41,48)
#242228
(36,34,40)
#1D1B20
(29,27,32)
#161418
(22,20,24)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #555360

#555360
(85,83,96)
#64626E
(100,98,110)
#73717C
(115,113,124)
#82808A
(130,128,138)
#918F98
(145,143,152)
#A09EA6
(160,158,166)
#AFADB4
(175,173,180)
#BEBCC2
(190,188,194)
#CDCBD0
(205,203,208)
#DCDADE
(220,218,222)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555360 color. Also use rgb(85,83,96) instead hex code.

Text Font Color

.myTextColor { color: #555360; }

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

This text font color is #555360.


Background Color

.myBgColor { background-color: #555360; }

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

This div background color is #555360.


Border color

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

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

This div border color is #555360.


Opacity

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

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

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

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

This text has shadow with #555360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555360 on black background.


Color preview on white background

This text has color #555360 on white background.



Black color preview on #555360 background

This text has black color on #555360 background.


White color preview on #555360 background

This text has white color on #555360 background.