#899587

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

Shades of Stack #899587

Tints of Stack #899587

Color information

#899587 (or 0x899587) is unknown color: approx Stack. HEX triplet: 89, 95 and 87. RGB value is (137,149,135). Sum of RGB (Red+Green+Blue) = 137+149+135=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #899587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899587 is #766A78. Grayscale: #8F8F8F. Windows color (decimal): -7760505 or 8885641. OLE color: 8885641.

HSL color Cylindrical-coordinate representation of color #899587: hue angle of 111.43º 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 #899587 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB137149135-
CMYK0.0800.090.42
HSL111.43º6.19%55.69%-
HSV(B)111.43º9.4%58.43%-
XYZ25.4428.5627.09-
YUV143.82123.02123.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=32.54%
G=35.39%
B=32.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491350.0800.090.42111.436.1955.69
Hex8995878092A6f638
Octal2112252071001152157670
Binary1000100110010101100001111000010011010101101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899587; }

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

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

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

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

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

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

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

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