#86868B

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

Shades of Manatee #86868B

Tints of Manatee #86868B

Color information

#86868B (or 0x86868B) is unknown color: approx Manatee. HEX triplet: 86, 86 and 8B. RGB value is (134,134,139). Sum of RGB (Red+Green+Blue) = 134+134+139=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #86868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86868B is #797974. Grayscale: #868686. Windows color (decimal): -7960949 or 9143942. OLE color: 9143942.

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

Color convert

RGB134134139-
CMYK0.040.0400.45
HSL240º2.11%53.53%-
HSV(B)240º3.6%54.51%-
XYZ23.0223.9827.84-
YUV134.57130.5127.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=32.92%
G=32.92%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341341390.040.0400.452402.1153.53
Hex86868B4402Df0236
Octal20620621344055360266
Binary10000110100001101000101110010001011011111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86868B; }

 p { color: rgb(134,134,139); }

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

<style>
 a { background-color: #86868B; }

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

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

<style>
 span { border-color: #86868B; }

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

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