#89898A

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

Shades of Manatee #89898A

Tints of Manatee #89898A

Color information

#89898A (or 0x89898A) is unknown color: approx Manatee. HEX triplet: 89, 89 and 8A. RGB value is (137,137,138). Sum of RGB (Red+Green+Blue) = 137+137+138=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 138 - color contains mainly: blue. Hex color #89898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89898A is #767675. Grayscale: #898989. Windows color (decimal): -7763574 or 9079177. OLE color: 9079177.

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

Color convert

RGB137137138-
CMYK0.010.0100.46
HSL240º0.43%53.92%-
HSV(B)240º0.72%54.12%-
XYZ23.8525.0427.62-
YUV137.11128.5127.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=33.25%
G=33.25%
B=33.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371371380.010.0100.462400.4353.92
Hex89898A1102Ef0036
Octal21121121211056360066
Binary100010011000100110001010110101110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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