COLOR #555275

HEX: #555275 RGB: (85,82,117)

Color info

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

RGB color model

#555275 color RGB value is (85,82,117).

RGB: (85,82,117) (33%, 32%, 46%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 117 of 255 = 46%

85
82
117

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

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 117 = 284 (100%)
R 85 of 284 ~ 29.93%
G 82 of 284 ~ 28.87%
B 117 of 284 ~ 41.2'%

%29.93
%28.87
%41.2

CMYK color model

#555275 color CMYK value is (27,30,0,54).

  • cyan value is 27.35%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (27,30,0,54)
C27M30Y0K54 (27%, 30%, 0%, 54%)
(0.27 / 0.30 / 0.00 / 0.54)

CMYK percentages

%27.35
%29.91
%0
%54.12

Codes

Color #555275 in popluar color models

55 52 75
RGB 85 82 117
HSL 245° 17.59% 39.02%
HSB/HSV 245° 29.91% 45.88%
CMYK 27.35% 29.91% 0.00%
54.12%

Color #555275 in popluar number systems.

HEX 55 52 75
Decimal 85 82 117
Binary 1010101 1010010 1110101
Octal 125 122 165

Shades and tints

Shades of #555275

#555275
(85,82,117)
#4E4B6B
(78,75,107)
#474461
(71,68,97)
#403D57
(64,61,87)
#39364D
(57,54,77)
#322F43
(50,47,67)
#2B2839
(43,40,57)
#24212F
(36,33,47)
#1D1A25
(29,26,37)
#16131B
(22,19,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #555275

#555275
(85,82,117)
#646181
(100,97,129)
#73708D
(115,112,141)
#827F99
(130,127,153)
#918EA5
(145,142,165)
#A09DB1
(160,157,177)
#AFACBD
(175,172,189)
#BEBBC9
(190,187,201)
#CDCAD5
(205,202,213)
#DCD9E1
(220,217,225)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555275; }

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

This text font color is #555275.

Background Color

.myBgColor { background-color: #555275; }

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

This div background color is #555275.

Border color

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

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

This div border color is #555275.

Opacity

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

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

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

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

This text has shadow with #555275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555275.

Preview

Color preview on black background

This text has color #555275 on black background.


Color preview on white background

This text has color #555275 on white background.


Black color preview on #555275 background

This text has black color on #555275 background.


White color preview on #555275 background

This text has white color on #555275 background.


Related colors

Complementary color

Complementary color for #hex is #AAAD8A.


I love getcolorcode.com

Triadic colors

1 #755552 and #527555 with #555275 are triadic colors.

2 #755255 and #525575 with #555275 are triadic colors.