COLOR #568582

HEX: #568582
RGB: (86,133,130)

Color info

#568582 contains red, green and blue colors in about the same proportion. Web safe color of #568582 is #669999 (or #699).

RGB color model

#568582 color RGB value is (86,133,130).

  • red value is 86;
  • green value is 133;
  • blue value is 130.
RGB:
(86,133,130)
(34%,52%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 133 of 255 = 52%
B 130 of 255 = 51%

86
133
130

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

Portions of RGB colors in percentages

R + G + B =
86 + 133 + 130 = 349 (100%)
R 86 of 349 ~ 24.64%
G 133 of 349 ~ 38.11%
B 130 of 349 ~ 37.25%

%24.64
%38.11
%37.25

CMYK color model

#568582 color CMYK value is (35,0,2,48).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(35,0,2,48)
C35M0Y2K48 
(35%,0%,2%,48%)
(0.35/0.00/0.02/0.48)	

CMYK percentages

%35.34
%0
%2.26
%47.84

Codes

Color #568582 in popluar color models

568582
RGB86133130
HSL176°21.46%42.94%
HSB/HSV176°35.34%52.16%
CMYK35.34%0.00%2.26%
47.84%

Color #568582 in popluar number systems.

HEX568582
Decimal86133130
Binary10101101000010110000010
Octal126205202

Shades and tints

Shades of #568582

#568582
(86,133,130)
#4F7977
(79,121,119)
#486D6C
(72,109,108)
#416161
(65,97,97)
#3A5556
(58,85,86)
#33494B
(51,73,75)
#2C3D40
(44,61,64)
#253135
(37,49,53)
#1E252A
(30,37,42)
#17191F
(23,25,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #568582

#568582
(86,133,130)
#65908D
(101,144,141)
#749B98
(116,155,152)
#83A6A3
(131,166,163)
#92B1AE
(146,177,174)
#A1BCB9
(161,188,185)
#B0C7C4
(176,199,196)
#BFD2CF
(191,210,207)
#CEDDDA
(206,221,218)
#DDE8E5
(221,232,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568582 color. Also use rgb(86,133,130) instead hex code.

Text Font Color

.myTextColor { color: #568582; }

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

This text font color is #568582.


Background Color

.myBgColor { background-color: #568582; }

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

This div background color is #568582.


Border color

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

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

This div border color is #568582.


Opacity

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

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

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

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

This text has shadow with #568582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568582 on black background.


Color preview on white background

This text has color #568582 on white background.



Black color preview on #568582 background

This text has black color on #568582 background.


White color preview on #568582 background

This text has white color on #568582 background.