#86888D

Color #86888D Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #86888D

Tints of Manatee #86888D

Color information

#86888D (or 0x86888D) is unknown color: approx Manatee. HEX triplet: 86, 88 and 8D. RGB value is (134,136,141). Sum of RGB (Red+Green+Blue) = 134+136+141=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #86888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86888D is #797772. Grayscale: #878787. Windows color (decimal): -7960435 or 9275526. OLE color: 9275526.

HSL color Cylindrical-coordinate representation of color #86888D: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86888D is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134136141-
CMYK0.050.0400.45
HSL222.86º2.98%53.92%-
HSV(B)222.86º4.96%55.29%-
XYZ23.4424.628.71-
YUV135.97130.84126.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=32.60%
G=33.09%
B=34.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341361410.050.0400.45222.862.9853.92
Hex86888D5402Ddf336
Octal20621021554055337366
Binary10000110100010001000110110110001011011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86888D; }

 p { color: rgb(134,136,141); }

 H1.HeaderClassName
 {
   color: #86888D;
 }
 .AnyTagClassName
 {
   color: #86888D;
 }
</style>
background-color css

<style>
 a { background-color: #86888D; }

 a { background-color: rgb(134,136,141); }

 div.DivClassName
 {
   background-color: #86888D;
 }
 .BgClassName
 {
   background-color: #86888D;
 }
</style>
border-color css

<style>
 span { border-color: #86888D; }

 span { border-color: rgb(134,136,141); }

 td.TdClassName
 {
   border-color: #86888D;
 }
 .TagClassName
 {
   border-color: #86888D;
 }
</style>