COLOR #555072

HEX: #555072 RGB: (85,80,114)

Color info

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

RGB color model

#555072 color RGB value is (85,80,114).

RGB: (85,80,114) (33%, 31%, 45%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 114 of 255 = 45%

85
80
114

R + G + B ~ 36%. #555072 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 114 = 279 (100%)
R 85 of 279 ~ 30.47%
G 80 of 279 ~ 28.67%
B 114 of 279 ~ 40.86'%

%30.47
%28.67
%40.86

CMYK color model

#555072 color CMYK value is (25,30,0,55).

  • cyan value is 25.44%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (25,30,0,55)
C25M30Y0K55 (25%, 30%, 0%, 55%)
(0.25 / 0.30 / 0.00 / 0.55)

CMYK percentages

%25.44
%29.82
%0
%55.29

Codes

Color #555072 in popluar color models

55 50 72
RGB 85 80 114
HSL 249° 17.53% 38.04%
HSB/HSV 249° 29.82% 44.71%
CMYK 25.44% 29.82% 0.00%
55.29%

Color #555072 in popluar number systems.

HEX 55 50 72
Decimal 85 80 114
Binary 1010101 1010000 1110010
Octal 125 120 162

Shades and tints

Shades of #555072

#555072
(85,80,114)
#4E4968
(78,73,104)
#47425E
(71,66,94)
#403B54
(64,59,84)
#39344A
(57,52,74)
#322D40
(50,45,64)
#2B2636
(43,38,54)
#241F2C
(36,31,44)
#1D1822
(29,24,34)
#161118
(22,17,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #555072

#555072
(85,80,114)
#645F7E
(100,95,126)
#736E8A
(115,110,138)
#827D96
(130,125,150)
#918CA2
(145,140,162)
#A09BAE
(160,155,174)
#AFAABA
(175,170,186)
#BEB9C6
(190,185,198)
#CDC8D2
(205,200,210)
#DCD7DE
(220,215,222)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555072 color. Also use rgb(85,80,114) instead hex code.

Text Font Color

.myTextColor { color: #555072; }

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

This text font color is #555072.

Background Color

.myBgColor { background-color: #555072; }

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

This div background color is #555072.

Border color

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

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

This div border color is #555072.

Opacity

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

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

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

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

This text has shadow with #555072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555072.

Preview

Color preview on black background

This text has color #555072 on black background.


Color preview on white background

This text has color #555072 on white background.


Black color preview on #555072 background

This text has black color on #555072 background.


White color preview on #555072 background

This text has white color on #555072 background.


Related colors

Complementary color

Complementary color for #hex is #AAAF8D.


I love getcolorcode.com

Triadic colors

1 #725550 and #507255 with #555072 are triadic colors.

2 #725055 and #505572 with #555072 are triadic colors.