#989BA5

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

Shades of Manatee #989BA5

Tints of Manatee #989BA5

Color information

#989BA5 (or 0x989BA5) is unknown color: approx Manatee. HEX triplet: 98, 9B and A5. RGB value is (152,155,165). Sum of RGB (Red+Green+Blue) = 152+155+165=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #989BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA5 is #67645A. Grayscale: #9B9B9B. Windows color (decimal): -6775899 or 10853272. OLE color: 10853272.

HSL color Cylindrical-coordinate representation of color #989BA5: hue angle of 226.15º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #989BA5 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB152155165-
CMYK0.080.0600.35
HSL226.15º6.74%62.16%-
HSV(B)226.15º7.88%64.71%-
XYZ31.4632.8340.28-
YUV155.24133.51125.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=32.20%
G=32.84%
B=34.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521551650.080.0600.35226.156.7462.16
Hex989BA586023e273e
Octal230233245106043342776
Binary1001100010011011101001011000110010001111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989BA5; }

 p { color: rgb(152,155,165); }

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

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

 a { background-color: rgb(152,155,165); }

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

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

 span { border-color: rgb(152,155,165); }

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