COLOR #555266

HEX: #555266
RGB: (85,82,102)

Color info

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

RGB color model

#555266 color RGB value is (85,82,102).

  • red value is 85;
  • green value is 82;
  • blue value is 102.
RGB:
(85,82,102)
(33%,32%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 102 of 255 = 40%

85
82
102

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

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 102 = 269 (100%)
R 85 of 269 ~ 31.6%
G 82 of 269 ~ 30.48%
B 102 of 269 ~ 37.92%

%31.6
%30.48
%37.92

CMYK color model

#555266 color CMYK value is (17,20,0,60).

  • cyan value is 16.67%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(17,20,0,60)
C17M20Y0K60 
(17%,20%,0%,60%)
(0.17/0.20/0.00/0.60)	

CMYK percentages

%16.67
%19.61
%0
%60

Codes

Color #555266 in popluar color models

555266
RGB8582102
HSL249°10.87%36.08%
HSB/HSV249°19.61%40.00%
CMYK16.67%19.61%0.00%
60.00%

Color #555266 in popluar number systems.

HEX555266
Decimal8582102
Binary101010110100101100110
Octal125122146

Shades and tints

Shades of #555266

#555266
(85,82,102)
#4E4B5D
(78,75,93)
#474454
(71,68,84)
#403D4B
(64,61,75)
#393642
(57,54,66)
#322F39
(50,47,57)
#2B2830
(43,40,48)
#242127
(36,33,39)
#1D1A1E
(29,26,30)
#161315
(22,19,21)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #555266

#555266
(85,82,102)
#646173
(100,97,115)
#737080
(115,112,128)
#827F8D
(130,127,141)
#918E9A
(145,142,154)
#A09DA7
(160,157,167)
#AFACB4
(175,172,180)
#BEBBC1
(190,187,193)
#CDCACE
(205,202,206)
#DCD9DB
(220,217,219)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555266 color. Also use rgb(85,82,102) instead hex code.

Text Font Color

.myTextColor { color: #555266; }

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

This text font color is #555266.


Background Color

.myBgColor { background-color: #555266; }

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

This div background color is #555266.


Border color

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

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

This div border color is #555266.


Opacity

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

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

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

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

This text has shadow with #555266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555266 on black background.


Color preview on white background

This text has color #555266 on white background.



Black color preview on #555266 background

This text has black color on #555266 background.


White color preview on #555266 background

This text has white color on #555266 background.