#889089

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

Shades of Stack #889089

Tints of Stack #889089

Color information

#889089 (or 0x889089) is unknown color: approx Stack. HEX triplet: 88, 90 and 89. RGB value is (136,144,137). Sum of RGB (Red+Green+Blue) = 136+144+137=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #889089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889089 is #776F76. Grayscale: #8C8C8C. Windows color (decimal): -7827319 or 9015432. OLE color: 9015432.

HSL color Cylindrical-coordinate representation of color #889089: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #889089 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB136144137-
CMYK0.0600.050.44
HSL127.5º3.48%54.9%-
HSV(B)127.5º5.56%56.47%-
XYZ24.6426.9927.58-
YUV140.81125.85124.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=32.61%
G=34.53%
B=32.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441370.0600.050.44127.53.4854.9
Hex8890896052C7f337
Octal21022021160554177367
Binary1000100010010000100010011100101101100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889089; }

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

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

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

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

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

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

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

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