#868993

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

Shades of Manatee #868993

Tints of Manatee #868993

Color information

#868993 (or 0x868993) is unknown color: approx Manatee. HEX triplet: 86, 89 and 93. RGB value is (134,137,147). Sum of RGB (Red+Green+Blue) = 134+137+147=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #868993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868993 is #79766C. Grayscale: #898989. Windows color (decimal): -7960173 or 9668998. OLE color: 9668998.

HSL color Cylindrical-coordinate representation of color #868993: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868993 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134137147-
CMYK0.090.0700.42
HSL226.15º5.68%55.1%-
HSV(B)226.15º8.84%57.65%-
XYZ24.0425.0731.17-
YUV137.24133.51125.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=32.06%
G=32.78%
B=35.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341371470.090.0700.42226.155.6855.1
Hex8689939702Ae2637
Octal206211223117052342667
Binary1000011010001001100100111001111010101011100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868993; }

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

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

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

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

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

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

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

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