#808697

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

Shades of Manatee #808697

Tints of Manatee #808697

Color information

#808697 (or 0x808697) is unknown color: approx Manatee. HEX triplet: 80, 86 and 97. RGB value is (128,134,151). Sum of RGB (Red+Green+Blue) = 128+134+151=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #808697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808697 is #7F7968. Grayscale: #868686. Windows color (decimal): -8354153 or 9930368. OLE color: 9930368.

HSL color Cylindrical-coordinate representation of color #808697: hue angle of 224.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808697 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB128134151-
CMYK0.150.1100.41
HSL224.35º9.96%54.71%-
HSV(B)224.35º15.23%59.22%-
XYZ23.0123.8732.67-
YUV134.14137.51123.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=30.99%
G=32.45%
B=36.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281341510.150.1100.41224.359.9654.71
Hex808697FB029e0a37
Octal20020622717130513401267
Binary100000001000011010010111111110110101001111000001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808697; }

 p { color: rgb(128,134,151); }

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

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

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

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

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

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

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