#878991

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

Shades of Manatee #878991

Tints of Manatee #878991

Color information

#878991 (or 0x878991) is unknown color: approx Manatee. HEX triplet: 87, 89 and 91. RGB value is (135,137,145). Sum of RGB (Red+Green+Blue) = 135+137+145=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 145 - color contains mainly: blue. Hex color #878991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878991 is #78766E. Grayscale: #898989. Windows color (decimal): -7894639 or 9537927. OLE color: 9537927.

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

Color convert

RGB135137145-
CMYK0.070.0600.43
HSL228º4.35%54.9%-
HSV(B)228º6.9%56.86%-
XYZ24.0525.0930.36-
YUV137.31132.34126.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=32.37%
G=32.85%
B=34.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351371450.070.0600.432284.3554.9
Hex8789917602Be4437
Octal20721122176053344467
Binary100001111000100110010001111110010101111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878991; }

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

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

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

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

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

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

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

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