#889589

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

Shades of Stack #889589

Tints of Stack #889589

Color information

#889589 (or 0x889589) is unknown color: approx Stack. HEX triplet: 88, 95 and 89. RGB value is (136,149,137). Sum of RGB (Red+Green+Blue) = 136+149+137=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #889589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889589 is #776A76. Grayscale: #8F8F8F. Windows color (decimal): -7826039 or 9016712. OLE color: 9016712.

HSL color Cylindrical-coordinate representation of color #889589: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889589 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB136149137-
CMYK0.0900.080.42
HSL124.62º5.78%55.88%-
HSV(B)124.62º8.72%58.43%-
XYZ25.4228.5427.84-
YUV143.74124.19122.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=32.23%
G=35.31%
B=32.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491370.0900.080.42124.625.7855.88
Hex8895899082A7d638
Octal2102252111101052175670
Binary1000100010010101100010011001010001010101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889589; }

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

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

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

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

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

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

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

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