Html Css Color HEX #888991 Manatee

📋 copy color: '#888991'

red 136 ◦ green 137 ◦ blue 145

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

Shades of Manatee #888991

Tints of Manatee #888991

RGB

 RED value IS 136 (53.52% from 255) = 32.54%

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

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

R = 32.54%
G = 32.78%
B = 34.69%

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

#888991 (or 0x888991) is known color: Manatee. HEX triplet: 88, 89 and 91. RGB value is (136,137,145). Sum of RGB (Red+Green+Blue) = 136+137+145=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #888991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888991 is #77766E. Grayscale: #898989. Windows color (decimal): -7829103 or 9537928. OLE color: 9537928.

HSL color Cylindrical-coordinate representation of color #888991: hue angle of 233.33º 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 #888991 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 137 145 -
CMYK 0.06 0.06 0 0.43
HSL 233.33º 0.04% 0.55% -
HSV(B) 233.33º 0.06% 0.57% -
XYZ 24.21 25.17 30.37 -
YUV 137.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 136 137 145 0.06 0.06 0 0.43 233.33 0.04 0.55
Hex 88 89 91 6 6 0 2B E9 4 37
Octal 210 211 221 6 6 0 53 351 4 67
Binary 10001000 10001001 10010001 110 110 0 101011 11101001 100 110111

Color Harmonies of #888991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888991

Black with #888991

Text Example


Text Example

White with #888991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888991; }

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

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

background-color css

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

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

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

border-color css

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

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

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