#869587

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

Shades of Stack #869587

Tints of Stack #869587

Color information

#869587 (or 0x869587) is unknown color: approx Stack. HEX triplet: 86, 95 and 87. RGB value is (134,149,135). Sum of RGB (Red+Green+Blue) = 134+149+135=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #869587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869587 is #796A78. Grayscale: #8E8E8E. Windows color (decimal): -7957113 or 8885638. OLE color: 8885638.

HSL color Cylindrical-coordinate representation of color #869587: hue angle of 124º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869587 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB134149135-
CMYK0.1000.090.42
HSL124º6.61%55.49%-
HSV(B)124º10.07%58.43%-
XYZ24.9528.3127.07-
YUV142.92123.53121.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=32.06%
G=35.65%
B=32.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491350.1000.090.421246.6155.49
Hex869587A092A7c737
Octal2062252071201152174767
Binary1000011010010101100001111010010011010101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869587; }

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

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

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

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

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

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

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

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