COLOR #558564

HEX: #558564
RGB: (85,133,100)

Color info

#558564 contains red, green and blue colors in about the same proportion. Web safe color of #558564 is #669966 (or #696).

RGB color model

#558564 color RGB value is (85,133,100).

  • red value is 85;
  • green value is 133;
  • blue value is 100.
RGB:
(85,133,100)
(33%,52%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 100 of 255 = 39%

85
133
100

R + G + B ~ 41%. #558564 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 133 + 100 = 318 (100%)
R 85 of 318 ~ 26.73%
G 133 of 318 ~ 41.82%
B 100 of 318 ~ 31.45%

%26.73
%41.82
%31.45

CMYK color model

#558564 color CMYK value is (36,0,25,48).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(36,0,25,48)
C36M0Y25K48 
(36%,0%,25%,48%)
(0.36/0.00/0.25/0.48)	

CMYK percentages

%36.09
%0
%24.81
%47.84

Codes

Color #558564 in popluar color models

558564
RGB85133100
HSL139°22.02%42.75%
HSB/HSV139°36.09%52.16%
CMYK36.09%0.00%24.81%
47.84%

Color #558564 in popluar number systems.

HEX558564
Decimal85133100
Binary1010101100001011100100
Octal125205144

Shades and tints

Shades of #558564

#558564
(85,133,100)
#4E795B
(78,121,91)
#476D52
(71,109,82)
#406149
(64,97,73)
#395540
(57,85,64)
#324937
(50,73,55)
#2B3D2E
(43,61,46)
#243125
(36,49,37)
#1D251C
(29,37,28)
#161913
(22,25,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #558564

#558564
(85,133,100)
#649072
(100,144,114)
#739B80
(115,155,128)
#82A68E
(130,166,142)
#91B19C
(145,177,156)
#A0BCAA
(160,188,170)
#AFC7B8
(175,199,184)
#BED2C6
(190,210,198)
#CDDDD4
(205,221,212)
#DCE8E2
(220,232,226)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558564 color. Also use rgb(85,133,100) instead hex code.

Text Font Color

.myTextColor { color: #558564; }

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

This text font color is #558564.


Background Color

.myBgColor { background-color: #558564; }

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

This div background color is #558564.


Border color

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

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

This div border color is #558564.


Opacity

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

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

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

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

This text has shadow with #558564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558564 on black background.


Color preview on white background

This text has color #558564 on white background.



Black color preview on #558564 background

This text has black color on #558564 background.


White color preview on #558564 background

This text has white color on #558564 background.