#898995

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

Shades of Manatee #898995

Tints of Manatee #898995

Color information

#898995 (or 0x898995) is unknown color: approx Manatee. HEX triplet: 89, 89 and 95. RGB value is (137,137,149). Sum of RGB (Red+Green+Blue) = 137+137+149=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #898995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898995 is #76766A. Grayscale: #8A8A8A. Windows color (decimal): -7763563 or 9800073. OLE color: 9800073.

HSL color Cylindrical-coordinate representation of color #898995: hue angle of 240º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #898995 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137137149-
CMYK0.080.0800.42
HSL240º5.36%56.08%-
HSV(B)240º8.05%58.43%-
XYZ24.6925.3832.03-
YUV138.37134127.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=32.39%
G=32.39%
B=35.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371371490.080.0800.422405.3656.08
Hex8989958802Af0538
Octal2112112251010052360570
Binary10001001100010011001010110001000010101011110000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898995; }

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

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

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

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

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

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

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

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