#89898C

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

Shades of Manatee #89898C

Tints of Manatee #89898C

Color information

#89898C (or 0x89898C) is unknown color: approx Manatee. HEX triplet: 89, 89 and 8C. RGB value is (137,137,140). Sum of RGB (Red+Green+Blue) = 137+137+140=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 140 - color contains mainly: blue. Hex color #89898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89898C is #767673. Grayscale: #898989. Windows color (decimal): -7763572 or 9210249. OLE color: 9210249.

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

Color convert

RGB137137140-
CMYK0.020.0200.45
HSL240º1.29%54.31%-
HSV(B)240º2.14%54.9%-
XYZ2425.128.39-
YUV137.34129.5127.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=33.09%
G=33.09%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371371400.020.0200.452401.2954.31
Hex89898C2202Df0136
Octal21121121422055360166
Binary10001001100010011000110010100101101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89898C; }

 p { color: rgb(137,137,140); }

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

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

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

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

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

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

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