#868999

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

Shades of Manatee #868999

Tints of Manatee #868999

Color information

#868999 (or 0x868999) is unknown color: approx Manatee. HEX triplet: 86, 89 and 99. RGB value is (134,137,153). Sum of RGB (Red+Green+Blue) = 134+137+153=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #868999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868999 is #797666. Grayscale: #898989. Windows color (decimal): -7960167 or 10062214. OLE color: 10062214.

HSL color Cylindrical-coordinate representation of color #868999: hue angle of 230.53º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868999 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134137153-
CMYK0.120.1000.4
HSL230.53º8.52%56.27%-
HSV(B)230.53º12.42%60%-
XYZ24.5325.2633.72-
YUV137.93136.51125.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=31.60%
G=32.31%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341371530.120.1000.4230.538.5256.27
Hex868999CA028e7938
Octal20621123114120503471170
Binary100001101000100110011001110010100101000111001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868999; }

 p { color: rgb(134,137,153); }

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

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

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

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

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

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

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