COLOR #556101

HEX: #556101 RGB: (85,97,1)

Color info

#556101 contains mainly red and green colors. Web safe color of #556101 is #666600 (or #660).

RGB color model

#556101 color RGB value is (85,97,1).

RGB: (85,97,1) (33%, 38%, 0%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 1 of 255 = 0%

85
97
1

R + G + B ~ 24%. #556101 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 97 + 1 = 183 (100%)
R 85 of 183 ~ 46.45%
G 97 of 183 ~ 53.01%
B 1 of 183 ~ 0.55'%

%46.45
%53.01

CMYK color model

#556101 color CMYK value is (12,0,99,62).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 98.97%
  • key color value is 61.96%

CMYK: (12,0,99,62)
C12M0Y99K62 (12%, 0%, 99%, 62%)
(0.12 / 0.00 / 0.99 / 0.62)

CMYK percentages

%12.37
%0
%98.97
%61.96

Codes

Color #556101 in popluar color models

55 61 01
RGB 85 97 1
HSL 68° 97.96% 19.22%
HSB/HSV 68° 98.97% 38.04%
CMYK 12.37% 0.00% 98.97%
61.96%

Color #556101 in popluar number systems.

HEX 55 61 01
Decimal 85 97 1
Binary 1010101 1100001 1
Octal 125 141 1

Shades and tints

Shades of #556101

#556101
(85,97,1)
#4E5901
(78,89,1)
#475101
(71,81,1)
#404901
(64,73,1)
#394101
(57,65,1)
#323901
(50,57,1)
#2B3101
(43,49,1)
#242901
(36,41,1)
#1D2101
(29,33,1)
#161901
(22,25,1)
#0F1101
(15,17,1)
#000000
(0,0,0)

Tints of #556101

#556101
(85,97,1)
#646F18
(100,111,24)
#737D2F
(115,125,47)
#828B46
(130,139,70)
#91995D
(145,153,93)
#A0A774
(160,167,116)
#AFB58B
(175,181,139)
#BEC3A2
(190,195,162)
#CDD1B9
(205,209,185)
#DCDFD0
(220,223,208)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556101 color. Also use rgb(85,97,1) instead hex code.

Text Font Color

.myTextColor { color: #556101; }

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

This text font color is #556101.

Background Color

.myBgColor { background-color: #556101; }

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

This div background color is #556101.

Border color

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

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

This div border color is #556101.

Opacity

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

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

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

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

This text has shadow with #556101 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556101.

Preview

Color preview on black background

This text has color #556101 on black background.


Color preview on white background

This text has color #556101 on white background.


Black color preview on #556101 background

This text has black color on #556101 background.


White color preview on #556101 background

This text has white color on #556101 background.


Related colors

Complementary color

Complementary color for #hex is #AA9EFE.


I love getcolorcode.com

Triadic colors

1 #015561 and #610155 with #556101 are triadic colors.

2 #016155 and #615501 with #556101 are triadic colors.