Html Css Color HEX #898991 Manatee

📋 copy color: '#898991'

red 137 ◦ green 137 ◦ blue 145

#898991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #898991

Tints of Manatee #898991

RGB

 RED value IS 137 (53.91% from 255) = 32.7%

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 32.7%
G = 32.7%
B = 34.61%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#898991 (or 0x898991) is known color: Manatee. HEX triplet: 89, 89 and 91. RGB value is (137,137,145). Sum of RGB (Red+Green+Blue) = 137+137+145=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #898991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898991 is #76766E. Grayscale: #898989. Windows color (decimal): -7763567 or 9537929. OLE color: 9537929.

HSL color Cylindrical-coordinate representation of color #898991: hue angle of 240º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #898991 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 137 145 -
CMYK 0.06 0.06 0 0.43
HSL 240º 0.04% 0.55% -
HSV(B) 240º 0.06% 0.57% -
XYZ 24.37 25.25 30.38 -
YUV 137.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 137 137 145 0.06 0.06 0 0.43 240 0.04 0.55
Hex 89 89 91 6 6 0 2B F0 4 37
Octal 211 211 221 6 6 0 53 360 4 67
Binary 10001001 10001001 10010001 110 110 0 101011 11110000 100 110111

Color Harmonies of #898991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898991

Black with #898991

Text Example


Text Example

White with #898991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898991; }

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

 H1.HeaderClassName
 {
   color: #898991;
 }
 .AnyTagClassName
 {
   color: #898991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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